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 /api/finance/overview 10 sats

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.

ParameterTypeDescription
querystringSearch query (required)
limitintResults 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, Currency Exchange, and Stock Quote 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". Stock quotes are automatically included when the query matches a ticker symbol pattern (e.g., "AAPL", "TSLA").

Value-Add

Included APIs

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.