Commit Graph

3 Commits

Author SHA1 Message Date
Nolan Kovacs df032593bd Fix missing os import in stock_screener; force app to open on primary monitor 2026-04-08 18:37:38 -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
Nolan Kovacs aa0af6fd4f Initial commit with licensing and auto-update system 2026-03-14 15:52:01 -04:00