ystockquote icon indicating copy to clipboard operation
ystockquote copied to clipboard

Fetch stock quote data from Yahoo Finance

Results 36 ystockquote issues
Sort by recently updated
recently updated
newest added

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

I am new to this library. how do I get historical data about the exchange rates? say eur/usd I tried ystockquote.get_historical_prices('GBPEUR=X', '2013-01-03', '2013-11-08') but does not work

This fix corrects the misalignment of the parsed outputs in the .get_all() function. This fixes this issue: https://github.com/cgoldberg/ystockquote/issues/12

Maybe Yahoo Finance has changed the reporting structure (frustrating), but the results from the .get_all() function no longer aligns up with the attribute name. code: print ystockquote.get_all("GOOG") Output (Lengthy, but...

Hello, Is there any way to get the mean recommendation summary for this week and for last week? Thanks!

Has anyone been able to get ystockquote to report Market Indices? For example, I tried plugging in DJI (Dow Jones,) IXIC (NASDAQ,) and GSPC (S&P 500) and I'm getting back...

[](https://reviewable.io/reviews/cgoldberg/ystockquote/40)

Fixing 404 Error When Trying to Receive Historic Market Values on National Holidays

An attempt to get historical data from a weekday when the market was closed, for example national holidays, results in a 404 error from urllib. It would probably be better...

Yahoo! appears to have changed the URI for get_historical_prices from: http://ichart.yahoo.com/table.csv to: http://ichart.finance.yahoo.com/table.csv