AZN to MYR exchange rate API
Azerbaijanian Manat to Malaysian Ringgit · quoted 2026-09-26
2.3968
▼ +5.55% over 1Y
1 AZN = 2.3968 MYR · 1 MYR = 0.41722 AZN · Get this rate via the API
1 AZN buys 2.3968 MYR as of 2026-09-26, so 1 MYR buys 0.41722 AZN. Over the last year, AZN/MYR traded between 2.2869 and 2.5398, averaged 2.3860 and fell 5.55%. The API holds daily AZN/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/MYR over 1Y: show the values
| Point | AZN/MYR |
|---|---|
| 2025-09-26 | 2.5377 |
| 2025-10-03 | 2.5296 |
| 2025-10-10 | 2.5398 |
| 2025-10-17 | 2.4859 |
| 2025-10-24 | 2.4841 |
| 2025-10-31 | 2.4618 |
| 2025-11-07 | 2.4565 |
| 2025-11-14 | 2.4309 |
| 2025-11-21 | 2.4406 |
| 2025-11-28 | 2.4309 |
| 2025-12-05 | 2.4183 |
| 2025-12-13 | 2.4103 |
| 2025-12-20 | 2.3989 |
| 2025-12-27 | 2.3803 |
| 2026-01-03 | 2.3853 |
| 2026-01-10 | 2.4076 |
| 2026-01-17 | 2.3865 |
| 2026-01-24 | 2.3550 |
| 2026-01-31 | 2.3181 |
| 2026-02-07 | 2.3212 |
| 2026-02-14 | 2.2982 |
| 2026-02-21 | 2.2959 |
| 2026-02-28 | 2.2869 |
| 2026-03-07 | 2.3213 |
| 2026-03-14 | 2.3174 |
| 2026-03-21 | 2.3176 |
| 2026-03-28 | 2.3029 |
| 2026-04-04 | 2.3712 |
| 2026-04-11 | 2.3269 |
| 2026-04-18 | 2.3196 |
| 2026-04-25 | 2.3269 |
| 2026-05-02 | 2.3301 |
| 2026-05-09 | 2.3011 |
| 2026-05-17 | 2.3280 |
| 2026-05-25 | 2.3250 |
| 2026-06-01 | 2.3323 |
| 2026-06-10 | 2.3941 |
| 2026-06-17 | 2.3929 |
| 2026-06-24 | 2.4341 |
| 2026-07-01 | 2.4082 |
| 2026-07-08 | 2.3982 |
| 2026-07-15 | 2.3988 |
| 2026-07-22 | 2.4041 |
| 2026-07-29 | 2.4056 |
| 2026-08-05 | 2.4077 |
| 2026-08-12 | 2.4032 |
| 2026-08-20 | 2.3789 |
| 2026-08-27 | 2.3724 |
| 2026-09-03 | 2.3773 |
| 2026-09-10 | 2.3915 |
| 2026-09-17 | 2.4112 |
| 2026-09-24 | 2.4041 |
High
2.5398
Low
2.2869
Average
2.3860
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=MYR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MYR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MYR").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/MYR API questions
How do I get the AZN/MYR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MYR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/MYR rate in rates.MYR.
How far back does AZN/MYR historical data go?
Daily AZN/MYR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AZN/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.