USD to IDR exchange rate API
US Dollar to Rupiah · quoted 2026-09-24
17845.50
▲ +25.21% over 5Y
1 USD = 17845.50 IDR · 1 IDR = 0.000056 USD · Get this rate via the API
1 USD buys 17845.50 IDR as of 2026-09-24, so 1 IDR buys 0.000056 USD. Over the last 5 years, USD/IDR traded between 14253.00 and 17964.60, averaged 15971.40 and rose 25.21%. The API holds daily USD/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/IDR over 5Y: show the values
| Point | USD/IDR |
|---|---|
| 2021-09-27 | 14253.00 |
| 2021-11-08 | 14256.33 |
| 2021-12-20 | 14409.79 |
| 2022-01-31 | 14375.01 |
| 2022-03-14 | 14305.23 |
| 2022-04-27 | 14419.22 |
| 2022-06-08 | 14505.88 |
| 2022-07-20 | 14977.76 |
| 2022-08-31 | 14849.93 |
| 2022-10-12 | 15358.58 |
| 2022-11-23 | 15680.20 |
| 2023-01-05 | 15605.20 |
| 2023-02-16 | 15134.00 |
| 2023-03-30 | 15043.21 |
| 2023-05-16 | 14825.93 |
| 2023-06-27 | 15001.09 |
| 2023-08-08 | 15227.62 |
| 2023-09-19 | 15380.00 |
| 2023-10-31 | 15885.00 |
| 2023-12-12 | 15582.25 |
| 2024-01-26 | 15759.30 |
| 2024-03-08 | 15531.90 |
| 2024-04-23 | 16210.05 |
| 2024-06-05 | 16337.95 |
| 2024-07-17 | 16128.10 |
| 2024-08-27 | 15543.20 |
| 2024-10-01 | 15331.00 |
| 2024-10-31 | 15719.40 |
| 2024-11-30 | 15832.37 |
| 2024-12-30 | 16163.35 |
| 2025-01-29 | 16239.90 |
| 2025-02-28 | 16548.05 |
| 2025-03-30 | 16582.77 |
| 2025-04-29 | 16758.35 |
| 2025-05-29 | 16298.25 |
| 2025-06-28 | 16231.56 |
| 2025-07-28 | 16376.60 |
| 2025-08-27 | 16422.80 |
| 2025-09-26 | 16709.05 |
| 2025-10-26 | 16630.61 |
| 2025-11-25 | 16609.15 |
| 2025-12-25 | 16762.77 |
| 2026-01-24 | 16787.03 |
| 2026-02-23 | 16822.20 |
| 2026-03-25 | 16858.10 |
| 2026-04-24 | 17243.65 |
| 2026-05-24 | 17733.15 |
| 2026-06-23 | 17921.45 |
| 2026-07-23 | 17964.60 |
| 2026-08-22 | 17665.97 |
| 2026-09-21 | 17869.50 |
High
17964.60
Low
14253.00
Average
15971.40
Get this rate via the API
One GET request returns the USD/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=USD¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/IDR API questions
How do I get the USD/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/IDR rate in rates.IDR.
How far back does USD/IDR historical data go?
Daily USD/IDR 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/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.