skillachie / finsymbols

Obtains stock symbols and relating information for SP500, AMEX, NYSE, and NASDAQ
110 stars 41 forks source link

get_nasdaq_symbols never returns #27

Open ngbusca opened 3 years ago

ngbusca commented 3 years ago

Hi there!

The only symbols I'm able to retrieve are S&P 500.

Everything else never returns (no error, just takes forever). Example:

sp500 = finsymbols.get_sp500_symbols() ## This works
nasdaq = finsymbols.get_nasdaq_symbols() ## never returns
amex = finsymbols.get_amex_symbols() ## never returns
liyuling commented 3 years ago

NASDAQ has modified its webpage...

drorata commented 3 years ago

Is there some recommended alternative?