jugaad-data icon indicating copy to clipboard operation
jugaad-data copied to clipboard

Live data and collection of all top 50 companies

Open PARKER-X opened this issue 2 years ago • 0 comments

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'])

PARKER-X avatar Jul 15 '23 06:07 PARKER-X