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

Majority of additions in 82251df, other two commits update the README.

Hi, Great work! In addition to your existing calls, I would be great to retieve also the beta of the stocks. I is listed on the 'Basic Technical Analysis' Page...

Hello, I notice that get_200_sma doesn't work on ^GDAXI. Indeed if i run: http://finance.yahoo.com/d/quotes.csv?s=^GDAXI&f=m5 I got a N/A. Is there a way to get 200 sma for ^GDAXI symbol?

Hi there, I installed ystockquote with pip and tried running: ``` >>> import ystockquote >>> print(ystockquote.get_price_book('GOOG')) ``` but it doesn't work, instead printing: ``` Traceback (most recent call last): File...

Since the values the dictionary returns are numbers but with type str it would be good to cast them as float in the get_historical_prices function.