yahoo-finance icon indicating copy to clipboard operation
yahoo-finance copied to clipboard

Historical quotes api errors

Open bingxie opened this issue 7 years ago • 0 comments

On master branch, I tried

data = yahoo_client.historical_quotes("AAPL") # entire historical data
data = yahoo_client.historical_quotes("AAPL", { period: :monthly })

There was no data returned.

After you add start_date and end_data it can return the data. I am not it's a code issue or README issue.

bingxie avatar Sep 17 '17 01:09 bingxie