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
..
api feat(stocks): Wikipedia 인덱스 구성 종목 조회 API 추가 5 months ago
core chore: remove SQLite entirely, PostgreSQL only 5 months ago
middleware Initial commit with full project improvements 5 months ago
models feat(filings): add accepted_at field to filing search response 5 months ago
schemas perf: Phase 1-3 Stock Oracle API 성능 개선 5 months ago
services feat(stocks): Wikipedia 인덱스 구성 종목 조회 API 추가 5 months ago
utils Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
__init__.py Initial commit with full project improvements 5 months ago
main.py feat(screener): add stock screener API with yfinance EquityQuery 5 months ago