Convert GBP to MMK
British Pound → Myanmar Kyat
1 GBP = 2,782.3023 MMK(1 MMK = 0.000359415 GBP)
Currency converter
1 GBP =
2,782.3023 MMK
GBP to MMK: last 30 days
Over the last 30 days, 1 GBP traded between 2,775.729 and 2,851.9727 MMK, averaging 2,825.261 MMK. The GBP/MMK rate is down 2.44% since 2026-08-28.
- 30-day high
- 2,851.9727
- 2026-08-30
- 30-day low
- 2,775.729
- 2026-09-24
- 30-day average
- 2,825.261
- Days with data: 30
- 30-day change
- -2.44%
- since 2026-08-28
2,851.9727
2,775.7292026-08-28 → 2026-09-26
| Date | 1 GBP in MMK | Daily change |
|---|---|---|
| 2026-09-26 | 2,782.3023 | 0.00% |
| 2026-09-25 | 2,782.3023 | +0.24% |
| 2026-09-24 | 2,775.729 | -0.41% |
| 2026-09-23 | 2,787.0705 | -0.69% |
| 2026-09-22 | 2,806.3903 | -0.20% |
| 2026-09-21 | 2,812.1457 | +0.37% |
| 2026-09-20 | 2,801.7476 | -0.01% |
| 2026-09-19 | 2,801.9172 | +0.00% |
| 2026-09-18 | 2,801.8681 | -0.25% |
| 2026-09-17 | 2,808.9322 | -0.59% |
| 2026-09-16 | 2,825.6348 | -0.20% |
| 2026-09-15 | 2,831.1616 | -0.08% |
| 2026-09-14 | 2,833.5393 | -0.10% |
| 2026-09-13 | 2,836.4461 | +0.01% |
| 2026-09-12 | 2,836.0666 | +0.00% |
| Date | 1 GBP in MMK | Daily change |
|---|---|---|
| 2026-09-11 | 2,836.0587 | -0.08% |
| 2026-09-10 | 2,838.2785 | -0.34% |
| 2026-09-09 | 2,847.8662 | +0.14% |
| 2026-09-08 | 2,844.0235 | +0.11% |
| 2026-09-07 | 2,841.0086 | +0.00% |
| 2026-09-06 | 2,840.9385 | -0.02% |
| 2026-09-05 | 2,841.6103 | +0.04% |
| 2026-09-04 | 2,840.5131 | +0.22% |
| 2026-09-03 | 2,834.3957 | +0.15% |
| 2026-09-02 | 2,830.1151 | -0.40% |
| 2026-09-01 | 2,841.419 | -0.05% |
| 2026-08-31 | 2,842.8825 | -0.32% |
| 2026-08-30 | 2,851.9727 | +0.01% |
| 2026-08-29 | 2,851.5699 | -0.01% |
| 2026-08-28 | 2,851.9229 | — |
GBP to MMK conversion table
1 GBP2,782.3023 MMK
5 GBP13,911.512 MMK
10 GBP27,823.023 MMK
25 GBP69,557.558 MMK
50 GBP139,115.12 MMK
100 GBP278,230.23 MMK
500 GBP1,391,151.2 MMK
1,000 GBP2,782,302.3 MMK
5,000 GBP13,911,512 MMK
10,000 GBP27,823,023 MMK
Get the GBP/MMK rate in your app
One GET request returns the latest GBP → 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/GBP/MMK"fetch('https://rate-api.com/api/v1/pair/GBP/MMK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} MMK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/MMK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} MMK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/MMK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} MMK\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "MMK"
},
"rate": 2782.3023,
"timestamp": 1790429440,
"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 GBPMyanmar Kyat → British Pound0.00035941Convert GBP to other currencies
Convert other currencies to MMK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.