fed_z1_series
Return a bounded quarterly history for one curated Federal Reserve Financial Accounts (Z.1) aggregate series from LiveDataLink's self-hosted release snapshot. Includes official series/table identifiers, dollar values, units, seasonal-adjustment basis, pagination, source hash, and release provenance. Use this for 'show household net worth since 2019', 'quarterly federal debt outstanding', or 'consumer credit history'. Values are aggregate historical estimates that may be revised.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum observations, newest first. Default 24. | |
| offset | No | Observations to skip. Default 0. | |
| series | Yes | Exact curated slug or official Z.1 series ID. Call fed_z1_catalog to discover supported values. | |
| end_period | No | Quarter in official Z.1 YYYY:Qn form, such as 2020:Q4. | |
| start_period | No | Quarter in official Z.1 YYYY:Qn form, such as 2020:Q4. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |