Get Economic Indicator
finance.macro.indicatorRetrieve US economic indicators from 816,000+ FRED series, including GDP, CPI, unemployment, and interest rates.
Instructions
Get US economic data from 816K+ FRED series — GDP, CPI, unemployment, interest rates, money supply (Federal Reserve)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | FRED series ID (e.g. "GDP", "CPIAUCSL", "UNRATE", "DFF", "T10Y2Y"). Browse at fred.stlouisfed.org. | |
| observation_start | No | Start date for observations in YYYY-MM-DD format. | |
| observation_end | No | End date for observations in YYYY-MM-DD format. | |
| limit | No | Maximum number of observations to return (default 100000). | |
| sort_order | No | Sort order by observation date. Default "asc". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |