EGP to MWK exchange rate API
Egyptian Pound to Kwacha · quoted 2026-09-25
33.6063
▲ +2.80% over 6M
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 6 months, EGP/MWK traded between 31.8443 and 35.3646, averaged 33.6917 and rose 2.80%. 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 6M: show the values
| Point | EGP/MWK |
|---|---|
| 2026-03-29 | 32.6916 |
| 2026-04-05 | 31.8443 |
| 2026-04-12 | 32.4993 |
| 2026-04-19 | 33.4043 |
| 2026-04-26 | 32.9069 |
| 2026-05-03 | 32.4946 |
| 2026-05-10 | 32.7909 |
| 2026-05-18 | 32.6317 |
| 2026-05-26 | 33.1866 |
| 2026-06-02 | 33.4357 |
| 2026-06-11 | 33.4009 |
| 2026-06-18 | 34.7446 |
| 2026-06-25 | 34.9228 |
| 2026-07-02 | 35.3646 |
| 2026-07-09 | 34.8995 |
| 2026-07-16 | 34.1915 |
| 2026-07-23 | 33.7701 |
| 2026-07-30 | 33.9221 |
| 2026-08-06 | 34.8176 |
| 2026-08-13 | 34.5822 |
| 2026-08-21 | 34.1174 |
| 2026-08-28 | 34.5618 |
| 2026-09-04 | 34.0818 |
| 2026-09-11 | 33.7933 |
| 2026-09-18 | 33.3228 |
High
35.3646
Low
31.8443
Average
33.6917
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.