fed_z1_change
Calculate the absolute and percentage change in one curated Federal Reserve Z.1 aggregate between two exact hosted quarters. Returns both observations, dollar change, percent change, series definitions, release provenance, and source hashes. Use this for 'how much did household net worth change from 2019 Q4 to 2024 Q4?', 'growth in mortgage debt since 2020', or 'change in federal debt outstanding between two quarters'. This is descriptive historical arithmetic, not a forecast or recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series | Yes | Exact curated slug or official Z.1 series ID. Call fed_z1_catalog to discover supported values. | |
| end_period | Yes | Quarter in official Z.1 YYYY:Qn form, such as 2020:Q4. | |
| start_period | Yes | Quarter in official Z.1 YYYY:Qn form, such as 2020:Q4. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |