Convert MNT to GBP
Mongolian Tugrik → British Pound
1 MNT = 0.000209726 GBP(1 GBP = 4,768.123 MNT)
Currency converter
1 MNT =
0.00020973 GBP
MNT to GBP: last 30 days
Over the last 30 days, 1 MNT traded between 0.00020448 and 0.00021012 GBP, averaging 0.00020658 GBP. The MNT/GBP rate is up 2.56% since 2026-08-28.
- 30-day high
- 0.00021012
- 2026-09-24
- 30-day low
- 0.00020448
- 2026-08-28
- 30-day average
- 0.00020658
- Days with data: 30
- 30-day change
- +2.56%
- since 2026-08-28
0.00021012
0.000204482026-08-28 → 2026-09-26
| Date | 1 MNT in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.00020973 | 0.00% |
| 2026-09-25 | 0.00020973 | -0.19% |
| 2026-09-24 | 0.00021012 | +0.36% |
| 2026-09-23 | 0.00020936 | +0.68% |
| 2026-09-22 | 0.00020795 | +0.28% |
| 2026-09-21 | 0.00020737 | -0.50% |
| 2026-09-20 | 0.00020841 | +0.07% |
| 2026-09-19 | 0.00020826 | +0.03% |
| 2026-09-18 | 0.0002082 | +0.19% |
| 2026-09-17 | 0.0002078 | +0.64% |
| 2026-09-16 | 0.00020649 | +0.14% |
| 2026-09-15 | 0.00020621 | +0.13% |
| 2026-09-14 | 0.00020594 | +0.06% |
| 2026-09-13 | 0.00020582 | +0.02% |
| 2026-09-12 | 0.00020577 | +0.02% |
| Date | 1 MNT in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.00020573 | +0.01% |
| 2026-09-10 | 0.0002057 | +0.39% |
| 2026-09-09 | 0.0002049 | -0.14% |
| 2026-09-08 | 0.00020518 | -0.08% |
| 2026-09-07 | 0.00020535 | -0.08% |
| 2026-09-06 | 0.00020552 | -0.05% |
| 2026-09-05 | 0.00020563 | +0.13% |
| 2026-09-04 | 0.00020535 | -0.33% |
| 2026-09-03 | 0.00020604 | -0.06% |
| 2026-09-02 | 0.00020615 | +0.36% |
| 2026-09-01 | 0.00020541 | +0.02% |
| 2026-08-31 | 0.00020537 | +0.30% |
| 2026-08-30 | 0.00020476 | +0.04% |
| 2026-08-29 | 0.00020468 | +0.10% |
| 2026-08-28 | 0.00020448 | — |
MNT to GBP conversion table
1 MNT0.00020973 GBP
5 MNT0.0010486 GBP
10 MNT0.0020973 GBP
25 MNT0.0052432 GBP
50 MNT0.010486 GBP
100 MNT0.020973 GBP
500 MNT0.10486 GBP
1,000 MNT0.20973 GBP
5,000 MNT1.0486 GBP
10,000 MNT2.0973 GBP
Get the MNT/GBP rate in your app
One GET request returns the latest MNT → GBP 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/MNT/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/MNT/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MNT = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MNT/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MNT = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MNT/GBP?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MNT = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "MNT",
"to": "GBP"
},
"rate": 0.00021,
"timestamp": 1790435130,
"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
GBP to MNTBritish Pound → Mongolian Tugrik4,768.123Convert MNT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.