fed_board_h15_rate_spread
Calculate a time series of one Federal Reserve Board H.15 rate minus another on aligned business dates. Returns both canonical series, component values, percentage-point and basis-point spreads, pagination, provenance, and exact hosted coverage. Use this for '10-year minus 2-year Treasury spread', 'prime minus fed funds', or 'compare 30-year and 5-year yields'. Treasury aliases such as '10y' and '2y' are accepted. Not a forecast or trading signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum aligned observations. Default 30. | |
| offset | No | Aligned observations to skip. Default 0. | |
| end_date | No | ISO date YYYY-MM-DD. | |
| series_a | Yes | Exact H.15 series_name, descriptive name, or Treasury alias such as '10-year Treasury', '2y', or '3-month Treasury'. | |
| series_b | Yes | Exact H.15 series_name, descriptive name, or Treasury alias such as '10-year Treasury', '2y', or '3-month Treasury'. | |
| start_date | No | ISO date YYYY-MM-DD. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |