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 af88f89f69 docs: 앱 내부 문서(루트 HTML, OpenAPI)에 index 엔드포인트 추가
- main.py 루트 HTML: Stock Market Data 섹션에 /stocks/index/{index_name} 항목 및 예시 추가
- stocks 태그 설명 업데이트 (index constituents 포함)
- get_index_constituents: summary/response_description/docstring 상세화

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 docs: 앱 내부 문서(루트 HTML, OpenAPI)에 index 엔드포인트 추가 5 months ago