ystockquote icon indicating copy to clipboard operation
ystockquote copied to clipboard

get_historical_prices not working--bad url?

Open dlrubin opened this issue 9 years ago • 5 comments

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

dlrubin avatar Jul 09 '16 21:07 dlrubin

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.

cgoldberg avatar Jul 13 '16 18:07 cgoldberg

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 <[email protected]>

To: cgoldberg/ystockquote [email protected] Cc: Daniel Rubin [email protected]; Author [email protected] 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.

dlrubin avatar Jul 13 '16 20:07 dlrubin

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.

alex-ruehe avatar Oct 25 '16 08:10 alex-ruehe

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

amalek215 avatar May 19 '17 17:05 amalek215

see https://github.com/cgoldberg/ystockquote/issues/47 for a full explanation of why the service is currently down

dejafait avatar May 30 '17 16:05 dejafait