Add global market context to morning analysis

- fetch_global_data(): Yahoo Finance로 나스닥/S&P500/다우/SOX/달러원/WTI/미국10년물 수집
- morning.py --print 출력에 global_raw 포함
- morning.md: global_score·global_risk 산출 기준 및 섹터 힌트 매핑 추가
- daily_context.json에 global_context 블록 추가 (domestic_score와 분리)
- sentiment_score = domestic_score×0.6 + global_score×0.4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
whdwo
2026-06-17 18:34:38 +09:00
parent fc3ff87e17
commit e60ecb8bde
3 changed files with 106 additions and 18 deletions
+1
View File
@@ -11,3 +11,4 @@ pykrx==1.0.48
finance-datareader==0.9.94
scikit-learn==1.5.1
joblib==1.4.2
yfinance>=0.2.40