Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live data and collection of all top 50 companies #54

Open
PARKER-X opened this issue Jul 15, 2023 · 0 comments
Open

Live data and collection of all top 50 companies #54

PARKER-X opened this issue Jul 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@PARKER-X
Copy link

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 PARKER-X added the bug Something isn't working label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant