Default
Bond Yield Curve
Get yield curve data for Treasury bonds.
get/bond/yield-curve
Query parameters
codestring required
Bond's code. You can find the list of supported code <a href="https://docs.google.com/spreadsheets/d/1iA-lM0Kht7lsQZ7Uu_s6r2i1BbQNUNO9eGkO5-zglHg/edit?usp=sharing" target="_blank" rel="noopener">here</a>.
Response
successful operation
Example response
{
"code": "code",
"data": [
{
"d": "d",
"v": 0.8008282
},
{
"d": "d",
"v": 0.8008282
}
]
}Changes
Changed in 2 of the 35 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲