Does anyone know if the list of instruments on major stock exchanges is publicly available?
I just want something like “name,ticker,isin”, nothing else.
@Finki any comments on that?
Does anyone know if the list of instruments on major stock exchanges is publicly available?
I just want something like “name,ticker,isin”, nothing else.
@Finki any comments on that?
I think every exchange shows what’s available
If they don’t make it glaringly obviously there’s usually an exposed API you can reverse engineer or , easier still, just scrape the website.
Just if anyone is curious about it… for US stocks, AlphaVantage has a nice endpoint for it:
https://www.alphavantage.co/documentation/#listing-status
Unfortunately, ISIN is not included, in case if you need it.