Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Find financial filings with Exa — SEC filings (10-K, 10-Q, S-1), earnings reports, and annual reports. Use to pull a company's financials, compare results across periods, or locate a specific filing. Runs a local script against the Exa API; no MCP server required.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -32% | 0% |
Find SEC filings, earnings, and annual reports via Exa's financial-report index. Calls the Exa REST API through a local script; no MCP server needed, only an EXA_API_KEY.
bashexport EXA_API_KEY=your-key # or EXA_API_KEY=... in a .env at the repo root
Get a key at https://dashboard.exa.ai/api-keys. Shared details: exa-native-base.
bashpython scripts/financial_report_search.py "<company + report type + fiscal year>" [-n N] [--text]
Examples:
bashpython scripts/financial_report_search.py "Nvidia 10-K annual report fiscal 2024 revenue" -n 8 python scripts/financial_report_search.py "Tesla Q3 2025 earnings results guidance" -n 8 python scripts/financial_report_search.py "Stripe S-1 filing prospectus" -c pdf -n 5
Defaults to category=financial report. Encode the report type and fiscal year (10-K, 10-Q, S-1, 8-K, earnings; FY/quarter) — it's the strongest relevance signal.
bash# Annual / quarterly filings python scripts/financial_report_search.py "Apple 10-K fiscal 2023 risk factors segment revenue" -n 8 # Earnings & guidance python scripts/financial_report_search.py "Microsoft Q2 FY2025 earnings call revenue cloud guidance" -n 8 # Primary source on SEC EDGAR python ../exa-native-base/scripts/exa.py search "Nvidia 10-K 2024" --include-domains sec.gov -n 8
Search finds the filing; read it to extract figures:
bashpython ../exa-native-base/scripts/exa.py contents <filing-url> --text
For long filings, fetch the specific document (not the index) and pull the line items you need. Distinguish reported figures from estimates, and always cite the filing URL + period.
-cfinancial report (default) · pdf (PDF filings/prospectuses) · news (analyst/press coverage) · company (company profile/context).
Other measured skills in the registry, with their headline benchmark lift.