simple-back icon indicating copy to clipboard operation
simple-back copied to clipboard

YahooFinanceSource Caching is a bit opaque

Open meltyness opened this issue 2 years ago • 1 comments

I didn't see this anywhere in the docs, but if the cache pulls a miss, it caches the miss somewhere. To anyone else seeing something like "data not available" on subsequent runs:

bt.prices.clear_cache()

Should fix it right up.

meltyness avatar Dec 30 '21 20:12 meltyness

I've encountered this before as well. I will have a look, this shouldn't be too hard to fix.

MiniXC avatar Feb 07 '22 23:02 MiniXC