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 af26df8895 feat: AlpacaPriceData에 interval 컬럼 추가 — 일봉/분봉 DB 충돌 해결
- alpaca_price_data 테이블에 interval 컬럼 추가 (VARCHAR, default '1d')
- unique constraint: (ticker, date) → (ticker, date, interval)
- get_or_fetch_multi_bars(): interval 필터로 coverage 체크 및 DB 조회
- insert rows에 interval 포함
- asyncpg param limit 대비 CHUNK 3000→2900 (파라미터 11개/행)
- alembic 마이그레이션: h9b0c1d2e3f4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
api refactor: Alpaca 엔드포인트 정리 — 4개로 통합 4 months ago
core feat: Form 4 내부자 거래 + Earnings Surprise + FINRA 확장 5 months ago
middleware perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
models feat: AlpacaPriceData에 interval 컬럼 추가 — 일봉/분봉 DB 충돌 해결 4 months ago
schemas feat: multi-ticker bulk bars endpoints + BF-B ticker normalization 4 months ago
services feat: AlpacaPriceData에 interval 컬럼 추가 — 일봉/분봉 DB 충돌 해결 4 months ago
utils perf: API 성능 개선 Round 3 — 8개 항목 (P15-P22) 5 months ago
__init__.py Initial commit with full project improvements 5 months ago
main.py perf: API 성능 개선 Round 2 — 9개 항목 (P6-P14) 5 months ago