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

Is it possible to get a list of Nasdaq and/or nasdaq 100 symbols/tickers? #28

Open
dss010101 opened this issue Sep 27, 2022 · 1 comment

Comments

@dss010101
Copy link

I know i can do this by doing something like this in a browser: https://api.nasdaq.com/api/screener/stocks?tableonly=true&limit=25&exchange=NASDAQ

But can that list be served by the python library?

@couture-ql
Copy link
Contributor

Hi @MSingh00,

At the moment this python package only interacts with one api endpoint: data.nasdaq.com, which hosts different datasets than what you'll find on api.nasdaq.com.

One would need to parse the json result from your example and then use the ticker values as a filter in one of our data products.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants