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 38207d342c fix: Alpaca intraday 503 — auto-select feed=iex for free plan
Free plan blocks SIP intraday data (403). IEX feed is free and real-time.
- _default_feed(): returns 'iex' for intraday timeframes, None for daily+
- get_bars() / get_multi_bars(): apply default feed automatically
- Callers can override with feed='sip' if on paid plan

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
api feat: GET /price/intraday — multi-ticker intraday via Yahoo Finance 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: 8-K filing parser — Item 추출 + event 생성 4 months ago
schemas feat: multi-ticker bulk bars endpoints + BF-B ticker normalization 4 months ago
services fix: Alpaca intraday 503 — auto-select feed=iex for free plan 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