You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim cc024ecbe1 refactor: day_gainers → Yahoo Finance API 직접 호출 (curl_cffi 우회)
- yfinance_plus/preset 제거, query1.finance.yahoo.com 직접 호출
- curl_cffi 세션 풀(4개) + 브라우저 지문 로테이션으로 429 우회
- count=200 반환 확인 (yfinance preset 25개 한계 해소)
- /stocks/gainers: page/page_size → count 파라미터로 변경
- collector: fetch_day_gainers_sync(200) 사용

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
api refactor: day_gainers → Yahoo Finance API 직접 호출 (curl_cffi 우회) 3 months ago
core feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
middleware fix: 서버 안정성 종합 — BaseHTTPMiddleware 제거 + gc.collect() + Semaphore(5) 4 months ago
models feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
schemas feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
services refactor: day_gainers → Yahoo Finance API 직접 호출 (curl_cffi 우회) 3 months ago
utils perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
__init__.py Initial commit with full project improvements 5 months ago
main.py feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago