Bond Yields API
Bond Yields API
Tradefeeds Bond Yield API provides with real-time bond yield data. The data on government bonds and yields captures 10-year government bonds of a particular number of countries. The list contains major European countries, USA, Australia, New Zealand, as well as some countries in South America, Asia and Africa. The 10-year government bonds, also referred to as treasury notes, remain a popular investment with banks, corporations and individuals. They prefer this government-based investment to other types of investments since they get regular payments of the treasury note yield from the government. Moreover, a government is less likely to go bankrupt compared to public companies. This makes the government bonds even more attractive investment. Lastly, investors get the same principal amount of the money that they have given to the government at the moment of bond issue.
- API-key&country=france
- API-key®ion=asia
- API-key®ion=asia&type=10y
https://data.tradefeeds.com/api/v1/bond_yields
?key=API-KEY
&country=france
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"output": [
{
"region": "europe",
"country": "france",
"type": "10Y",
"yield": "2.482",
"daypricechange": "0.0070",
"weekchange": "-0.02%",
"monthchange": "-0.37%",
"yearchange": "2.42%",
"date": "2022:11:17"
}
]
}
}
https://data.tradefeeds.com/api/v1/bond_yields
?key=API-KEY
®ion=asia
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"output": [
{
"region": "asia",
"country": "china",
"type": "10Y",
"yield": "2.822",
"daypricechange": "0.0260",
"weekchange": "0.11%",
"monthchange": "0.12%",
"yearchange": "-0.11%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "hong kong",
"type": "10Y",
"yield": "3.547",
"daypricechange": "0.1490",
"weekchange": "-0.50%",
"monthchange": "-0.34%",
"yearchange": "2.06%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "indonesia",
"type": "10Y",
"yield": "7.003",
"daypricechange": "0.0000",
"weekchange": "-0.31%",
"monthchange": "-0.43%",
"yearchange": "0.83%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "israel",
"type": "10Y",
"yield": "3.2",
"daypricechange": "0.0050",
"weekchange": "0.01%",
"monthchange": "-0.18%",
"yearchange": "2.15%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "india",
"type": "10Y",
"yield": "7.283",
"daypricechange": "0.0090",
"weekchange": "-0.06%",
"monthchange": "-0.14%",
"yearchange": "0.94%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "japan",
"type": "10Y",
"yield": "0.244",
"daypricechange": "0.0010",
"weekchange": "-0.01%",
"monthchange": "-0.01%",
"yearchange": "0.16%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "south korea",
"type": "10Y",
"yield": "3.854",
"daypricechange": "0.0370",
"weekchange": "-0.24%",
"monthchange": "-0.42%",
"yearchange": "1.52%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "malaysia",
"type": "10Y",
"yield": "4.281",
"daypricechange": "0.0500",
"weekchange": "-0.23%",
"monthchange": "-0.17%",
"yearchange": "0.71%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "philippines",
"type": "10Y",
"yield": "7.351",
"daypricechange": "0.2450",
"weekchange": "-0.25%",
"monthchange": "0.15%",
"yearchange": "2.33%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "pakistan",
"type": "10Y",
"yield": "12.93",
"daypricechange": "0.0080",
"weekchange": "0.02%",
"monthchange": "0.18%",
"yearchange": "2.07%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "qatar",
"type": "10Y",
"yield": "4.51",
"daypricechange": "0.0210",
"weekchange": "-0.20%",
"monthchange": "-0.46%",
"yearchange": "2.27%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "singapore",
"type": "10Y",
"yield": "3.142",
"daypricechange": "0.0920",
"weekchange": "-0.35%",
"monthchange": "-0.39%",
"yearchange": "1.36%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "thailand",
"type": "10Y",
"yield": "2.69",
"daypricechange": "0.2400",
"weekchange": "-0.24%",
"monthchange": "-0.53%",
"yearchange": "0.70%",
"date": "2022:11:16"
},
{
"region": "asia",
"country": "taiwan",
"type": "10Y",
"yield": "1.62",
"daypricechange": "0.0800",
"weekchange": "-0.13%",
"monthchange": "-0.18%",
"yearchange": "1.08%",
"date": "2022:11:17"
},
{
"region": "asia",
"country": "vietnam",
"type": "10Y",
"yield": "5.129",
"daypricechange": "0.0180",
"weekchange": "-0.04%",
"monthchange": "0.07%",
"yearchange": "3.12%",
"date": "2022:11:17"
}
]
}
}
https://data.tradefeeds.com/api/v1/bond_yields
?key=API-KEY
®ion=europe
&type=10y
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"output": [
{
"region": "europe",
"country": "austria",
"type": "10Y",
"yield": "2.592",
"daypricechange": "0.0050",
"weekchange": "-0.07%",
"monthchange": "-0.41%",
"yearchange": "2.63%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "belgium",
"type": "10Y",
"yield": "2.571",
"daypricechange": "0.0120",
"weekchange": "0.00%",
"monthchange": "-0.35%",
"yearchange": "2.61%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "bulgaria",
"type": "10Y",
"yield": "6.2",
"daypricechange": "0.0000",
"weekchange": "0.00%",
"monthchange": "0.00%",
"yearchange": "5.50%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "switzerland",
"type": "10Y",
"yield": "1.02",
"daypricechange": "0.0150",
"weekchange": "0.04%",
"monthchange": "-0.24%",
"yearchange": "1.16%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "czech republic",
"type": "10Y",
"yield": "4.959",
"daypricechange": "0.0040",
"weekchange": "-0.09%",
"monthchange": "-0.82%",
"yearchange": "2.20%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "germany",
"type": "10Y",
"yield": "1.993",
"daypricechange": "0.0080",
"weekchange": "-0.01%",
"monthchange": "-0.29%",
"yearchange": "2.27%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "denmark",
"type": "10Y",
"yield": "2.253",
"daypricechange": "0.0220",
"weekchange": "-0.01%",
"monthchange": "-0.41%",
"yearchange": "2.22%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "spain",
"type": "10Y",
"yield": "3.023",
"daypricechange": "0.0080",
"weekchange": "-0.01%",
"monthchange": "-0.40%",
"yearchange": "2.58%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "finland",
"type": "10Y",
"yield": "2.588",
"daypricechange": "0.0140",
"weekchange": "-0.08%",
"monthchange": "-0.41%",
"yearchange": "2.61%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "france",
"type": "10Y",
"yield": "2.487",
"daypricechange": "0.0020",
"weekchange": "-0.02%",
"monthchange": "-0.37%",
"yearchange": "2.42%",
"date": "2022:11:17"
},
{
"region": "europe",
"country": "united kingdom",
"type": "10Y",
"yield": "3.183",
"daypricechange": "0.0400",
"weekchange": "-0.10%",
"monthchange": "-0.76%",
"yearchange": "2.26%",
"date": "2022:11:17"
},
{
ETC
Uses of Bond Yields API
Financial analysts, investors and traders often use the Bonds Yields API. They need to get the bond yield data as fast as possible to do their research and make investing decisions on time. Moreover, the data delivered by Tradefeeds Bond Yields API helps some users to assess the interest rate risks and inflation risks with government bonds and forecast on the course of events occurring to the bonds issued. For others, they use the API for bond yields to keep up with the current performance of bonds and their prices. Tradefeeds Bond Yield API helps users of financial bond data get quickly on the government bonds and their bond yield, as well as monthly, weekly and yearly percentage changes.
Coverage of Government Bonds
- America
- Europe and Africa
- Asia and Australia
Government bonds issued by: United States, Canada, Brazil, Venezuela, Mexico, Colombia and Chile.
Government bonds issued by: United Kingdom, Germany, Italy, Russia, Switzerland, France, Greece, Turkey, Bulgaria, Romania, Portugal, Spain, Slovakia, Slovenia, Sweden, Latvia, Lithuania, Hungary, Iceland, Ireland, Austria, Belgium, Denmark, Croatia, Finland, Czech Republic, South Africa, Zambia, Kenya and Nigeria.
Government bonds issued by: Australia, New Zealand, China, Japan, India, Hong Hong, Indonesia, Malayasia, Pakistan, Philippines, Singapore, Qatar, South Korea, Taiwan, Thailand, Vietnam and Israel.
Developer Documentation
Bonds Yields API is available in a JSON format. Tradefeeds API also supports all programming languages, which satisfies the needs of our various customers. Check the other formats through which you can obtain bond yields data. Pay attention to the key filtering parameters as well as the input request and output response examples.