Convert MWK to JPY
Malawian Kwacha → Japanese Yen
1 MWK = 0.0908969 JPY(1 JPY = 11.001471 MWK)
Currency converter
1 MWK =
0.090897 JPY
MWK to JPY: last 30 days
Over the last 30 days, 1 MWK traded between 0.088488 and 0.092433 JPY, averaging 0.090309 JPY. The MWK/JPY rate is down 1.13% since 2026-08-28.
- 30-day high
- 0.092433
- 2026-09-01
- 30-day low
- 0.088488
- 2026-09-09
- 30-day average
- 0.090309
- Days with data: 30
- 30-day change
- -1.13%
- since 2026-08-28
0.092433
0.0884882026-08-28 → 2026-09-26
| Date | 1 MWK in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.090897 | 0.00% |
| 2026-09-25 | 0.090897 | -0.49% |
| 2026-09-24 | 0.091348 | +0.43% |
| 2026-09-23 | 0.090959 | +0.40% |
| 2026-09-22 | 0.090599 | -0.18% |
| 2026-09-21 | 0.090761 | -0.15% |
| 2026-09-20 | 0.0909 | +0.24% |
| 2026-09-19 | 0.090679 | -0.24% |
| 2026-09-18 | 0.090898 | +1.43% |
| 2026-09-17 | 0.08962 | +0.31% |
| 2026-09-16 | 0.089347 | +0.13% |
| 2026-09-15 | 0.08923 | +0.16% |
| 2026-09-14 | 0.089091 | +0.27% |
| 2026-09-13 | 0.088849 | +0.11% |
| 2026-09-12 | 0.088751 | -0.01% |
| Date | 1 MWK in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.088761 | -0.18% |
| 2026-09-10 | 0.088919 | +0.49% |
| 2026-09-09 | 0.088488 | -0.57% |
| 2026-09-08 | 0.088997 | -0.25% |
| 2026-09-07 | 0.089219 | -0.94% |
| 2026-09-06 | 0.090069 | +0.07% |
| 2026-09-05 | 0.090005 | +0.02% |
| 2026-09-04 | 0.089984 | -0.07% |
| 2026-09-03 | 0.090043 | -2.05% |
| 2026-09-02 | 0.091928 | -0.55% |
| 2026-09-01 | 0.092433 | +0.84% |
| 2026-08-31 | 0.091667 | -0.38% |
| 2026-08-30 | 0.092015 | +0.03% |
| 2026-08-29 | 0.091991 | +0.06% |
| 2026-08-28 | 0.091939 | — |
MWK to JPY conversion table
1 MWK0.090897 JPY
5 MWK0.45448 JPY
10 MWK0.90897 JPY
25 MWK2.2724 JPY
50 MWK4.5448 JPY
100 MWK9.0897 JPY
500 MWK45.4485 JPY
1,000 MWK90.8969 JPY
5,000 MWK454.4847 JPY
10,000 MWK908.9694 JPY
Get the MWK/JPY rate in your app
One GET request returns the latest MWK → JPY 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/MWK/JPY"fetch('https://rate-api.com/api/v1/pair/MWK/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MWK = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MWK/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MWK = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MWK/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MWK = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MWK",
"to": "JPY"
},
"rate": 0.0909,
"timestamp": 1790435079,
"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
JPY to MWKJapanese Yen → Malawian Kwacha11.0015Convert MWK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.