JSE API
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
Modern Marten