You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: