USD/INR Exchange Rate was last reported at 95.5500 INR per USD as of September 11, 2026. That is up 0.12% from the prior reading of 95.4400 INR per USD. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Trade category. The next scheduled release is September 21, 2026.
| Date | Value (INR per USD) |
|---|---|
| Sep 11, 2026 | 95.5500 |
| Sep 10, 2026 | 95.4400 |
| Sep 9, 2026 | 95.0900 |
| Sep 8, 2026 | 94.8200 |
| Sep 4, 2026 | 94.4900 |
| Sep 3, 2026 | 94.4900 |
| Sep 2, 2026 | 94.9700 |
| Sep 1, 2026 | 94.9500 |
| Aug 31, 2026 | 95.1600 |
| Aug 28, 2026 | 95.3800 |
| Date | Value (INR per USD) |
|---|---|
| Aug 27, 2026 | 95.5400 |
| Aug 26, 2026 | 95.4300 |
| Aug 25, 2026 | 95.4100 |
| Aug 24, 2026 | 95.7500 |
| Aug 21, 2026 | 95.7000 |
| Aug 20, 2026 | 95.7100 |
| Aug 19, 2026 | 95.7500 |
| Aug 18, 2026 | 95.6800 |
| Aug 17, 2026 | 95.6000 |
| Aug 14, 2026 | 95.4300 |
Pull the full history of USD/INR Exchange Rate 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=FXUSDINR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "FXUSDINR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=FXUSDINR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();