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 bb2a06ce6e fix: reduce Alpaca multi-bar batch_size 200 → 100
Community reports 502 above ~100 symbols per request. Official docs have
no stated limit but 200 appears to be a ceiling. 100 is a safe conservative
default that avoids the 502 edge case with minimal performance impact
(500 tickers = 5 batches instead of 3).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
attention
overlay
__init__.py
alpaca_client.py fix: reduce Alpaca multi-bar batch_size 200 → 100 4 months ago
alpaca_price_service.py fix: multi-ticker daily bars — DB storage + DB-first fetch logic 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
finra_short_volume_service.py
fred_proxy_service.py
fred_service.py
index_constituents_service.py
insider_transaction_service.py
news_social_service.py
price_data_service.py feat: GET /price/intraday — multi-ticker intraday via Yahoo Finance 4 months ago
real_sec_financial_service.py
screener_service.py
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 feat: 8-K filing parser — Item 추출 + event 생성 4 months ago
sec_http_client.py
universe_service.py
yahoo_52week_gainers_service.py
yahoo_most_active_service.py