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

Hey cglodberg, big fan of ystockquote. I'm using it for recording historical stock data to look at trends, and will possibly be using it for backtesting trading strategies. Is it...

This is a small enhancement to the package that computes historical 52-week high point(s) given a symbol and date. See issue #30 for definition I used for historical 52-week high...

I have a small enhancement to the package that computes a historical 52-week high. The definition of a historical 52-week high I used is as follows: The highest 'High' of...

I would like to pass a date type to the get_historical_prices function because I mostly use date type when working with you libraray. I think it's simpler to be able...

Allow a user to input a list of whatever options they want for a symbol and get back those results.

Resolved Issue 12 where get_all() values were not consistent with dict key names. This was due to a typo in the ids list and certain ids returning values such as...

I would like to change the dict key from a iso date str to a date type. Since the dict key is a date, it makes manipulating the date simpler...

ystockquote's get_historical_prices stopped working because yahoo recently changed the link to that csv slightly. I double checked with YQL console, and the new link is the same thing, except "ichart.finance.yahoo"...