The REST structure of the Historical Bond Yields API simplifies integration and allows you to get results using any method and language. The historical bond yield data is ideal for investment platforms, portfolio analytics, risk management systems, and economic research tools.
– Track historical government bond yields for specific countries and bond types
– Analyze trends in interest rates and macroeconomic conditions
– Backtest fixed income and multi-asset investment strategies
– Integrate bond yield data into financial dashboards
– Compare yields across countries, regions, and bond maturities
- Global Coverage – Historical yields for government bonds from major economies worldwide
- Bond Types – Multiple maturities including 2y, 5y, 10y, and 30y
- Frequency Options – Daily or monthly yields for precise historical analysis
- Date Range Selection – Query specific periods with extensive historical coverage
- REST API – Standard JSON responses for seamless integration
Access today by getting your API key on the Finnworlds website.
Looking for academic or non-profit use? Send us an email to start the conversation.
- JSON REST API
- Excel CSV download
- PDF reports
- Email link
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"basics": {
"frequency": "1d"
},
"output": {
"region": "america",
"country": "United States",
"bond_type": "10y",
"prices": [
{
"price": "6.513",
"date_time": "2000-01-07"
},
{
"price": "6.54",
"date_time": "2000-01-06"
},
{
"price": "6.599",
"date_time": "2000-01-05"
},
{
"price": "6.499",
"date_time": "2000-01-04"
},
{
"price": "6.594",
"date_time": "2000-01-03"
}
]
}
}
}
Need help, have questions? Get in touch with Support.
Use of the Finnworlds website, services like API and database are subject to the Finnworlds Terms & Conditions.