Skip to content

AUD to IDR exchange rate API

Australian Dollar to Rupiah · quoted 2026-09-24

12516.12

▲ +21.08% over 5Y

1 AUD = 12516.12 IDR · 1 IDR = 0.000080 AUD · Get this rate via the API

1 AUD buys 12516.12 IDR as of 2026-09-24, so 1 IDR buys 0.000080 AUD. Over the last 5 years, AUD/IDR traded between 9601.96 and 12754.42, averaged 10765.78 and rose 21.08%. The API holds daily AUD/IDR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

AUD/IDR over 5Y

AUD/IDR over 5Y: show the values
PointAUD/IDR
2021-09-2710337.39
2021-11-0810567.44
2021-12-2010245.46
2022-01-3110137.02
2022-03-1410357.75
2022-04-2710291.25
2022-06-0810443.03
2022-07-2010344.57
2022-08-3110177.46
2022-10-129601.96
2022-11-2310430.24
2023-01-0510662.63
2023-02-1610447.34
2023-03-3010069.51
2023-05-169892.74
2023-06-2710035.86
2023-08-089903.80
2023-09-199946.03
2023-10-3110077.24
2023-12-1210266.53
2024-01-2610393.71
2024-03-0810309.96
2024-04-2310463.61
2024-06-0510862.00
2024-07-1710870.71
2024-08-2710539.66
2024-10-0110599.39
2024-10-3110330.24
2024-11-3010307.42
2024-12-3010074.60
2025-01-2910103.54
2025-02-2810291.01
2025-03-3010424.13
2025-04-2910735.20
2025-05-2910498.52
2025-06-2810596.76
2025-07-2810690.25
2025-08-2710626.79
2025-09-2610907.00
2025-10-2610862.00
2025-11-2510731.80
2025-12-2511239.40
2026-01-2411571.27
2026-02-2311892.30
2026-03-2511739.00
2026-04-2412319.75
2026-05-2412673.86
2026-06-2312431.43
2026-07-2312562.32
2026-08-2212667.35
2026-09-2112754.42

High

12754.42

Low

9601.96

Average

10765.78

For developers

Get this rate via the API

One GET request returns the AUD/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=AUD&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&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=AUD&currencies=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/IDR API questions

How do I get the AUD/IDR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/IDR rate in rates.IDR.

How far back does AUD/IDR historical data go?

Daily AUD/IDR rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/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.