Skip to content

MYR to EUR exchange rate API

Malaysian Ringgit to Euro · quoted 2026-09-25

0.21521

▲ +2.62% over YTD

1 MYR = 0.21521 EUR · 1 EUR = 4.6465 MYR · Get this rate via the API

1 MYR buys 0.21521 EUR as of 2026-09-25, so 1 EUR buys 4.6465 MYR. Over the year to date, MYR/EUR traded between 0.20972 and 0.22202, averaged 0.21457 and rose 2.62%. 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 YTD

MYR/EUR over YTD: show the values
PointMYR/EUR
2025-12-310.20972
2026-01-070.21091
2026-01-140.21203
2026-01-210.21049
2026-01-280.21310
2026-02-040.21516
2026-02-110.21343
2026-02-180.21647
2026-02-250.21809
2026-03-040.21779
2026-03-110.22047
2026-03-180.22202
2026-03-250.21757
2026-04-010.21398
2026-04-080.21485
2026-04-150.21464
2026-04-220.21563
2026-04-290.21613
2026-05-060.21661
2026-05-130.21717
2026-05-200.21715
2026-05-270.21673
2026-06-030.21555
2026-06-100.21293
2026-06-170.21208
2026-06-240.21310
2026-07-010.21458
2026-07-080.21508
2026-07-150.21499
2026-07-220.21448
2026-07-290.21487
2026-08-050.21146
2026-08-120.21201
2026-08-190.21237
2026-08-260.21283
2026-09-020.21350
2026-09-090.21086
2026-09-160.21208
2026-09-230.21479

High

0.22202

Low

0.20972

Average

0.21457

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.