get_treasury_yield_by_date
ActiveTool of LastLook Data
declared in 2.12.0
Returns the 30-year US Treasury yield for a specific date. Business days only. Use YYYY-MM-DD format.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"date"
],
"properties": {
"date": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Date in YYYY-MM-DD format e.g. 2026-05-09"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
LastLook Data
https://github.com/zev-lll/lastlook-data
1/7 registries