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 d513f64922 fix: screener total_available 필드 오독 수정 + feat: min_dollar_volume opt-in 추가
[사안 A] total_available 정확성 수정
- raw.get('count')(페이지당 행수=page_size)를 raw.get('total')(실제 매칭
  총수)보다 먼저 읽어 total_available=250/total_pages=1로 잘못 보고됨
- 'total' 우선으로 교정 (screen_stocks + screen_preset)
- 732행 집합에서 total_available 250→732, total_pages 1→3 검증

[사안 B] min_dollar_volume opt-in 파라미터 신규
- 가격(regularMarketPrice) × averageDailyVolume3Month 기준 달러거래량 필터
- 기본 OFF: 미지정 시 기존 경로 byte 동일 (회귀 0 검증)
- 지정 시 min_avg_volume을 Yahoo에 전달하지 않음 (고가·저주식수 우량주
  BLK/KLAC가 소스에서 잘리는 것 방지) → 달러거래량 게이트가 대체
- _collect_all_quotes로 전체 매칭 집합 페이지네이션(24p/6000행 상한,
  초과 시 truncated 플래그) 후 post-filter + 서버측 재정렬
- @with_cache key_params에 min_dollar_volume 등록 (미지정/지정 캐시 분리)
- 검증: min_dollar_volume=1e8 시 BLK/KLAC(p1)·URI/GRMN(p2) 전부 포함,
  exclude_types·market_cap_min·price_min 동시 정상 적용

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 months ago
..
attention fix: OOM → zombie worker 근본 수정 + 대량 스캔 방어 벡터 추가 4 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
activist_ownership_service.py feat: SEC Form 4 PIT + SC 13D/G activist ownership API 4 months ago
alpaca_client.py fix: reduce Alpaca multi-bar batch_size 200 → 100 4 months ago
alpaca_price_service.py fix: Alpaca end 파라미터를 날짜 → datetime(UTC)으로 수정 4 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
etf_loader_service.py
financial_service.py fix: company metadata placeholder 제거 — sector/industry 실제 값 보장 4 months ago
finra_short_volume_service.py
fred_proxy_service.py
fred_service.py
index_constituents_service.py
insider_transaction_service.py feat: day_gainers 5분봉 수집 + News v2 ingest + overlay 정리 3 months ago
news_social_service.py
price_data_service.py fix: 과거 가격 데이터 upsert → insert-only로 변경 (Yahoo adjusted price 덮어쓰기 방지) 3 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
sec_edgar_service.py
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 snapshot + gainer 수집 안정성 개선 3 months ago
yahoo_52week_gainers_service.py
yahoo_most_active_service.py