Skip to content

AUD to IDR exchange rate API

Australian Dollar to Rupiah · quoted 2026-09-24

12516.12

▲ +13.43% over 1Y

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 year, AUD/IDR traded between 10779.23 and 12862.70, averaged 11912.32 and rose 13.43%. 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 1Y

AUD/IDR over 1Y: show the values
PointAUD/IDR
2025-09-2411034.03
2025-10-0110991.13
2025-10-0810908.05
2025-10-1510816.46
2025-10-2210779.23
2025-10-2910930.95
2025-11-0510830.62
2025-11-1210963.90
2025-11-1910846.55
2025-11-2610817.46
2025-12-0310958.04
2025-12-1011082.83
2025-12-1711051.88
2025-12-2411224.36
2025-12-3111171.63
2026-01-0711281.18
2026-01-1411264.72
2026-01-2111448.41
2026-01-2811718.60
2026-02-0411805.64
2026-02-1111964.50
2026-02-1811941.73
2026-02-2511923.85
2026-03-0411897.18
2026-03-1112083.89
2026-03-1811985.96
2026-03-2511739.00
2026-04-0111761.84
2026-04-0811979.30
2026-04-1512241.80
2026-04-2212301.81
2026-04-2912425.56
2026-05-0612551.73
2026-05-1312685.34
2026-05-2012619.17
2026-05-2712718.06
2026-06-0312862.70
2026-06-1012543.93
2026-06-1712568.85
2026-06-2412403.25
2026-07-0112377.34
2026-07-0812524.23
2026-07-1512618.39
2026-07-2212531.71
2026-07-2912542.74
2026-08-0512601.80
2026-08-1212617.05
2026-08-1912617.62
2026-08-2612726.23
2026-09-0212662.00
2026-09-0912625.74
2026-09-1612602.73
2026-09-2312576.38

High

12862.70

Low

10779.23

Average

11912.32

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.