Convert JPY to MWK
Japanese Yen → Malawian Kwacha
1 JPY = 11.001471 MWK(1 MWK = 0.0908969 JPY)
Currency converter
1 JPY =
11.0015 MWK
JPY to MWK: last 30 days
Over the last 30 days, 1 JPY traded between 10.8187 and 11.3009 MWK, averaging 11.0749 MWK. The JPY/MWK rate is up 1.15% since 2026-08-28.
- 30-day high
- 11.3009
- 2026-09-09
- 30-day low
- 10.8187
- 2026-09-01
- 30-day average
- 11.0749
- Days with data: 30
- 30-day change
- +1.15%
- since 2026-08-28
11.3009
10.81872026-08-28 → 2026-09-26
| Date | 1 JPY in MWK | Daily change |
|---|---|---|
| 2026-09-26 | 11.0015 | 0.00% |
| 2026-09-25 | 11.0015 | +0.50% |
| 2026-09-24 | 10.9471 | -0.43% |
| 2026-09-23 | 10.994 | -0.40% |
| 2026-09-22 | 11.0376 | +0.18% |
| 2026-09-21 | 11.018 | +0.15% |
| 2026-09-20 | 11.0011 | -0.24% |
| 2026-09-19 | 11.0279 | +0.24% |
| 2026-09-18 | 11.0013 | -1.41% |
| 2026-09-17 | 11.1583 | -0.30% |
| 2026-09-16 | 11.1923 | -0.13% |
| 2026-09-15 | 11.2069 | -0.16% |
| 2026-09-14 | 11.2245 | -0.27% |
| 2026-09-13 | 11.2551 | -0.11% |
| 2026-09-12 | 11.2675 | +0.01% |
| Date | 1 JPY in MWK | Daily change |
|---|---|---|
| 2026-09-11 | 11.2662 | +0.18% |
| 2026-09-10 | 11.2462 | -0.48% |
| 2026-09-09 | 11.3009 | +0.57% |
| 2026-09-08 | 11.2364 | +0.25% |
| 2026-09-07 | 11.2084 | +0.95% |
| 2026-09-06 | 11.1026 | -0.07% |
| 2026-09-05 | 11.1105 | -0.02% |
| 2026-09-04 | 11.113 | +0.07% |
| 2026-09-03 | 11.1058 | +2.09% |
| 2026-09-02 | 10.8781 | +0.55% |
| 2026-09-01 | 10.8187 | -0.83% |
| 2026-08-31 | 10.9091 | +0.38% |
| 2026-08-30 | 10.8678 | -0.03% |
| 2026-08-29 | 10.8707 | -0.06% |
| 2026-08-28 | 10.8767 | — |
JPY to MWK conversion table
1 JPY11.0015 MWK
5 JPY55.0074 MWK
10 JPY110.0147 MWK
25 JPY275.0368 MWK
50 JPY550.0735 MWK
100 JPY1,100.1471 MWK
500 JPY5,500.7354 MWK
1,000 JPY11,001.471 MWK
5,000 JPY55,007.354 MWK
10,000 JPY110,014.71 MWK
Get the JPY/MWK rate in your app
One GET request returns the latest JPY → 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/JPY/MWK"fetch('https://rate-api.com/api/v1/pair/JPY/MWK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MWK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MWK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MWK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MWK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} MWK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MWK"
},
"rate": 11.0015,
"timestamp": 1790429344,
"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 JPYMalawian Kwacha → Japanese Yen0.090897Convert JPY to other currencies
Convert other currencies to MWK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.