India 10-Year G-Sec Yield (Monthly) was last reported at 6.78 percent as of July 1, 2026. That is down 1.60% from the prior reading of 6.89 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Jul 2026 | 6.78 |
| Jun 2026 | 6.89 |
| May 2026 | 7.02 |
| Apr 2026 | 7.05 |
| Mar 2026 | 6.84 |
| Feb 2026 | 6.77 |
| Jan 2026 | 6.73 |
| Dec 2025 | 6.63 |
| Nov 2025 | 6.54 |
| Oct 2025 | 6.48 |
| Date | Value (percent) |
|---|---|
| Sep 2025 | 6.59 |
| Aug 2025 | 6.52 |
| Jul 2025 | 6.35 |
| Jun 2025 | 6.31 |
| May 2025 | 6.27 |
| Apr 2025 | 6.46 |
| Mar 2025 | 6.68 |
| Feb 2025 | 6.73 |
| Jan 2025 | 6.76 |
| Dec 2024 | 6.78 |
Pull the full history of India 10-Year G-Sec 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=INGSEC10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "INGSEC10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=INGSEC10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();