BEA GDP
economic__bea-gdpRetrieve GDP and national income data from the Bureau of Economic Analysis. Access NIPA tables with annual, quarterly, or monthly frequency for specified years, returning verified data with quality scoring and source citations.
Instructions
[Economic & Financial Data Agent] Get GDP and national income data from the Bureau of Economic Analysis (BEA). Source: Bureau of Economic Analysis (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 |
|---|---|---|---|
| tableName | No | NIPA table name (e.g. T10101 for GDP, T20100 for income) | T10101 |
| frequency | No | Frequency: A (annual), Q (quarterly), M (monthly) | Q |
| year | No | Year or comma-separated years (e.g. '2025' or '2023,2024,2025') | 2026 |
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. |