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 2fb6ec0f0c fix: price_data_service null/zero close 자동 재수집 + Yahoo rate limit 429 + earnings 캐시
- price_data_service: null/zero close를 missing으로 처리 → 재수집 트리거
  UTC 자정 정규화로 yf.history / yf.download 중복 방지
  get_quote fallback: .info 실패 시 fast_info + history('2d') 체인
  historical upsert: close IS NULL/0인 경우만 덮어쓰기 (정상 데이터 보호)
- price.py: Yahoo rate limit → HTTP 429 + Retry-After: 30 응답
- earnings.py: bulk calendar 엔드포인트 캐시 1시간 추가

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
..
__init__.py Initial commit with full project improvements 5 months ago
alpaca.py fix: PIT 백필 — FINRA '/' 심볼 Alpaca 전송 전 정규화 ('/' → '.') 3 months ago
attention.py fix: attention zscore_20d null 3개 버그 수정 + 엔티티 오버라이드 API 추가 3 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 fix: price_data_service null/zero close 자동 재수집 + Yahoo rate limit 429 + earnings 캐시 2 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: GET /finra/pit-panel — PIT 횡단면 패널 엔드포인트 3 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: price_data_service null/zero close 자동 재수집 + Yahoo rate limit 429 + earnings 캐시 2 months ago
request_logs.py feat: request log 상태코드 범위 필터 추가 (min/max_status_code) 4 months ago
screener.py fix: screener total_available 필드 오독 수정 + feat: min_dollar_volume opt-in 추가 3 months ago
stocks.py feat: GET /stocks/gainers/snapshots — 과거 5분봉 gainer snapshot 조회 엔드포인트 추가 3 months ago
universe.py fix: isolated thread에 독립적인 DB 엔진 생성 5 months ago