Commit Graph

8 Commits

Author SHA1 Message Date
Nolan Kovacs a7ba0f950b a 2026-04-04 15:21:19 -04:00
Nolan Kovacs f75cceefd4 Fixes 2026-04-04 13:06:21 -04:00
Nolan Kovacs e17d63ceeb test 2026-04-04 09:49:22 -04:00
Nolan Kovacs f2c8daefba Tier 1-3 fixes: value inversion, iloc→loc, D/E scale, Piotroski, Sloan accruals, sentiment confidence, early-stage double-count 2026-03-29 18:36:41 -04:00
Nolan Kovacs 0cad4df12d Fix hedge fund 13F HTML wrapper, field names; fix cache builder rate limiting 2026-03-26 14:53:14 -04:00
Nolan Kovacs 3c0f3ce7a5 test 2026-03-26 11:07:37 -04:00
Nolan Kovacs 92c1750e1b Migrate app from Supabase/GitHub to Verimund API 2026-03-25 20:38:32 -04:00
Nolan Kovacs 9c7588c396 Add EDGAR bulk fetch, Supabase analyst cache, nightly GitHub Actions workflow
- Replace per-ticker yf.Ticker.info with EDGAR XBRL frames API (~50 bulk calls)
- Add nightly cache_builder.py: fetches analyst/news/sector data for all US stocks
- Add .github/workflows/cache_refresh.yml: runs cache_builder Mon-Fri at 2am EST
- Fix sector/industry: cache_builder stores sector from yfinance; screener reads it
- Fix PyInstaller: add collect_all('tzdata'), set upx=False to prevent archive corruption
- Fix EDGAR row format: use dict keys (cik/val) instead of array indices
- Fix yfinance MultiIndex: squeeze single-ticker DataFrame to Series

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 13:54:23 -04:00