Yahoo's 2026 event-feed change (capitalGain events dropped for some funds; no events at all for terminated tickers) can wipe good event history on re-download. Defense in depth: - overrides/event-backup/: last-known-good copy of every dividend/ capitalGain file (8,192 files, 58 MB); refresh with scripts/backup_events.py after each dump update - data.py event_file(): frozen > data-root (while populated) > backup; used by panel reads, verify_official, and the double-listing scanner - README: capital-gain files are mutual-fund-only in this dump; Yahoo has no LT/ST split (tax.py taxes capg at lt_rate; the per-fund split would come from fund-company annual tax statements or commercial feeds) - tests: exact Timestamp .loc keys (pandas 3.x string matching returns a Series on large DatetimeIndex)
215 B
215 B
| 1 | Date | Dividends |
|---|---|---|
| 2 | 2025-12-02 | 0.002000 |
| 3 | 2000-11-21 | 0.038000 |
| 4 | 2001-11-21 | 0.034000 |
| 5 | 2017-11-21 | 2.701000 |
| 6 | 2018-11-20 | 4.991000 |
| 7 | 2020-11-24 | 5.078000 |
| 8 | 1999-11-18 | 0.019000 |
| 9 | 2014-11-21 | 2.353000 |
| 10 | 2015-11-24 | 3.196000 |
| 11 | 2019-11-21 | 2.370000 |