Benny- / Yahoo-ticker-symbol-downloader

A web scraper for ticker symbols from yahoo finance
https://pypi.python.org/pypi/Yahoo-ticker-downloader/
Other
247 stars 87 forks source link

Why can I only download generic symbols? Where is the option to download only stock symbols? #47

Closed el-analista closed 5 years ago

el-analista commented 6 years ago

Hi, I am trying to get only stocks tickers passing the arg stocks to the command line however looking at the code it seems only generic(all) is available, is this expected?

Thanks

Benny- commented 6 years ago

Yes, unfortunaly there was a change in the Yahoo API. Rendering it impossible to get only stocks.

There is currently no known way on how to work around this change.