Skip to content

EGP to MMK exchange rate API

Egyptian Pound to Kyat · quoted 2026-09-24

40.5488

▼ +7.97% over 1Y

1 EGP = 40.5488 MMK · 1 MMK = 0.02466 EGP · Get this rate via the API

1 EGP buys 40.5488 MMK as of 2026-09-24, so 1 MMK buys 0.02466 EGP. Over the last year, EGP/MMK traded between 38.9092 and 44.8583, averaged 42.2814 and fell 7.97%. The API holds daily EGP/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/MMK over 1Y

EGP/MMK over 1Y: show the values
PointEGP/MMK
2025-09-2444.0606
2025-10-0143.8757
2025-10-0844.1477
2025-10-1544.0677
2025-10-2244.1578
2025-10-2944.3640
2025-11-0544.3202
2025-11-1244.4787
2025-11-1944.4033
2025-11-2643.9751
2025-12-0344.1686
2025-12-1044.1339
2025-12-1744.2043
2025-12-2444.1784
2025-12-3144.0273
2026-01-0744.4316
2026-01-1444.4801
2026-01-2144.2897
2026-01-2844.7465
2026-02-0444.7352
2026-02-1144.8583
2026-02-1844.7337
2026-02-2543.8445
2026-03-0441.9611
2026-03-1140.4428
2026-03-1840.1656
2026-03-2539.9440
2026-04-0138.9138
2026-04-0838.9092
2026-04-1540.2621
2026-04-2240.4560
2026-04-2939.6659
2026-05-0639.5160
2026-05-1339.6873
2026-05-2039.4082
2026-05-2740.2136
2026-06-0340.4360
2026-06-1140.4299
2026-06-1842.0640
2026-06-2542.3565
2026-07-0242.7747
2026-07-0942.3140
2026-07-1641.5711
2026-07-2340.9308
2026-07-3041.1995
2026-08-0642.2012
2026-08-1341.8132
2026-08-2041.3509
2026-08-2741.7933
2026-09-0341.2299
2026-09-1040.9417
2026-09-1740.2731
2026-09-2440.7361

High

44.8583

Low

38.9092

Average

42.2814

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/MMK API questions

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

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

How far back does EGP/MMK historical data go?

Daily EGP/MMK 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 EGP/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.