Closed mft-webdev closed 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.
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 .
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