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: show the values
| Point | INR/IDR |
|---|---|
| 2021-09-27 | 192.9708 |
| 2021-11-08 | 192.3637 |
| 2021-12-20 | 189.9846 |
| 2022-01-31 | 192.3669 |
| 2022-03-14 | 186.8026 |
| 2022-04-27 | 188.2295 |
| 2022-06-08 | 186.7535 |
| 2022-07-20 | 187.2060 |
| 2022-08-31 | 186.6824 |
| 2022-10-12 | 186.5817 |
| 2022-11-23 | 191.6725 |
| 2023-01-05 | 189.1166 |
| 2023-02-16 | 183.0642 |
| 2023-03-30 | 183.2643 |
| 2023-05-16 | 180.3163 |
| 2023-06-27 | 182.9476 |
| 2023-08-08 | 183.8170 |
| 2023-09-19 | 184.8316 |
| 2023-10-31 | 190.7756 |
| 2023-12-12 | 186.8974 |
| 2024-01-26 | 189.5776 |
| 2024-03-08 | 187.7502 |
| 2024-04-23 | 194.5261 |
| 2024-06-05 | 195.8220 |
| 2024-07-17 | 193.0128 |
| 2024-08-27 | 185.2096 |
| 2024-10-01 | 181.7519 |
| 2024-10-31 | 186.9635 |
| 2024-11-30 | 187.1589 |
| 2024-12-30 | 189.1037 |
| 2025-01-29 | 187.6004 |
| 2025-02-28 | 189.3809 |
| 2025-03-30 | 193.8052 |
| 2025-04-29 | 196.8471 |
| 2025-05-29 | 190.6925 |
| 2025-06-28 | 189.8275 |
| 2025-07-28 | 188.8969 |
| 2025-08-27 | 187.1352 |
| 2025-09-26 | 188.3428 |
| 2025-10-26 | 188.8574 |
| 2025-11-25 | 186.2024 |
| 2025-12-25 | 186.6304 |
| 2026-01-24 | 183.2477 |
| 2026-02-23 | 185.0654 |
| 2026-03-25 | 179.4474 |
| 2026-04-24 | 182.9517 |
| 2026-05-24 | 184.9507 |
| 2026-06-23 | 189.1643 |
| 2026-07-23 | 186.0048 |
| 2026-08-22 | 184.5975 |
| 2026-09-21 | 186.4898 |
High
196.8471
Low
179.4474
Average
187.6760
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.