Australia 10-Year Yield (Monthly) was last reported at 5.02 percent as of August 1, 2026. That is up 1.95% from the prior reading of 4.92 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 5.02 |
| Jul 2026 | 4.92 |
| Jun 2026 | 4.83 |
| May 2026 | 4.98 |
| Apr 2026 | 4.97 |
| Mar 2026 | 4.93 |
| Feb 2026 | 4.76 |
| Jan 2026 | 4.75 |
| Dec 2025 | 4.72 |
| Nov 2025 | 4.42 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 4.23 |
| Sep 2025 | 4.30 |
| Aug 2025 | 4.28 |
| Jul 2025 | 4.29 |
| Jun 2025 | 4.21 |
| May 2025 | 4.35 |
| Apr 2025 | 4.27 |
| Mar 2025 | 4.42 |
| Feb 2025 | 4.42 |
| Jan 2025 | 4.48 |
Pull the full history of Australia 10-Year Yield (Monthly) into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=AUGOVT10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "AUGOVT10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=AUGOVT10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();