jugaad-data
jugaad-data copied to clipboard
Live data and collection of all top 50 companies
Issue description
from jugaad_data.nse import NSELive n = NSELive() q = n.stock_quote("HDFC") print(q['priceInfo']) How can i get live data only and also collection of all top 50 companies means names of companies
Example Code
from jugaad_data.nse import NSELive
n = NSELive()
q = n.stock_quote("HDFC")
print(q['priceInfo'])
Error snippet
from jugaad_data.nse import NSELive
n = NSELive()
q = n.stock_quote("HDFC")
print(q['priceInfo'])