ValueRaider / yfinance-cache

Caching wrapper for yfinance module. Intelligent caching, not dumb caching of web requests.
MIT License
22 stars 9 forks source link

Yahoo can return corrupt data if stock split today, YFC should detect & handle #34

Closed ValueRaider closed 10 months ago

ValueRaider commented 1 year ago

Example: CNE.L: a stock split today, and the prices should all be stock-split-adjusted down to 200-230, but most are not. So this data is corrupt. Currently YFC can't check for this.

A solution is technically possible, and probably means another data column e.g. "IsCorrupt?" that triggers a future refresh.

image