bjosun

Results 5 comments of bjosun

I conducted some testing and encountered an issue with obtaining the cookie from Yahoo using requests. However, I managed to circumvent this issue by manually obtaining the cookie from Chrome...

@JECSand Did you have any progress with it?

Correct, the snippet works. But i can't get yahoofinancials to get the yahoo finance cookie. Which makes possible to get the crumb. Yahoofinancials get_key_statistics_data() only works when I get the...

Got rid of the unsupported operand type(s) for -: 'datetime.datetime' and 'str' but still som crumb error. Changed the lookup method in cache.py ``` def lookup(self, strategy): if self.dummy: return...

Yes your update works as expected and a bit less code :). Thanks for the update.