3 Commits

Author SHA1 Message Date
kyu 97cf5aecb0 chore: 누적 미커밋 작업분 일괄 커밋
trading/pipeline/head This commit looks good
이번 세션 외 그간 쌓인 변경 일괄 저장:
- bareunaapi: finance_dict 금융용어 / stock_loader 종목 로더 보강
- kis-api: 키움 토큰·수집 로직
- us-market / dart-collector: 수집 보강
- docker-compose: GEMINI_API_KEY 등 환경변수 추가
- score-engine/news-collector requirements, CLAUDE.md
- 신규: PROJECT.md, news-collector/sentiment_rules.py

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 01:24:16 +09:00
kyu 324c7a4b95 미증시 페어 베타·시그널 결과 표시 버그 수정
us-market/main.py:
  1) /signal/latest 라우트 순서 버그 수정
     - 기존: /signal/{kr_code} 가 먼저 선언되어 'latest'를 코드로 매칭 → 항상 []
     - 수정: /signal/latest 를 path-param 라우트보다 위로 이동
  2) pair beta 재계산이 stock_prices(7~10일치)에서 데이터 부족으로 32건 전부 skip
     - stock_ohlcv(81일치) 우선 조회, 폴백으로 stock_prices 유지
     - 결과: updated 0→32, 베타·상관 정상 산출

dashboard-api/index.html:
  - 미증시 시그널 카드 필드명 수정 (signal_score → total_adj/sector_adj/pair_adj)
  - 절대값 큰 순 정렬 + 섹터/페어 기여도 분해 표시

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 22:25:44 +09:00
kyu 6d3b0bacc0 Initial commit: Korean stock value-investing AI pipeline
- 19개 마이크로서비스 (news-collector, score-engine, ta-engine, dart-collector,
  aux-signal, us-market, graph-engine, telegram-bot, dashboard-api, kis-api 등)
- 가치투자 스코어링 + 10공식 앙상블 보팅 (매직포뮬러/F-Score/Altman/PEG/
  모멘텀/Beneish/GP-A/G-Score/Amihud/BAB)
- 뉴스 수집→형태소→임베딩→중복제거→AI분석 파이프라인
- 기술적분석 + GAT 그래프신경망 + 미증시 동조 시그널

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 21:33:56 +09:00