Fred Series
economic__fred-seriesFetch economic time-series data from the Federal Reserve Economic Data (FRED) API to analyze indicators like GDP, unemployment, and CPI with quality scores and source citations.
Instructions
[Economic & Financial Data Agent] Fetch time-series observations from the Federal Reserve Economic Data (FRED) API. Supports GDP, unemployment, CPI, and thousands of other economic indicators. Source: Federal Reserve Economic Data (Public Domain), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seriesId | No | FRED series ID (e.g. GDP, UNRATE, CPIAUCSL, FEDFUNDS, DFF, T10Y2Y) | GDP |
| limit | No | Maximum results to return (1–10000) | |
| startDate | No | Start date (YYYY-MM-DD) | |
| endDate | No | End date (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |