Skip to main content
GET
/
v1
/
treasury
/
yields
/
spread
Yield spread over time
curl --request GET \
  --url https://api.vintl.io/v1/treasury/yields/spread \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key prefixed with vntl_live_

Query Parameters

long
string
default:10Y
short
string
default:2Y
curve_type
string
default:PAR
from
string<date>

Start date (YYYY-MM-DD)

to
string<date>

End date (YYYY-MM-DD)

Response

200

Spread time series with basis points

Last modified on March 30, 2026