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

Exception raised in Yahoo Finance #256

Closed
noahnovsak opened this issue Apr 11, 2023 · 7 comments
Closed

Exception raised in Yahoo Finance #256

noahnovsak opened this issue Apr 11, 2023 · 7 comments

Comments

@noahnovsak
Copy link

Yahoo finance api seems to no longer work. I first noticed the issue in January.

Upon attempting to download data an error is shown.
image

I initially assumed this was just a me problem as I'm running this on pyqt6 and I have some other issues with the add-on menu, but across multiple platforms have been reporting the same.

@rfutch
Copy link

rfutch commented Apr 21, 2023

This looks like your issue:
image

Quandl, like Twitter, has started rate limiting. Maybe we could look at alternate sources or allowing users to input their own API key.

@rfutch
Copy link

rfutch commented Apr 22, 2023

Update: Tested it with an API key and it works just fine. Of course there is no place to put the API key in the app yet. I'll poke around to see if I can build it from the instructions here.

@rfutch
Copy link

rfutch commented Apr 22, 2023

Possibly related? Just realized it is not using the Quandl function:
https://discuss.python.org/t/issue-with-pandas-datareader-yahoo-financee/22086/5

@rsfutch77 rsfutch77 mentioned this issue Apr 23, 2023
3 tasks
@rsfutch77
Copy link
Contributor

This might have fixed it?
#257

I could use some help testing it.

@bitsnaps
Copy link

Still getting the same issue (Failed to download data. No internet? Wrong stock symbol?) with v3.35, I really wish to see some options on this widget (e.g. URL, API_KEY if data is not publicly available...)

@PrimozGodec
Copy link
Collaborator

It should be resolved at #257. The changes will be available with the new orange3-timeseries release.

@PrimozGodec
Copy link
Collaborator

Now addon version with a fixed Yahoo Finance widget is released. The new version will be available soon in Orange.

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

No branches or pull requests

5 participants