cgoldberg / ystockquote

Fetch stock quote data from Yahoo Finance
534 stars 181 forks source link

allow date type to be passed as a parameter in get_historical_prices #15

Open ansother opened 10 years ago

ansother commented 10 years ago

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 to pass in both a date string and a date type.