Open dss010101 opened 2 years 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.
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?