Corey Goldberg

Results 18 comments of Corey Goldberg

thanks for reporting this. it looks like Yahoo changed some of their finance API's recently. I will investigate and hopefully can adapt it to the new stuff.

It looks like Yahoo removed the csv API it was pulling data from. I'm looking for alternative data source

Scraping data from the stock quotes page is an option, but their markup is a disaster

hmm.. looks like Yahoo API returns a 404 on exchange rate symbols.

hmm.. travis still failing. I'd like to get this merged.

thanks for reporting this... I think this is essentially caused by #30 It's not related to the i586 architecture... I bet this happens on any system that runs sufficiently slow...

thanks! could you create a new test for unary_args, rather than how you added it to the existing `test_start_with_arbitrary_kwargs` test? If you make that change, I'll be happy to merge...

thanks much. hmm.. so to add a unary arg, you have to pass it as a kwarg with a None value? (like my_arg=None). That's not very obvious (it took me...