10-Year Treasury Term Premium (ACM) was last reported at 0.76 percent as of August 1, 2026. That is down 8.83% from the prior reading of 0.84 percent. This indicator is reported Monthly, and is tracked under the Rates category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 0.76 |
| Jul 2026 | 0.84 |
| Jun 2026 | 0.51 |
| May 2026 | 0.66 |
| Apr 2026 | 0.72 |
| Mar 2026 | 0.65 |
| Feb 2026 | 0.60 |
| Jan 2026 | 0.77 |
| Dec 2025 | 0.75 |
| Nov 2025 | 0.58 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 0.56 |
| Sep 2025 | 0.61 |
| Aug 2025 | 0.77 |
| Jul 2025 | 0.63 |
| Jun 2025 | 0.62 |
| May 2025 | 0.74 |
| Apr 2025 | 0.59 |
| Mar 2025 | 0.37 |
| Feb 2025 | 0.26 |
| Jan 2025 | 0.49 |
Pull the full history of 10-Year Treasury Term Premium (ACM) 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=USTERMPREM10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USTERMPREM10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USTERMPREM10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();