Skip to content

USD to INR exchange rate API

US Dollar to Indian Rupee · quoted 2026-09-26

95.7159

▲ +29.59% over 5Y

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 5 years, USD/INR traded between 73.8609 and 96.5814, averaged 85.1320 and rose 29.59%. 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 5Y

USD/INR over 5Y: show the values
PointUSD/INR
2021-09-2773.8609
2021-11-0874.1113
2021-12-2075.8472
2022-01-3174.7271
2022-03-1476.5794
2022-04-2776.6045
2022-06-0877.6739
2022-07-2080.0069
2022-08-3179.5465
2022-10-1282.3156
2022-11-2381.8073
2023-01-0582.5163
2023-02-1682.6705
2023-03-3082.0848
2023-05-1682.2218
2023-06-2781.9966
2023-08-0882.8412
2023-09-1983.2109
2023-10-3183.2654
2023-12-1283.3733
2024-01-2683.1285
2024-03-0882.7264
2024-04-2383.3310
2024-06-0583.4327
2024-07-1783.5597
2024-08-2783.9222
2024-10-0184.3512
2024-10-3184.0774
2024-11-3084.5932
2024-12-3085.4735
2025-01-2986.5665
2025-02-2887.3797
2025-03-3085.5641
2025-04-2985.1338
2025-05-2985.4688
2025-06-2885.5069
2025-07-2886.6960
2025-08-2787.7590
2025-09-2688.7162
2025-10-2688.0590
2025-11-2589.1995
2025-12-2589.8180
2026-01-2491.6084
2026-02-2390.8987
2026-03-2593.9445
2026-04-2494.2525
2026-05-2495.8804
2026-06-2394.7402
2026-07-2396.5814
2026-08-2295.7000
2026-09-2195.8203

High

96.5814

Low

73.8609

Average

85.1320

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.