USD to INR exchange rate API
US Dollar to Indian Rupee · quoted 2026-09-26
95.7159
▲ +7.89% over 1Y
1 USD = 95.7159 INR · 1 INR = 0.01045 USD · Get this rate via the API
1 USD buys 95.7159 INR as of 2026-09-26, so 1 INR buys 0.01045 USD. Over the last year, USD/INR traded between 87.8040 and 96.5676, averaged 92.6704 and rose 7.89%. The API holds daily USD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/INR over 1Y: show the values
| Point | USD/INR |
|---|---|
| 2025-09-26 | 88.7162 |
| 2025-10-03 | 88.7873 |
| 2025-10-10 | 88.7105 |
| 2025-10-17 | 87.9950 |
| 2025-10-24 | 87.8040 |
| 2025-10-31 | 88.7199 |
| 2025-11-07 | 88.6757 |
| 2025-11-14 | 88.6732 |
| 2025-11-21 | 89.6378 |
| 2025-11-28 | 89.4782 |
| 2025-12-05 | 89.9382 |
| 2025-12-12 | 90.5255 |
| 2025-12-19 | 89.6977 |
| 2025-12-26 | 90.1575 |
| 2026-01-02 | 90.1962 |
| 2026-01-09 | 90.2195 |
| 2026-01-16 | 90.7265 |
| 2026-01-23 | 91.8617 |
| 2026-01-30 | 91.9393 |
| 2026-02-06 | 90.6618 |
| 2026-02-13 | 90.6095 |
| 2026-02-20 | 90.9454 |
| 2026-02-27 | 91.0805 |
| 2026-03-06 | 91.8385 |
| 2026-03-13 | 92.3845 |
| 2026-03-20 | 93.6175 |
| 2026-03-27 | 94.8116 |
| 2026-04-03 | 92.7103 |
| 2026-04-10 | 92.8866 |
| 2026-04-17 | 92.8223 |
| 2026-04-24 | 94.2525 |
| 2026-05-01 | 95.1998 |
| 2026-05-08 | 94.4890 |
| 2026-05-15 | 95.9701 |
| 2026-05-22 | 95.6951 |
| 2026-05-29 | 95.0013 |
| 2026-06-05 | 94.9497 |
| 2026-06-12 | 95.1150 |
| 2026-06-19 | 94.3294 |
| 2026-06-26 | 94.4044 |
| 2026-07-03 | 95.2149 |
| 2026-07-10 | 95.3338 |
| 2026-07-17 | 96.2851 |
| 2026-07-24 | 96.5676 |
| 2026-07-31 | 95.3848 |
| 2026-08-07 | 95.2124 |
| 2026-08-14 | 95.4282 |
| 2026-08-21 | 95.7001 |
| 2026-08-28 | 95.3865 |
| 2026-09-04 | 94.4902 |
| 2026-09-11 | 95.5551 |
| 2026-09-18 | 95.8774 |
| 2026-09-25 | 95.8173 |
High
96.5676
Low
87.8040
Average
92.6704
Get this rate via the API
One GET request returns the USD/INR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/INR API questions
How do I get the USD/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/INR rate in rates.INR.
How far back does USD/INR historical data go?
Daily USD/INR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/INR exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.