Skip to content

INR to IDR exchange rate API

Indian Rupee to Rupiah · quoted 2026-09-24

185.4945

▲ +3.57% over 6M

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 6 months, INR/IDR traded between 179.1065 and 190.4542, averaged 185.7565 and rose 3.57%. 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 6M

INR/IDR over 6M: show the values
PointINR/IDR
2026-03-28179.1065
2026-04-04183.1913
2026-04-11183.5462
2026-04-18185.0923
2026-04-25183.0515
2026-05-02182.6752
2026-05-09184.0334
2026-05-16183.4084
2026-05-23184.9506
2026-05-30187.6679
2026-06-06190.4542
2026-06-13186.7940
2026-06-20188.5391
2026-06-27188.9594
2026-07-04188.4964
2026-07-11189.2083
2026-07-18185.5876
2026-07-25185.9066
2026-08-01188.8931
2026-08-08187.0842
2026-08-15186.5616
2026-08-22184.5975
2026-08-29185.9174
2026-09-05186.7527
2026-09-12184.0410
2026-09-19185.4155

High

190.4542

Low

179.1065

Average

185.7565

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.