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
..
__init__.py Initial commit with full project improvements 5 months ago
alpaca.py fix: 대량 스캔 시 서버 사망 방지 — 세마포어 fast-fail + limit-concurrency 조정 4 months ago
attention.py fix: OOM → zombie worker 근본 수정 + 대량 스캔 방어 벡터 추가 4 months ago
catalog.py Initial commit with full project improvements 5 months ago
company.py feat: company metadata 안정화 — 실제 sector/industry/exchange 보강 4 months ago
database.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
dividends.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
earnings.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
error_logs.py chore: remove SQLite entirely, PostgreSQL only 5 months ago
etf.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
filings.py fix: OOM → zombie worker 근본 수정 + 대량 스캔 방어 벡터 추가 4 months ago
financial.py fix: company metadata placeholder 제거 — sector/industry 실제 값 보장 4 months ago
finra.py feat: Form 4 내부자 거래 + Earnings Surprise + FINRA 확장 5 months ago
fred.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
health.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
insider.py feat: /form4 auto-fetch fallback + targeted backfill 지원 4 months ago
migration.py Initial commit with full project improvements 5 months ago
news.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
news_v2.py feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
overlay.py feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
ownership.py feat: SEC Form 4 PIT + SC 13D/G activist ownership API 4 months ago
price.py fix: GET /price/data — Alpaca → yfinance 교체 + bulk end_date 버그 2건 수정 4 months ago
request_logs.py feat: request log 상태코드 범위 필터 추가 (min/max_status_code) 4 months ago
screener.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
stocks.py refactor: day_gainers → Yahoo Finance API 직접 호출 (curl_cffi 우회) 3 months ago
universe.py fix: isolated thread에 독립적인 DB 엔진 생성 5 months ago