cgoldberg / ystockquote

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

Change values from string --> float #32

Open ryanrishi opened 10 years ago

ryanrishi commented 10 years ago

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 possible to have get_all (and other methods) return floats instead of strings? I'm willing to make that change and make a new pull request if you're okay with that as well.