Skip to content
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

Open
ntrous opened this issue Aug 13, 2017 · 7 comments
Open

Get List of Available Symbols #9

ntrous opened this issue Aug 13, 2017 · 7 comments
Assignees

Comments

@ntrous
Copy link

ntrous commented Aug 13, 2017

Feature request: Is there any way to get a list of available stock symbols?

@karlwancl
Copy link
Owner

@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.

@karlwancl karlwancl self-assigned this Aug 14, 2017
@ntrous
Copy link
Author

ntrous commented Aug 14, 2017

@lppkarl Thank you!

@ntrous
Copy link
Author

ntrous commented Sep 16, 2017

@lppkarl hows this one coming along? Just checked out your commit and it looks promising!

@karlwancl
Copy link
Owner

karlwancl commented Sep 16, 2017

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.

@ntrous
Copy link
Author

ntrous commented Jan 31, 2018

Any update on this?

@karlwancl
Copy link
Owner

@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 :(

@shargon
Copy link

shargon commented Jul 1, 2020

Any update about this? i want to use it with IBEX35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants