Convert USD to MWK
US Dollar → Malawian Kwacha
1 USD = 1,733.723 MWK(1 MWK = 0.000576793 USD)
Currency converter
1 USD =
1,733.723 MWK
USD to MWK: last 30 days
Over the last 30 days, 1 USD traded between 1,732.0895 and 1,742.5074 MWK, averaging 1,735.6063 MWK. The USD/MWK rate is down 0.18% since 2026-08-28.
- 30-day high
- 1,742.5074
- 2026-08-31
- 30-day low
- 1,732.0895
- 2026-09-09
- 30-day average
- 1,735.6063
- Days with data: 30
- 30-day change
- -0.18%
- since 2026-08-28
1,742.5074
1,732.08952026-08-28 → 2026-09-26
| Date | 1 USD in MWK | Daily change |
|---|---|---|
| 2026-09-26 | 1,733.723 | 0.00% |
| 2026-09-25 | 1,733.723 | -0.30% |
| 2026-09-24 | 1,739.0026 | +0.16% |
| 2026-09-23 | 1,736.1428 | +0.07% |
| 2026-09-22 | 1,734.8969 | +0.12% |
| 2026-09-21 | 1,732.7982 | -0.24% |
| 2026-09-20 | 1,736.9674 | -0.24% |
| 2026-09-19 | 1,741.2027 | +0.24% |
| 2026-09-18 | 1,736.9996 | -0.01% |
| 2026-09-17 | 1,737.2287 | +0.11% |
| 2026-09-16 | 1,735.3686 | -0.10% |
| 2026-09-15 | 1,737.0756 | +0.13% |
| 2026-09-14 | 1,734.7511 | +0.06% |
| 2026-09-13 | 1,733.7356 | -0.11% |
| 2026-09-12 | 1,735.6431 | +0.01% |
| Date | 1 USD in MWK | Daily change |
|---|---|---|
| 2026-09-11 | 1,735.4469 | +0.09% |
| 2026-09-10 | 1,733.9322 | +0.11% |
| 2026-09-09 | 1,732.0895 | -0.10% |
| 2026-09-08 | 1,733.77 | -0.04% |
| 2026-09-07 | 1,734.4988 | -0.02% |
| 2026-09-06 | 1,734.7785 | -0.07% |
| 2026-09-05 | 1,736.0134 | -0.02% |
| 2026-09-04 | 1,736.4137 | +0.22% |
| 2026-09-03 | 1,732.6114 | -0.20% |
| 2026-09-02 | 1,736.1457 | +0.20% |
| 2026-09-01 | 1,732.7212 | -0.56% |
| 2026-08-31 | 1,742.5074 | +0.41% |
| 2026-08-30 | 1,735.3773 | -0.03% |
| 2026-08-29 | 1,735.8272 | -0.06% |
| 2026-08-28 | 1,736.7971 | — |
USD to MWK conversion table
1 USD1,733.723 MWK
5 USD8,668.6148 MWK
10 USD17,337.23 MWK
25 USD43,343.074 MWK
50 USD86,686.148 MWK
100 USD173,372.3 MWK
500 USD866,861.48 MWK
1,000 USD1,733,723 MWK
5,000 USD8,668,614.8 MWK
10,000 USD17,337,230 MWK
Get the USD/MWK rate in your app
One GET request returns the latest USD → 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/USD/MWK"fetch('https://rate-api.com/api/v1/pair/USD/MWK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} MWK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/MWK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} MWK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/MWK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} MWK\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "MWK"
},
"rate": 1733.723,
"timestamp": 1790429347,
"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 USDMalawian Kwacha → US Dollar0.00057679Convert USD to other currencies
Convert other currencies to MWK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.