Nasdaq / data-link-python

A Python library for Nasdaq Data Link's RESTful API
MIT License
418 stars 69 forks source link

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

Open dss010101 opened 1 year ago

dss010101 commented 1 year ago

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 commented 1 year ago

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.