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: show the values
| Point | AUD/IDR |
|---|---|
| 2021-09-27 | 10337.39 |
| 2021-11-08 | 10567.44 |
| 2021-12-20 | 10245.46 |
| 2022-01-31 | 10137.02 |
| 2022-03-14 | 10357.75 |
| 2022-04-27 | 10291.25 |
| 2022-06-08 | 10443.03 |
| 2022-07-20 | 10344.57 |
| 2022-08-31 | 10177.46 |
| 2022-10-12 | 9601.96 |
| 2022-11-23 | 10430.24 |
| 2023-01-05 | 10662.63 |
| 2023-02-16 | 10447.34 |
| 2023-03-30 | 10069.51 |
| 2023-05-16 | 9892.74 |
| 2023-06-27 | 10035.86 |
| 2023-08-08 | 9903.80 |
| 2023-09-19 | 9946.03 |
| 2023-10-31 | 10077.24 |
| 2023-12-12 | 10266.53 |
| 2024-01-26 | 10393.71 |
| 2024-03-08 | 10309.96 |
| 2024-04-23 | 10463.61 |
| 2024-06-05 | 10862.00 |
| 2024-07-17 | 10870.71 |
| 2024-08-27 | 10539.66 |
| 2024-10-01 | 10599.39 |
| 2024-10-31 | 10330.24 |
| 2024-11-30 | 10307.42 |
| 2024-12-30 | 10074.60 |
| 2025-01-29 | 10103.54 |
| 2025-02-28 | 10291.01 |
| 2025-03-30 | 10424.13 |
| 2025-04-29 | 10735.20 |
| 2025-05-29 | 10498.52 |
| 2025-06-28 | 10596.76 |
| 2025-07-28 | 10690.25 |
| 2025-08-27 | 10626.79 |
| 2025-09-26 | 10907.00 |
| 2025-10-26 | 10862.00 |
| 2025-11-25 | 10731.80 |
| 2025-12-25 | 11239.40 |
| 2026-01-24 | 11571.27 |
| 2026-02-23 | 11892.30 |
| 2026-03-25 | 11739.00 |
| 2026-04-24 | 12319.75 |
| 2026-05-24 | 12673.86 |
| 2026-06-23 | 12431.43 |
| 2026-07-23 | 12562.32 |
| 2026-08-22 | 12667.35 |
| 2026-09-21 | 12754.42 |
High
12754.42
Low
9601.96
Average
10765.78
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.