AUD to MYR exchange rate API
Australian Dollar to Malaysian Ringgit · quoted 2026-09-25
2.8699
▼ +5.52% over 5Y
1 AUD = 2.8699 MYR · 1 MYR = 0.34844 AUD · Get this rate via the API
1 AUD buys 2.8699 MYR as of 2026-09-25, so 1 MYR buys 0.34844 AUD. Over the last 5 years, AUD/MYR traded between 2.6715 and 3.1633, averaged 2.9246 and fell 5.52%. The API holds daily AUD/MYR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
AUD/MYR over 5Y: show the values
| Point | AUD/MYR |
|---|---|
| 2021-09-27 | 3.0374 |
| 2021-11-08 | 3.0799 |
| 2021-12-20 | 3.0050 |
| 2022-01-31 | 2.9515 |
| 2022-03-14 | 3.0447 |
| 2022-04-27 | 3.1118 |
| 2022-06-08 | 3.1633 |
| 2022-07-20 | 3.0748 |
| 2022-08-31 | 3.0673 |
| 2022-10-12 | 2.9274 |
| 2022-11-23 | 3.0432 |
| 2023-01-05 | 2.9982 |
| 2023-02-16 | 3.0402 |
| 2023-03-30 | 2.9603 |
| 2023-05-16 | 3.0020 |
| 2023-06-27 | 3.1216 |
| 2023-08-08 | 2.9804 |
| 2023-09-19 | 3.0368 |
| 2023-10-31 | 3.0225 |
| 2023-12-12 | 3.0864 |
| 2024-01-26 | 3.1179 |
| 2024-03-08 | 3.1098 |
| 2024-04-23 | 3.0855 |
| 2024-06-05 | 3.1234 |
| 2024-07-17 | 3.1433 |
| 2024-08-27 | 2.9480 |
| 2024-10-01 | 2.9095 |
| 2024-10-31 | 2.8777 |
| 2024-11-30 | 2.8954 |
| 2024-12-30 | 2.7830 |
| 2025-01-29 | 2.7331 |
| 2025-02-28 | 2.7752 |
| 2025-03-30 | 2.7945 |
| 2025-04-29 | 2.7722 |
| 2025-05-29 | 2.7338 |
| 2025-06-28 | 2.7602 |
| 2025-07-28 | 2.7619 |
| 2025-08-27 | 2.7403 |
| 2025-09-26 | 2.7556 |
| 2025-10-26 | 2.7652 |
| 2025-11-25 | 2.6715 |
| 2025-12-25 | 2.7127 |
| 2026-01-24 | 2.7617 |
| 2026-02-23 | 2.7507 |
| 2026-03-25 | 2.7610 |
| 2026-04-24 | 2.8328 |
| 2026-05-24 | 2.8408 |
| 2026-06-23 | 2.8721 |
| 2026-07-23 | 2.8594 |
| 2026-08-22 | 2.8959 |
| 2026-09-21 | 2.9103 |
High
3.1633
Low
2.6715
Average
2.9246
Get this rate via the API
One GET request returns the AUD/MYR 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=MYR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MYR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MYR").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/MYR API questions
How do I get the AUD/MYR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MYR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/MYR rate in rates.MYR.
How far back does AUD/MYR historical data go?
Daily AUD/MYR 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/MYR 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.