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 fbb42edfc2 feat: multi-ticker bulk bars endpoints + BF-B ticker normalization
- GET /api/v1/price/data?tickers=AAPL,MSFT,BF-B&start_date=...&end_date=...
  → multi-ticker daily OHLCV via Alpaca (ORB engine daily bars interface)
- GET /api/v1/alpaca/intraday?tickers=...&interval=5min&start_date=...&end_date=...
  → multi-ticker intraday OHLCV via Alpaca (ORB engine ORB-window interface)
- AlpacaMultiBarsResponse schema: {source, interval, count, bars: {sym → [bar]}}
- normalize_ticker(): BF-B→BF.B, BRK-B→BRK.B applied in get_bars/get_multi_bars/get_snapshot(s)
- get_multi_bars: transparent batching (200 symbols/request) + INTERVAL_MAP aliases (5min, 15min, 60min, …)
- Response re-keys Alpaca normalized symbols back to original input names

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
__init__.py Initial commit with full project improvements 5 months ago
alpaca.py feat: multi-ticker bulk bars endpoints + BF-B ticker normalization 4 months ago
attention.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago
catalog.py Initial commit with full project improvements 5 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 feat: 8-K 재파싱 지원 — force_reparse + 단일 accession 재처리 endpoint 4 months ago
financial.py perf: API 성능 개선 — 로그 분석 기반 6개 항목 수정 5 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: Earnings Surprise를 SEC XBRL로 전환 + Insider/FINRA 과거 데이터 확장 5 months ago
migration.py Initial commit with full project improvements 5 months ago
news.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
overlay.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
price.py feat: multi-ticker bulk bars endpoints + BF-B ticker normalization 4 months ago
request_logs.py perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
screener.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 months ago
stocks.py docs: 데이터 보유 범위 및 백필 가이드 추가 5 months ago
universe.py fix: isolated thread에 독립적인 DB 엔진 생성 5 months ago