AUD to MYR exchange rate API
Australian Dollar to Malaysian Ringgit · quoted 2026-09-25
2.8699
▲ +5.82% over YTD
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 year to date, AUD/MYR traded between 2.7028 and 2.9405, averaged 2.8230 and rose 5.82%. 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 YTD: show the values
| Point | AUD/MYR |
|---|---|
| 2025-12-31 | 2.7121 |
| 2026-01-07 | 2.7301 |
| 2026-01-14 | 2.7028 |
| 2026-01-21 | 2.7398 |
| 2026-01-28 | 2.7431 |
| 2026-02-04 | 2.7641 |
| 2026-02-11 | 2.8029 |
| 2026-02-18 | 2.7583 |
| 2026-02-25 | 2.7593 |
| 2026-03-04 | 2.7822 |
| 2026-03-11 | 2.8007 |
| 2026-03-18 | 2.7623 |
| 2026-03-25 | 2.7610 |
| 2026-04-01 | 2.8002 |
| 2026-04-08 | 2.8057 |
| 2026-04-15 | 2.8224 |
| 2026-04-22 | 2.8271 |
| 2026-04-29 | 2.8309 |
| 2026-05-06 | 2.8431 |
| 2026-05-13 | 2.8497 |
| 2026-05-20 | 2.8303 |
| 2026-05-27 | 2.8271 |
| 2026-06-03 | 2.8605 |
| 2026-06-10 | 2.8506 |
| 2026-06-17 | 2.8720 |
| 2026-06-24 | 2.8550 |
| 2026-07-01 | 2.8213 |
| 2026-07-08 | 2.8228 |
| 2026-07-15 | 2.8475 |
| 2026-07-22 | 2.8583 |
| 2026-07-29 | 2.8383 |
| 2026-08-05 | 2.8862 |
| 2026-08-12 | 2.8889 |
| 2026-08-19 | 2.8710 |
| 2026-08-26 | 2.8930 |
| 2026-09-02 | 2.8915 |
| 2026-09-09 | 2.9405 |
| 2026-09-16 | 2.9149 |
| 2026-09-23 | 2.8835 |
High
2.9405
Low
2.7028
Average
2.8230
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.