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 cbc0f93123 feat(stocks): Wikipedia 인덱스 구성 종목 조회 API 추가
GET /stocks/index/{index_name} 엔드포인트 추가.
sp500/nasdaq100 구성 종목을 Wikipedia에서 실시간 파싱하여 반환.
24시간 Redis 캐시 및 30초 타임아웃 적용.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
__init__.py Initial commit with full project improvements 5 months ago
alpaca.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
catalog.py Initial commit with full project improvements 5 months ago
database.py Initial commit with full project improvements 5 months ago
error_logs.py chore: remove SQLite entirely, PostgreSQL only 5 months ago
etf.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
filings.py fix: exhibit/bulk에서 concurrent DB 세션 충돌 수정 5 months ago
financial.py perf: Phase 1-3 Stock Oracle API 성능 개선 5 months ago
finra.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
fred.py Initial commit with full project improvements 5 months ago
health.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
migration.py Initial commit with full project improvements 5 months ago
news.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
overlay.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 months ago
price.py perf: Phase 1-3 Stock Oracle API 성능 개선 5 months ago
request_logs.py chore: remove SQLite entirely, PostgreSQL only 5 months ago
screener.py feat(screener): add stock screener API with yfinance EquityQuery 5 months ago
stocks.py feat(stocks): Wikipedia 인덱스 구성 종목 조회 API 추가 5 months ago