cgoldberg / ystockquote

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

changed dict values from str to float #17

Open ansother opened 10 years ago

ansother commented 10 years ago

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.