Skip to main content
← All datasets

Treasury Yield Curve

Public

US Treasury yield curve (long form). Pass ?latest=1 for the current curve.

Endpoint

GET /api/v1/rates/yield-curve/

Parameters

NameRequiredDescription
latestoptional Return only the current curve. e.g. 1
tenor_codeoptional One tenor series. e.g. Y10

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.yield_curve(latest=)
Powered by BankRegAPI