Convert GBP to MVR
British Pound → Maldivian Rufiyaa
1 GBP = 20.48739 MVR(1 MVR = 0.0488105 GBP)
Currency converter
1 GBP =
20.4874 MVR
GBP to MVR: last 30 days
Over the last 30 days, 1 GBP traded between 20.437 and 21.0096 MVR, averaging 20.796 MVR. The GBP/MVR rate is down 2.43% since 2026-08-28.
- 30-day high
- 21.0096
- 2026-08-29
- 30-day low
- 20.437
- 2026-09-24
- 30-day average
- 20.796
- Days with data: 30
- 30-day change
- -2.43%
- since 2026-08-28
21.0096
20.4372026-08-28 → 2026-09-26
| Date | 1 GBP in MVR | Daily change |
|---|---|---|
| 2026-09-26 | 20.4874 | 0.00% |
| 2026-09-25 | 20.4874 | +0.25% |
| 2026-09-24 | 20.437 | -0.43% |
| 2026-09-23 | 20.5247 | -0.65% |
| 2026-09-22 | 20.6588 | -0.16% |
| 2026-09-21 | 20.6922 | +0.46% |
| 2026-09-20 | 20.5968 | +0.11% |
| 2026-09-19 | 20.5745 | -0.21% |
| 2026-09-18 | 20.6168 | -0.14% |
| 2026-09-17 | 20.6453 | -0.65% |
| 2026-09-16 | 20.7812 | -0.25% |
| 2026-09-15 | 20.8326 | -0.12% |
| 2026-09-14 | 20.8579 | -0.11% |
| 2026-09-13 | 20.88 | +0.06% |
| 2026-09-12 | 20.8682 | -0.04% |
| Date | 1 GBP in MVR | Daily change |
|---|---|---|
| 2026-09-11 | 20.8772 | -0.10% |
| 2026-09-10 | 20.8982 | -0.32% |
| 2026-09-09 | 20.9654 | +0.12% |
| 2026-09-08 | 20.9408 | +0.11% |
| 2026-09-07 | 20.9178 | +0.00% |
| 2026-09-06 | 20.917 | +0.01% |
| 2026-09-05 | 20.9151 | -0.01% |
| 2026-09-04 | 20.9166 | +0.24% |
| 2026-09-03 | 20.8658 | +0.10% |
| 2026-09-02 | 20.8443 | -0.37% |
| 2026-09-01 | 20.9222 | -0.09% |
| 2026-08-31 | 20.9418 | -0.32% |
| 2026-08-30 | 21.0092 | -0.00% |
| 2026-08-29 | 21.0096 | +0.05% |
| 2026-08-28 | 20.9981 | — |
GBP to MVR conversion table
1 GBP20.4874 MVR
5 GBP102.437 MVR
10 GBP204.8739 MVR
25 GBP512.1847 MVR
50 GBP1,024.3695 MVR
100 GBP2,048.739 MVR
500 GBP10,243.695 MVR
1,000 GBP20,487.39 MVR
5,000 GBP102,436.95 MVR
10,000 GBP204,873.9 MVR
Get the GBP/MVR rate in your app
One GET request returns the latest GBP → MVR 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/MVR"fetch('https://rate-api.com/api/v1/pair/GBP/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/MVR');
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']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "MVR"
},
"rate": 20.4874,
"timestamp": 1790439663,
"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
MVR to GBPMaldivian Rufiyaa → British Pound0.048811Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.