-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get List of Available Symbols #9
Comments
@ntrous , yahoo does not provide a way to download the ticker list directly, it could only be done by continuous querying from its lookup site, I will take a deep look on it. But at the time being, you may use another python lib here to download the list. |
@lppkarl Thank you! |
@lppkarl hows this one coming along? Just checked out your commit and it looks promising! |
Hi @ntrous I have implemented the query to the hidden lookup api (thanks to Benny's work), and it should work for querying with some search string. E.g. with 'A', you get AAPL, BAC, T (with company name AT&T), etc. However, I do not have time & have not yet implemented the comparing part, and we may get duplicate items (e.g. AT&T) when querying using 'A' & 'T' during the alphabet loop. Searching with special character is also a task that needed to be done, e.g. The '^' in symbol '^SPX'. The timeframe is not guaranteed but the above are probably the last few things to be done for auto symbol download. |
Any update on this? |
@ntrous I'm sorry to tell you that i'm not making progress in this feature, i'm switching my effort to another project. This feature may not be completed, sorry for that :( |
Any update about this? i want to use it with IBEX35 |
Feature request: Is there any way to get a list of available stock symbols?
The text was updated successfully, but these errors were encountered: