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_historical_prices not working--bad url? #43

Open
dlrubin opened this issue Jul 9, 2016 · 5 comments
Open

get_historical_prices not working--bad url? #43

dlrubin opened this issue Jul 9, 2016 · 5 comments

Comments

@dlrubin
Copy link

dlrubin commented Jul 9, 2016

when calling get_historical_prices I get a 404 not found error. The URL this function calls to get historical stock prices seems to no longer be valid. Is there a new URL to use?
Thanks

@cgoldberg
Copy link
Owner

thanks for reporting this.
it looks like Yahoo changed some of their finance API's recently. I will investigate and hopefully can adapt it to the new stuff.

@dlrubin
Copy link
Author

dlrubin commented Jul 13, 2016

Great, thanks, and I'd greatly appreciate if you could let me know when you have a fix.. hopefully it should be a simple fix

  From: Corey Goldberg <notifications@github.com>

To: cgoldberg/ystockquote ystockquote@noreply.github.com
Cc: Daniel Rubin dlrubin@yahoo.com; Author author@noreply.github.com
Sent: Wednesday, July 13, 2016 11:27 AM
Subject: Re: [cgoldberg/ystockquote] get_historical_prices not working--bad url? (#43)

thanks for reporting this.
it looks like Yahoo changed some of their finance API's recently. I will investigate and hopefully can adapt it to the new stuff.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@alex-ruehe
Copy link

Any news on this? I just stumbled upon this and I don't get exactly what might be wrong, since
ystockquote.get_historical_prices('APC.DE', '2016-10-19', '2016-10-24')
works, while
ystockquote.get_historical_prices('CCC3.DE', '2016-10-19', '2016-10-24')
gives me an 404 not found.

Is this a Yahoo problem? If I use some dates from the beginning of 2016 it works fine in both cases.

@amalek215
Copy link

get_historical_prices was working for me until about 3 days ago
Looks like the url has changed.

@dejafait
Copy link

see #47 for a full explanation of why the service is currently down

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