Skip to content

EUR to MMK exchange rate API

Euro to Kyat · quoted 2026-09-27

2391.65

▼ +2.66% over 1Y

1 EUR = 2391.65 MMK · 1 MMK = 0.000418 EUR · Get this rate via the API

1 EUR buys 2391.65 MMK as of 2026-09-27, so 1 MMK buys 0.000418 EUR. Over the last year, EUR/MMK traded between 2390.47 and 2490.74, averaged 2440.38 and fell 2.66%. The API holds daily EUR/MMK rates from 2017-06-09 — 9 years of history — so any past day, or a whole series, is one request away.

EUR/MMK over 1Y

EUR/MMK over 1Y: show the values
PointEUR/MMK
2025-09-272456.96
2025-10-042465.89
2025-10-112436.12
2025-10-182447.23
2025-10-252441.59
2025-11-012423.16
2025-11-082429.15
2025-11-152439.94
2025-11-222417.49
2025-11-292435.22
2025-12-062444.67
2025-12-132464.78
2025-12-202459.52
2025-12-272472.78
2026-01-032462.65
2026-01-102443.98
2026-01-172435.07
2026-01-242482.11
2026-01-312490.61
2026-02-072480.40
2026-02-142490.74
2026-02-212473.92
2026-02-282480.20
2026-03-072440.51
2026-03-142404.54
2026-03-212434.36
2026-03-282427.58
2026-04-042418.02
2026-04-112463.34
2026-04-182472.59
2026-04-252461.62
2026-05-022462.33
2026-05-092475.83
2026-05-162441.07
2026-05-232438.31
2026-05-302448.93
2026-06-062418.27
2026-06-142432.67
2026-06-212408.12
2026-06-282390.63
2026-07-052401.84
2026-07-122394.77
2026-07-192400.25
2026-07-262390.47
2026-08-022424.07
2026-08-092426.92
2026-08-162428.65
2026-08-232452.26
2026-08-302432.19
2026-09-062438.38
2026-09-132434.85
2026-09-202410.98

High

2490.74

Low

2390.47

Average

2440.38

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/MMK API questions

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

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

How far back does EUR/MMK historical data go?

Daily EUR/MMK rates are available from 2017-06-09. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free EUR/MMK 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.