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 d0f1a9a7d0 Add SEC filings indexing, search, and exhibit extraction (8-K, 6-K, 20-F, 40-F)
Extract shared SECHttpClient from ETF fetcher (retry, backoff, cache, throttle)
and apply it to both ETF and core SEC services, fixing missing rate limiting.
Add SECFiling DB model, Pydantic schemas, SECFilingsService with auto-indexing,
and REST endpoints at /filings/search, /filings/documents, /filings/exhibit.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
__init__.py Initial commit with full project improvements 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 Initial commit with full project improvements 5 months ago
etf.py Initial commit with full project improvements 5 months ago
filings.py Add SEC filings indexing, search, and exhibit extraction (8-K, 6-K, 20-F, 40-F) 5 months ago
financial.py Initial commit with full project improvements 5 months ago
fred.py Initial commit with full project improvements 5 months ago
health.py Initial commit with full project improvements 5 months ago
migration.py Initial commit with full project improvements 5 months ago
news.py Initial commit with full project improvements 5 months ago
price.py Initial commit with full project improvements 5 months ago
request_logs.py Initial commit with full project improvements 5 months ago
stocks.py Initial commit with full project improvements 5 months ago