What problem does it solve?
This skill enables researchers and teams to securely fetch official US government documents (e.g., SEC EDGAR filings, Federal Register notices) with provenance, reducing manual search time and ensuring data integrity.
Core Features & Use Cases
- SEC EDGAR retrieval: fetch 10-K and 10-Q filings with direct links to primary documents.
- Federal Register access: check for new agency rules and regulatory updates.
- Text extraction: convert HTML filings to plain text for analysis.
- Section targeting: automatically extract sections like Risk Factors or MD&A.
- Company search: query by company name or ticker when exact tickers are known.
Quick Start
Get the latest Apple 10-K: python3 fetch_filing.py "AAPL" --type 10-K
Retrieve Google risk factors: python3 fetch_filing.py "Google" --type 10-K --section risk
Fetch Tesla 10-Q with clean text: python3 fetch_filing.py TSLA --type 10-Q --clean-text