Convert EUR to MWK
Euro → Malawian Kwacha
1 EUR = 1,976.9643 MWK(1 MWK = 0.000505826 EUR)
Currency converter
1 EUR =
1,976.9643 MWK
EUR to MWK: last 30 days
Over the last 30 days, 1 EUR traded between 1,976.7243 and 2,022.1414 MWK, averaging 2,004.4975 MWK. The EUR/MWK rate is down 2.23% since 2026-08-28.
- 30-day high
- 2,022.1414
- 2026-08-28
- 30-day low
- 1,976.7243
- 2026-09-24
- 30-day average
- 2,004.4975
- Days with data: 30
- 30-day change
- -2.23%
- since 2026-08-28
2,022.1414
1,976.72432026-08-28 → 2026-09-26
| Date | 1 EUR in MWK | Daily change |
|---|---|---|
| 2026-09-26 | 1,976.9643 | 0.00% |
| 2026-09-25 | 1,976.9643 | +0.01% |
| 2026-09-24 | 1,976.7243 | -0.22% |
| 2026-09-23 | 1,981.1125 | -0.38% |
| 2026-09-22 | 1,988.7168 | -0.11% |
| 2026-09-21 | 1,990.9898 | +0.02% |
| 2026-09-20 | 1,990.5655 | -0.24% |
| 2026-09-19 | 1,995.4191 | +0.24% |
| 2026-09-18 | 1,990.6023 | -0.20% |
| 2026-09-17 | 1,994.5221 | -0.38% |
| 2026-09-16 | 2,002.0865 | -0.12% |
| 2026-09-15 | 2,004.4028 | +0.03% |
| 2026-09-14 | 2,003.8016 | -0.30% |
| 2026-09-13 | 2,009.7554 | -0.11% |
| 2026-09-12 | 2,011.9666 | +0.01% |
| Date | 1 EUR in MWK | Daily change |
|---|---|---|
| 2026-09-11 | 2,011.7392 | -0.12% |
| 2026-09-10 | 2,014.1393 | -0.20% |
| 2026-09-09 | 2,018.2348 | +0.23% |
| 2026-09-08 | 2,013.5999 | -0.11% |
| 2026-09-07 | 2,015.8277 | -0.02% |
| 2026-09-06 | 2,016.1528 | -0.07% |
| 2026-09-05 | 2,017.588 | -0.02% |
| 2026-09-04 | 2,018.0532 | +0.28% |
| 2026-09-03 | 2,012.4181 | +0.12% |
| 2026-09-02 | 2,010.1026 | +0.09% |
| 2026-09-01 | 2,008.2304 | -0.61% |
| 2026-08-31 | 2,020.6029 | +0.01% |
| 2026-08-30 | 2,020.4884 | -0.03% |
| 2026-08-29 | 2,021.0123 | -0.06% |
| 2026-08-28 | 2,022.1414 | — |
EUR to MWK conversion table
1 EUR1,976.9643 MWK
5 EUR9,884.8215 MWK
10 EUR19,769.643 MWK
25 EUR49,424.107 MWK
50 EUR98,848.215 MWK
100 EUR197,696.43 MWK
500 EUR988,482.15 MWK
1,000 EUR1,976,964.3 MWK
5,000 EUR9,884,821.5 MWK
10,000 EUR19,769,643 MWK
Get the EUR/MWK rate in your app
One GET request returns the latest EUR → MWK rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/MWK"fetch('https://rate-api.com/api/v1/pair/EUR/MWK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MWK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MWK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MWK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MWK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} MWK\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MWK"
},
"rate": 1976.9643,
"timestamp": 1790437767,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
MWK to EURMalawian Kwacha → Euro0.00050583Convert EUR to other currencies
Convert other currencies to MWK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.