Skip to content

INR to IDR exchange rate API

Indian Rupee to Rupiah · quoted 2026-09-24

185.4945

▼ +3.87% over 5Y

1 INR = 185.4945 IDR · 1 IDR = 0.005391 INR · Get this rate via the API

1 INR buys 185.4945 IDR as of 2026-09-24, so 1 IDR buys 0.005391 INR. Over the last 5 years, INR/IDR traded between 179.4474 and 196.8471, averaged 187.6760 and fell 3.87%. The API holds daily INR/IDR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/IDR over 5Y

INR/IDR over 5Y: show the values
PointINR/IDR
2021-09-27192.9708
2021-11-08192.3637
2021-12-20189.9846
2022-01-31192.3669
2022-03-14186.8026
2022-04-27188.2295
2022-06-08186.7535
2022-07-20187.2060
2022-08-31186.6824
2022-10-12186.5817
2022-11-23191.6725
2023-01-05189.1166
2023-02-16183.0642
2023-03-30183.2643
2023-05-16180.3163
2023-06-27182.9476
2023-08-08183.8170
2023-09-19184.8316
2023-10-31190.7756
2023-12-12186.8974
2024-01-26189.5776
2024-03-08187.7502
2024-04-23194.5261
2024-06-05195.8220
2024-07-17193.0128
2024-08-27185.2096
2024-10-01181.7519
2024-10-31186.9635
2024-11-30187.1589
2024-12-30189.1037
2025-01-29187.6004
2025-02-28189.3809
2025-03-30193.8052
2025-04-29196.8471
2025-05-29190.6925
2025-06-28189.8275
2025-07-28188.8969
2025-08-27187.1352
2025-09-26188.3428
2025-10-26188.8574
2025-11-25186.2024
2025-12-25186.6304
2026-01-24183.2477
2026-02-23185.0654
2026-03-25179.4474
2026-04-24182.9517
2026-05-24184.9507
2026-06-23189.1643
2026-07-23186.0048
2026-08-22184.5975
2026-09-21186.4898

High

196.8471

Low

179.4474

Average

187.6760

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/IDR API questions

How do I get the INR/IDR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/IDR rate in rates.IDR.

How far back does INR/IDR historical data go?

Daily INR/IDR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free INR/IDR 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.