Finance Suite API
FRED economic data + SEC EDGAR filings + live currency exchange rates + stock quotes in one call. Macro data, company filings, FX rates, and market prices with computed statistics.
Get a comprehensive financial overview combining economic indicators, SEC filings, currency exchange rates, and stock quotes in a single response. If the query looks like a ticker symbol (1-5 uppercase letters), a real-time stock quote is included.
| 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.
error field for details. Works well with company names, ticker symbols, or economic terms like "GDP" or "inflation". Stock quotes are automatically included when the query matches a ticker symbol pattern (e.g., "AAPL", "TSLA").
Value-Add
- Single call replaces 4 separate API calls
- Macro economic data + company filings + FX rates + stock quotes in one response
- Computed statistics across data sources
- ~40% savings vs calling each API individually (10 sats vs 16-20 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)
- Stock Quote API — real-time stock quotes with 52-week range (3 sats individually)
Pricing
The Finance Suite costs 10 sats per call. Calling each API individually would cost 16-20 sats depending on the endpoints used — a savings of approximately 40%. The suite is ideal for agents that need a complete financial picture in a single request.