Skip to content

MYR to EUR exchange rate API

Malaysian Ringgit to Euro · quoted 2026-09-25

0.21503

▲ +6.28% over 1Y

1 MYR = 0.21503 EUR · 1 EUR = 4.6506 MYR · Get this rate via the API

1 MYR buys 0.21503 EUR as of 2026-09-25, so 1 EUR buys 4.6506 MYR. Over the last year, MYR/EUR traded between 0.20230 and 0.22095, averaged 0.21251 and rose 6.28%. The API holds daily MYR/EUR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

MYR/EUR over 1Y

MYR/EUR over 1Y: show the values
PointMYR/EUR
2025-09-250.20232
2025-10-020.20230
2025-10-090.20428
2025-10-160.20306
2025-10-230.20397
2025-10-300.20614
2025-11-060.20728
2025-11-130.20844
2025-11-200.20895
2025-11-270.20888
2025-12-040.20846
2025-12-110.20771
2025-12-180.20884
2025-12-250.20986
2026-01-010.20994
2026-01-080.21084
2026-01-150.21209
2026-01-220.21145
2026-01-290.21275
2026-02-050.21474
2026-02-120.21580
2026-02-190.21769
2026-02-260.21782
2026-03-050.21829
2026-03-120.22053
2026-03-190.22095
2026-03-260.21698
2026-04-020.21483
2026-04-090.21486
2026-04-160.21466
2026-04-230.21575
2026-04-300.21525
2026-05-070.21729
2026-05-140.21736
2026-05-210.21757
2026-05-280.21639
2026-06-040.21408
2026-06-110.21312
2026-06-180.21190
2026-06-250.21413
2026-07-020.21502
2026-07-090.21450
2026-07-160.21414
2026-07-230.21467
2026-07-300.21344
2026-08-060.21186
2026-08-130.21214
2026-08-200.21169
2026-08-270.21293
2026-09-030.21303
2026-09-100.21175
2026-09-170.21249
2026-09-240.21525

High

0.22095

Low

0.20230

Average

0.21251

For developers

Get this rate via the API

One GET request returns the MYR/EUR 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=MYR&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=EUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MYR/EUR API questions

How do I get the MYR/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/EUR rate in rates.EUR.

How far back does MYR/EUR historical data go?

Daily MYR/EUR 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 MYR/EUR 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.