← All datasets
Treasury Yield Curve
PublicUS Treasury yield curve (long form). Pass ?latest=1 for the current curve.
Endpoint
GET /api/v1/rates/yield-curve/ Parameters
| Name | Required | Description |
|---|---|---|
| latest | optional | Return only the current curve. e.g. 1 |
| tenor_code | optional | One tenor series. e.g. Y10 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.yield_curve(latest=)