mdengler / stockquote

Gets stock quotes from Yahoo and Google Finance, and historical prices from Yahoo Finance.
46 stars 22 forks source link

Had to add the datetime reference on line 402 #1

Closed mft-webdev closed 11 years ago

mft-webdev commented 11 years ago

Need to add these references in historical_quotes: import datetime from dateutil.parser import parse

And the example code uses historical not historical_quotes.

Hope that helps

mdengler commented 11 years ago

Thanks -- pushed commits dc07b11 and 139e926 which should take care of historical_quotes's string parsing and the example code's use of historical_quotes. Really appreciate the feedback. Please let me know if anything doesn't work still.

mft-webdev commented 11 years ago

Thanks very much, nice work BTW. On Jul 7, 2013 6:51 PM, "Martin Dengler" notifications@github.com wrote:

Thanks -- pushed commits dc07b11https://github.com/mdengler/stockquote/commit/dc07b11and 139e926 https://github.com/mdengler/stockquote/commit/139e926 which should take care of historical_quotes's string parsing and the example code's use of historical_quotes. Really appreciate the feedback. Please let me know if anything doesn't work still.

— Reply to this email directly or view it on GitHubhttps://github.com/mdengler/stockquote/issues/1#issuecomment-20579179 .