fed_board_h15_rate_history
Return a bounded history for one active Federal Reserve Board H.15 business-day rate series from the self-hosted official snapshot. Includes canonical series metadata, values, pagination, exact D1 coverage, raw-package hash, and attribution. Use this for 'show the effective federal funds rate history', 'get daily 10-year Treasury yields', or 'what was prime over this period?'. Scope is 2000-present and is not a live market quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum observations. Default 30. | |
| offset | No | Observations to skip. Default 0. | |
| series | Yes | Exact H.15 series_name, descriptive name, or Treasury alias such as '10-year Treasury', '2y', or '3-month Treasury'. | |
| end_date | No | ISO date YYYY-MM-DD. | |
| start_date | No | ISO date YYYY-MM-DD. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |