JSE Data code example
Example: JSE Data
from jsetracker import Stocks
s = Stocks()
s.get_all() # returns all the stocks listed on the JSE
s.get("JSE CODE HERE") # returns the specified the Stock data
from jsetracker import Stocks
s = Stocks()
s.get_all() # returns all the stocks listed on the JSE
s.get("JSE CODE HERE") # returns the specified the Stock data