data-link-python icon indicating copy to clipboard operation
data-link-python copied to clipboard

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

Open dss010101 opened this issue 3 years ago • 1 comments

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?

dss010101 avatar Sep 27 '22 00:09 dss010101

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.

couture-ql avatar Oct 05 '22 18:10 couture-ql