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: show the values
| Point | INR/IDR |
|---|---|
| 2026-03-28 | 179.1065 |
| 2026-04-04 | 183.1913 |
| 2026-04-11 | 183.5462 |
| 2026-04-18 | 185.0923 |
| 2026-04-25 | 183.0515 |
| 2026-05-02 | 182.6752 |
| 2026-05-09 | 184.0334 |
| 2026-05-16 | 183.4084 |
| 2026-05-23 | 184.9506 |
| 2026-05-30 | 187.6679 |
| 2026-06-06 | 190.4542 |
| 2026-06-13 | 186.7940 |
| 2026-06-20 | 188.5391 |
| 2026-06-27 | 188.9594 |
| 2026-07-04 | 188.4964 |
| 2026-07-11 | 189.2083 |
| 2026-07-18 | 185.5876 |
| 2026-07-25 | 185.9066 |
| 2026-08-01 | 188.8931 |
| 2026-08-08 | 187.0842 |
| 2026-08-15 | 186.5616 |
| 2026-08-22 | 184.5975 |
| 2026-08-29 | 185.9174 |
| 2026-09-05 | 186.7527 |
| 2026-09-12 | 184.0410 |
| 2026-09-19 | 185.4155 |
High
190.4542
Low
179.1065
Average
185.7565
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.