Convert JPY to MMK
Japanese Yen → Myanmar Kyat
1 JPY = 13.322382 MMK(1 MMK = 0.0750617 JPY)
Currency converter
1 JPY =
13.3224 MMK
JPY to MMK: last 30 days
Over the last 30 days, 1 JPY traded between 13.1114 and 13.6977 MMK, averaging 13.3979 MMK. The JPY/MMK rate is up 1.32% since 2026-08-28.
- 30-day high
- 13.6977
- 2026-09-09
- 30-day low
- 13.1114
- 2026-09-01
- 30-day average
- 13.3979
- Days with data: 30
- 30-day change
- +1.32%
- since 2026-08-28
13.6977
13.11142026-08-28 → 2026-09-26
| Date | 1 JPY in MMK | Daily change |
|---|---|---|
| 2026-09-26 | 13.3224 | 0.00% |
| 2026-09-25 | 13.3224 | +0.79% |
| 2026-09-24 | 13.2178 | -0.57% |
| 2026-09-23 | 13.2935 | -0.51% |
| 2026-09-22 | 13.361 | +0.09% |
| 2026-09-21 | 13.3492 | +0.39% |
| 2026-09-20 | 13.2979 | -0.01% |
| 2026-09-19 | 13.2987 | +0.00% |
| 2026-09-18 | 13.2984 | -1.40% |
| 2026-09-17 | 13.4877 | -0.41% |
| 2026-09-16 | 13.5435 | -0.02% |
| 2026-09-15 | 13.5468 | -0.29% |
| 2026-09-14 | 13.5863 | -0.33% |
| 2026-09-13 | 13.6317 | +0.01% |
| 2026-09-12 | 13.6298 | +0.00% |
| Date | 1 JPY in MMK | Daily change |
|---|---|---|
| 2026-09-11 | 13.6298 | +0.10% |
| 2026-09-10 | 13.6157 | -0.60% |
| 2026-09-09 | 13.6977 | +0.66% |
| 2026-09-08 | 13.6073 | +0.29% |
| 2026-09-07 | 13.5682 | +0.97% |
| 2026-09-06 | 13.4383 | -0.02% |
| 2026-09-05 | 13.4415 | +0.04% |
| 2026-09-04 | 13.4363 | -0.18% |
| 2026-09-03 | 13.4607 | +2.35% |
| 2026-09-02 | 13.1517 | +0.31% |
| 2026-09-01 | 13.1114 | -0.26% |
| 2026-08-31 | 13.1456 | -0.03% |
| 2026-08-30 | 13.1497 | +0.01% |
| 2026-08-29 | 13.1478 | -0.01% |
| 2026-08-28 | 13.1494 | — |
JPY to MMK conversion table
1 JPY13.3224 MMK
5 JPY66.6119 MMK
10 JPY133.2238 MMK
25 JPY333.0596 MMK
50 JPY666.1191 MMK
100 JPY1,332.2382 MMK
500 JPY6,661.1909 MMK
1,000 JPY13,322.382 MMK
5,000 JPY66,611.909 MMK
10,000 JPY133,223.82 MMK
Get the JPY/MMK rate in your app
One GET request returns the latest JPY → MMK 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/MMK"fetch('https://rate-api.com/api/v1/pair/JPY/MMK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MMK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MMK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MMK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MMK');
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']} MMK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MMK"
},
"rate": 13.3224,
"timestamp": 1790429357,
"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
MMK to JPYMyanmar Kyat → Japanese Yen0.075062Convert JPY to other currencies
Convert other currencies to MMK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.