Skip to content

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

AZN/MYR over 1Y: show the values
PointAZN/MYR
2025-09-262.5377
2025-10-032.5296
2025-10-102.5398
2025-10-172.4859
2025-10-242.4841
2025-10-312.4618
2025-11-072.4565
2025-11-142.4309
2025-11-212.4406
2025-11-282.4309
2025-12-052.4183
2025-12-132.4103
2025-12-202.3989
2025-12-272.3803
2026-01-032.3853
2026-01-102.4076
2026-01-172.3865
2026-01-242.3550
2026-01-312.3181
2026-02-072.3212
2026-02-142.2982
2026-02-212.2959
2026-02-282.2869
2026-03-072.3213
2026-03-142.3174
2026-03-212.3176
2026-03-282.3029
2026-04-042.3712
2026-04-112.3269
2026-04-182.3196
2026-04-252.3269
2026-05-022.3301
2026-05-092.3011
2026-05-172.3280
2026-05-252.3250
2026-06-012.3323
2026-06-102.3941
2026-06-172.3929
2026-06-242.4341
2026-07-012.4082
2026-07-082.3982
2026-07-152.3988
2026-07-222.4041
2026-07-292.4056
2026-08-052.4077
2026-08-122.4032
2026-08-202.3789
2026-08-272.3724
2026-09-032.3773
2026-09-102.3915
2026-09-172.4112
2026-09-242.4041

High

2.5398

Low

2.2869

Average

2.3860

For developers

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