Skip to content

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

AUD/MYR over 5Y: show the values
PointAUD/MYR
2021-09-273.0374
2021-11-083.0799
2021-12-203.0050
2022-01-312.9515
2022-03-143.0447
2022-04-273.1118
2022-06-083.1633
2022-07-203.0748
2022-08-313.0673
2022-10-122.9274
2022-11-233.0432
2023-01-052.9982
2023-02-163.0402
2023-03-302.9603
2023-05-163.0020
2023-06-273.1216
2023-08-082.9804
2023-09-193.0368
2023-10-313.0225
2023-12-123.0864
2024-01-263.1179
2024-03-083.1098
2024-04-233.0855
2024-06-053.1234
2024-07-173.1433
2024-08-272.9480
2024-10-012.9095
2024-10-312.8777
2024-11-302.8954
2024-12-302.7830
2025-01-292.7331
2025-02-282.7752
2025-03-302.7945
2025-04-292.7722
2025-05-292.7338
2025-06-282.7602
2025-07-282.7619
2025-08-272.7403
2025-09-262.7556
2025-10-262.7652
2025-11-252.6715
2025-12-252.7127
2026-01-242.7617
2026-02-232.7507
2026-03-252.7610
2026-04-242.8328
2026-05-242.8408
2026-06-232.8721
2026-07-232.8594
2026-08-222.8959
2026-09-212.9103

High

3.1633

Low

2.6715

Average

2.9246

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=MYR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=MYR");
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=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&currencies=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.