I need to daily retrieve NASDAQ tickers(as a bonus NYSE).
From Nasdaq.com i get an excel list, but need to manually select, then need to work out to remove options/warrant(s) and unlisted stocks (because otherwise i get error from the server if i will retrieve a ticker unlisted)*1
I would like a more effective way to get via API the tickers so that can automatize more the process, did you run across this issue or even better can you use a kind of "try..catch" to ignore the error message and load the next ticket?
Note
*1 Via python was able to solve these 2 issues but still need to load the list manually or find a way to scrape
From Nasdaq.com i get an excel list, but need to manually select, then need to work out to remove options/warrant(s) and unlisted stocks (because otherwise i get error from the server if i will retrieve a ticker unlisted)*1
I would like a more effective way to get via API the tickers so that can automatize more the process, did you run across this issue or even better can you use a kind of "try..catch" to ignore the error message and load the next ticket?
Note
*1 Via python was able to solve these 2 issues but still need to load the list manually or find a way to scrape
Last edited: