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 888dc5be91 feat: 생존편향-0 FINRA PIT 데이터셋 — 상폐 가격 백필 + PIT 뷰 + 2020 갭 메우기
숏볼륨 신호 검정을 위한 편향-0 데이터셋 완성:
- alpaca_client/price_service: adjustment 파라미터 추가 (get_bars, get_multi_bars,
  get_or_fetch_multi_bars) — adjustment='all'로 분할+배당 조정 일봉 수집 지원
- scripts/backfill_alpaca_daily_pit.py: FINRA 22,722 심볼(상폐 포함) 전체에
  Alpaca SIP 일봉 백필, row-weighted 잔존편향 리포트 출력
- scripts/backfill_finra_2020_gap.py: 2020-04~10 COVID 갭 (~138 거래일) 메우기
- scripts/export_pit_panel.py: FINRA×Alpaca 조인 패널 → parquet 핸드오프 export
- alembic q8h9i0j1k2l3: pit_universe_membership VIEW 생성 (날짜별 PIT 종목 집합)
- docker-compose: ./scripts live-mount 추가 (app/alembic과 동일 패턴)
- docs/DATA_COVERAGE.md: 실측 커버리지·API 파라미터·PIT 한계 업데이트

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 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: 과거 가격 데이터 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 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