Convert MVR to GBP
Maldivian Rufiyaa → British Pound
1 MVR = 0.0488105 GBP(1 GBP = 20.48739 MVR)
Currency converter
1 MVR =
0.048811 GBP
MVR to GBP: last 30 days
Over the last 30 days, 1 MVR traded between 0.047597 and 0.048931 GBP, averaging 0.048089 GBP. The MVR/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 0.048931
- 2026-09-24
- 30-day low
- 0.047597
- 2026-08-29
- 30-day average
- 0.048089
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
0.048931
0.0475972026-08-28 → 2026-09-26
| Date | 1 MVR in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.048811 | 0.00% |
| 2026-09-25 | 0.048811 | -0.25% |
| 2026-09-24 | 0.048931 | +0.43% |
| 2026-09-23 | 0.048722 | +0.65% |
| 2026-09-22 | 0.048406 | +0.16% |
| 2026-09-21 | 0.048327 | -0.46% |
| 2026-09-20 | 0.048551 | -0.11% |
| 2026-09-19 | 0.048604 | +0.21% |
| 2026-09-18 | 0.048504 | +0.14% |
| 2026-09-17 | 0.048437 | +0.66% |
| 2026-09-16 | 0.04812 | +0.25% |
| 2026-09-15 | 0.048002 | +0.12% |
| 2026-09-14 | 0.047943 | +0.11% |
| 2026-09-13 | 0.047893 | -0.06% |
| 2026-09-12 | 0.04792 | +0.04% |
| Date | 1 MVR in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.047899 | +0.10% |
| 2026-09-10 | 0.047851 | +0.32% |
| 2026-09-09 | 0.047698 | -0.12% |
| 2026-09-08 | 0.047754 | -0.11% |
| 2026-09-07 | 0.047806 | -0.00% |
| 2026-09-06 | 0.047808 | -0.01% |
| 2026-09-05 | 0.047812 | +0.01% |
| 2026-09-04 | 0.047809 | -0.24% |
| 2026-09-03 | 0.047925 | -0.10% |
| 2026-09-02 | 0.047975 | +0.37% |
| 2026-09-01 | 0.047796 | +0.09% |
| 2026-08-31 | 0.047751 | +0.32% |
| 2026-08-30 | 0.047598 | +0.00% |
| 2026-08-29 | 0.047597 | -0.05% |
| 2026-08-28 | 0.047623 | — |
MVR to GBP conversion table
1 MVR0.048811 GBP
5 MVR0.24405 GBP
10 MVR0.48811 GBP
25 MVR1.2203 GBP
50 MVR2.4405 GBP
100 MVR4.8811 GBP
500 MVR24.4053 GBP
1,000 MVR48.8105 GBP
5,000 MVR244.0526 GBP
10,000 MVR488.1051 GBP
Get the MVR/GBP rate in your app
One GET request returns the latest MVR → 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/MVR/GBP"fetch('https://rate-api.com/api/v1/pair/MVR/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MVR = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MVR/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MVR = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MVR/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MVR = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "MVR",
"to": "GBP"
},
"rate": 0.0488,
"timestamp": 1790437622,
"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 MVRBritish Pound → Maldivian Rufiyaa20.4874Convert MVR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.