cURL
curl --request GET \ --url https://api.vintl.io/v1/treasury/yields \ --header 'X-API-Key: <api-key>'
{ "object": "yield_series", "results": [ { "trade_date": "2026-03-24T00:00:00Z", "maturity": "10Y", "rate": "4.39", "curve_type": "PAR" } ], "results_count": 123, "has_more": true, "next_cursor": "<string>" }
API key prefixed with vntl_live_
vntl_live_
1M
2M
3M
4M
6M
1Y
2Y
3Y
5Y
7Y
10Y
20Y
30Y
PAR
TIPS
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
1 <= x <= 1000
Opaque pagination cursor from previous response
Paginated yield rates
"yield_series"
Show child attributes