stockquote
stockquote copied to clipboard
Gets stock quotes from Yahoo and Google Finance, and historical prices from Yahoo Finance.
`Getting: `ValueError: could not convert string to float: '(-0.87%)' in, for example, thisstock = stockquotes.Stock('GOOG'). This has been happening for the last couple of days.
ubgpu@ubgpu:~/github/stockquote$ ubgpu@ubgpu:~/github/stockquote$ python test.py Traceback (most recent call last): File "test.py", line 3, in h = list(stockquote.historical_quotes("GOOG", "20010101", "20101231")) File "/home/ubgpu/github/stockquote/stockquote.py", line 425, in historical_quotes lines = urllib2.urlopen(url).readlines() File "/usr/lib/python2.7/urllib2.py",...