10-Year Risk-Neutral Treasury Yield (ACM) was last reported at 4.05 percent as of August 1, 2026. That is up 1.70% from the prior reading of 3.99 percent. This indicator is reported Monthly, and is tracked under the Rates category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 4.05 |
| Jul 2026 | 3.99 |
| Jun 2026 | 3.97 |
| May 2026 | 3.85 |
| Apr 2026 | 3.73 |
| Mar 2026 | 3.69 |
| Feb 2026 | 3.43 |
| Jan 2026 | 3.55 |
| Dec 2025 | 3.49 |
| Nov 2025 | 3.50 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 3.59 |
| Sep 2025 | 3.59 |
| Aug 2025 | 3.50 |
| Jul 2025 | 3.77 |
| Jun 2025 | 3.66 |
| May 2025 | 3.73 |
| Apr 2025 | 3.63 |
| Mar 2025 | 3.88 |
| Feb 2025 | 4.00 |
| Jan 2025 | 4.11 |
Pull the full history of 10-Year Risk-Neutral Treasury Yield (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=USRISKNEUTRAL10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRISKNEUTRAL10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRISKNEUTRAL10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();