-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Support for international markets #62
Comments
The app uses Yahoo Finance API to retrieve ticker symbols and quotes. As long as the equity is listed on Yahoo Finance, it is likely to be supported. For instance, equities traded on the Canadian stock exchange typically have a suffix such as .TO, (eg. SHOP.TO) |
Hrmm....so to add another exchange, I would have to create a fork and add support for that one basically? |
Hi! Stocks listed on the Moscow Exchange (MOEX) are also not available on Yahoo Finance |
Also Japanese mutual funds are not available on Yahoo Finance (at least, the US version of Yahoo Finance; they are available on the JP version, but it's basically a completely separate and incompatible API) |
I am in Jamaica and I would like to add equities from the Jamaica Stock Exchange.
Is that something you guys could add support for?
Or, if you could point me to the parts of the code that I should look into re: the exchanges and how it gets data and perhaps I could look into potentially submitting a PR for this support.
Thanks!
The text was updated successfully, but these errors were encountered: