Skip to content

EGP to MWK exchange rate API

Egyptian Pound to Kwacha · quoted 2026-09-25

33.6063

▼ +2.50% over 30D

1 EGP = 33.6063 MWK · 1 MWK = 0.02976 EGP · Get this rate via the API

1 EGP buys 33.6063 MWK as of 2026-09-25, so 1 MWK buys 0.02976 EGP. Over the last 30 days, EGP/MWK traded between 33.2555 and 34.6860, averaged 33.8818 and fell 2.50%. The API holds daily EGP/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/MWK over 30D

EGP/MWK over 30D: show the values
PointEGP/MWK
2026-08-2634.4687
2026-08-2734.5212
2026-08-2834.5618
2026-08-2934.6491
2026-08-3034.6860
2026-08-3134.3416
2026-09-0134.0648
2026-09-0234.0410
2026-09-0334.0156
2026-09-0434.0818
2026-09-0534.0917
2026-09-0634.0397
2026-09-0734.0650
2026-09-0834.0078
2026-09-0933.8724
2026-09-1033.8090
2026-09-1133.7933
2026-09-1233.7836
2026-09-1333.7816
2026-09-1433.6552
2026-09-1533.5319
2026-09-1633.3445
2026-09-1733.3174
2026-09-1833.3228
2026-09-1933.3485
2026-09-2033.2555
2026-09-2133.3293
2026-09-2233.5515
2026-09-2333.7206
2026-09-2433.6766

High

34.6860

Low

33.2555

Average

33.8818

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/MWK API questions

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

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

How far back does EGP/MWK historical data go?

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