Commit Graph

3 Commits

Author SHA1 Message Date
hyejwon 692a55dfd5 update krx function 2026-03-12 15:55:51 +09:00
hyejwon d066820307 feat: add Naver Finance as KRX universe data source
FDR and pykrx APIs are currently blocked by KRX servers.
Added Naver Finance scraping (KOSPI + KOSDAQ market cap ranking)
as secondary source before falling back to hardcoded universe.

Fallback chain: FDR → Naver Finance (720+ stocks) → Hardcoded (86 stocks)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 19:38:49 +09:00
hyejwon 57d82164d2 feat: restructure to swing trading pipeline with auto stock screening
- Remove debate/risk management stages (bull/bear researchers, research manager, risk debate)
- Simplify flow: Screening → Analysts (market, news, fundamentals) → Trader
- Add screening pipeline: universe builder → technical screen → fundamental screen → LLM ranking
- Add Korean market support (KRX data via FDR/pykrx, DART API, Korean news)
- Trader now outputs SWING_ORDER (BUY/SELL/PASS with entry/stop/profit/size/hold_days)
- Add swing CLI command for full pipeline execution
- Add portfolio state management module
- Pin finance-datareader==0.9.101 with fallback universe for KRX API issues

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 19:29:24 +09:00