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
..
attention fix: attention zscore_20d null 3개 버그 수정 + 엔티티 오버라이드 API 추가 3 months ago
gainers fix: universe snapshot + gainer 수집 안정성 개선 3 months ago
news feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
overlay feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
sec_ingest feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
__init__.py Initial commit with full project improvements 5 months ago
activist_ownership_service.py feat: SEC Form 4 PIT + SC 13D/G activist ownership API 4 months ago
alpaca_client.py feat: 생존편향-0 FINRA PIT 데이터셋 — 상폐 가격 백필 + PIT 뷰 + 2020 갭 메우기 3 months ago
alpaca_price_service.py feat: 생존편향-0 FINRA PIT 데이터셋 — 상폐 가격 백필 + PIT 뷰 + 2020 갭 메우기 3 months ago
company_metadata_service.py fix: company metadata placeholder 제거 — sector/industry 실제 값 보장 4 months ago
dividend_service.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
earnings_service.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
etf_holdings_fetcher.py fix(etf): as_of_date에 가장 가까운 파일링 반환하도록 수정 5 months ago
etf_loader_service.py Initial commit with full project improvements 5 months ago
financial_service.py fix: company metadata placeholder 제거 — sector/industry 실제 값 보장 4 months ago
finra_short_volume_service.py perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
fred_proxy_service.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
fred_service.py Initial commit with full project improvements 5 months ago
index_constituents_service.py fix(stocks): Wikipedia 403 우회를 위해 User-Agent 헤더 추가 5 months ago
insider_transaction_service.py feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
news_social_service.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago
price_data_service.py fix: price_data_service null/zero close 자동 재수집 + Yahoo rate limit 429 + earnings 캐시 2 months ago
real_sec_financial_service.py refactor: session-per-phase — DB 커넥션을 외부 API 호출 중 해제 4 months ago
screener_service.py fix: screener total_available 필드 오독 수정 + feat: min_dollar_volume opt-in 추가 3 months ago
sec_8k_parser.py feat: 8-K 재파싱 지원 — force_reparse + 단일 accession 재처리 endpoint 4 months ago
sec_data_service.py Initial commit with full project improvements 5 months ago
sec_edgar_service.py Add SEC filings indexing, search, and exhibit extraction (8-K, 6-K, 20-F, 40-F) 5 months ago
sec_filings_service.py fix: 백그라운드 reindex 전역 세마포어(3) 추가 — 이벤트 루프 포화 방지 4 months ago
sec_full_index_service.py feat: SEC Form 4 PIT + SC 13D/G activist ownership API 4 months ago
sec_http_client.py feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
universe_service.py fix: universe_service market_cap 상한 5e12→2e13 — NVDA $5.5T 스냅샷 필터 해제 3 months ago
yahoo_52week_gainers_service.py Initial commit with full project improvements 5 months ago
yahoo_most_active_service.py Initial commit with full project improvements 5 months ago