Finance Suite API
FRED economic data + SEC EDGAR filings + live currency exchange rates in one call. Macro data, company filings, and FX rates with computed statistics.
GET
/api/finance/overview
10 sats
Get a comprehensive financial overview combining economic indicators, SEC filings, and currency exchange rates in a single response.
| Parameter | Type | Description |
|---|---|---|
query | string | Search query (required) |
limit | int | Results per source (default: 5) |
# Single call for economic data + filings + FX rates
curl "https://agent-commerce.store/api/finance/overview?query=GDP&limit=3"Response includes FRED economic series, SEC EDGAR filings, and current exchange rates with computed statistics across all sources.
Usage tips: This is a composite endpoint that queries FRED, SEC EDGAR, and Currency Exchange in parallel. If one underlying API fails or times out, the suite still returns results from the others — check each section's
error field for details. Works well with company names, ticker symbols, or economic terms like "GDP" or "inflation".
Value-Add
- Single call replaces 3 separate API calls
- Macro economic data + company filings + FX rates in one response
- Computed statistics across data sources
- ~25% savings vs calling each API individually (10 sats vs 13-17 sats)
- Unified response structure for financial analysis workflows
Included APIs
- FRED Economic Data API — Federal Reserve economic series and observations (2-3 sats individually)
- SEC EDGAR API — company filings, XBRL facts, and full-text search (3 sats individually)
- Currency Exchange API — ECB exchange rates and conversions (1-2 sats individually)
Pricing
The Finance Suite costs 10 sats per call. Calling each API individually would cost 13-17 sats depending on the endpoints used — a savings of approximately 25%. The suite is ideal for agents that need a complete financial picture in a single request.