Skip to content

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

USD/IDR over 5Y: show the values
PointUSD/IDR
2021-09-2714253.00
2021-11-0814256.33
2021-12-2014409.79
2022-01-3114375.01
2022-03-1414305.23
2022-04-2714419.22
2022-06-0814505.88
2022-07-2014977.76
2022-08-3114849.93
2022-10-1215358.58
2022-11-2315680.20
2023-01-0515605.20
2023-02-1615134.00
2023-03-3015043.21
2023-05-1614825.93
2023-06-2715001.09
2023-08-0815227.62
2023-09-1915380.00
2023-10-3115885.00
2023-12-1215582.25
2024-01-2615759.30
2024-03-0815531.90
2024-04-2316210.05
2024-06-0516337.95
2024-07-1716128.10
2024-08-2715543.20
2024-10-0115331.00
2024-10-3115719.40
2024-11-3015832.37
2024-12-3016163.35
2025-01-2916239.90
2025-02-2816548.05
2025-03-3016582.77
2025-04-2916758.35
2025-05-2916298.25
2025-06-2816231.56
2025-07-2816376.60
2025-08-2716422.80
2025-09-2616709.05
2025-10-2616630.61
2025-11-2516609.15
2025-12-2516762.77
2026-01-2416787.03
2026-02-2316822.20
2026-03-2516858.10
2026-04-2417243.65
2026-05-2417733.15
2026-06-2317921.45
2026-07-2317964.60
2026-08-2217665.97
2026-09-2117869.50

High

17964.60

Low

14253.00

Average

15971.40

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.