AUD to IDR exchange rate API
Australian Dollar to Rupiah · quoted 2026-09-24
12516.12
▲ +12.03% over YTD
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 year to date, AUD/IDR traded between 11171.63 and 12862.70, averaged 12250.74 and rose 12.03%. 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 YTD: show the values
| Point | AUD/IDR |
|---|---|
| 2025-12-31 | 11171.63 |
| 2026-01-07 | 11281.18 |
| 2026-01-14 | 11264.72 |
| 2026-01-21 | 11448.41 |
| 2026-01-28 | 11718.60 |
| 2026-02-04 | 11805.64 |
| 2026-02-11 | 11964.50 |
| 2026-02-18 | 11941.73 |
| 2026-02-25 | 11923.85 |
| 2026-03-04 | 11897.18 |
| 2026-03-11 | 12083.89 |
| 2026-03-18 | 11985.96 |
| 2026-03-25 | 11739.00 |
| 2026-04-01 | 11761.84 |
| 2026-04-08 | 11979.30 |
| 2026-04-15 | 12241.80 |
| 2026-04-22 | 12301.81 |
| 2026-04-29 | 12425.56 |
| 2026-05-06 | 12551.73 |
| 2026-05-13 | 12685.34 |
| 2026-05-20 | 12619.17 |
| 2026-05-27 | 12718.06 |
| 2026-06-03 | 12862.70 |
| 2026-06-10 | 12543.93 |
| 2026-06-17 | 12568.85 |
| 2026-06-24 | 12403.25 |
| 2026-07-01 | 12377.34 |
| 2026-07-08 | 12524.23 |
| 2026-07-15 | 12618.39 |
| 2026-07-22 | 12531.71 |
| 2026-07-29 | 12542.74 |
| 2026-08-05 | 12601.80 |
| 2026-08-12 | 12617.05 |
| 2026-08-19 | 12617.62 |
| 2026-08-26 | 12726.23 |
| 2026-09-02 | 12662.00 |
| 2026-09-09 | 12625.74 |
| 2026-09-16 | 12602.73 |
| 2026-09-23 | 12576.38 |
High
12862.70
Low
11171.63
Average
12250.74
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.