Skip to main content
GET
/
v1
/
treasury
/
yields
/
curve
Full yield curve for a date
curl --request GET \
  --url https://api.vintl.io/v1/treasury/yields/curve \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key prefixed with vntl_live_

Query Parameters

date
string<date>

Date for the curve snapshot (defaults to today)

curve_type
enum<string>
default:PAR
Available options:
PAR,
TIPS

Response

200

All maturities for the given date

Last modified on March 30, 2026