Convert GBP to MUR
British Pound → Mauritian Rupee
1 GBP = 62.894478 MUR(1 MUR = 0.0158996 GBP)
Currency converter
1 GBP =
62.8945 MUR
GBP to MUR: last 30 days
Over the last 30 days, 1 GBP traded between 62.8945 and 63.7518 MUR, averaging 63.4554 MUR. The GBP/MUR rate is down 1.19% since 2026-08-28.
- 30-day high
- 63.7518
- 2026-09-03
- 30-day low
- 62.8945
- 2026-09-25
- 30-day average
- 63.4554
- Days with data: 30
- 30-day change
- -1.19%
- since 2026-08-28
63.7518
62.89452026-08-28 → 2026-09-26
| Date | 1 GBP in MUR | Daily change |
|---|---|---|
| 2026-09-26 | 62.8945 | 0.00% |
| 2026-09-25 | 62.8945 | -0.61% |
| 2026-09-24 | 63.2774 | +0.03% |
| 2026-09-23 | 63.26 | -0.70% |
| 2026-09-22 | 63.7042 | -0.04% |
| 2026-09-21 | 63.7286 | +0.36% |
| 2026-09-20 | 63.4983 | -0.03% |
| 2026-09-19 | 63.5162 | -0.02% |
| 2026-09-18 | 63.5315 | +0.05% |
| 2026-09-17 | 63.501 | +0.19% |
| 2026-09-16 | 63.3793 | -0.19% |
| 2026-09-15 | 63.5011 | +0.40% |
| 2026-09-14 | 63.2475 | -0.29% |
| 2026-09-13 | 63.4328 | +0.02% |
| 2026-09-12 | 63.4223 | +0.28% |
| Date | 1 GBP in MUR | Daily change |
|---|---|---|
| 2026-09-11 | 63.2449 | -0.20% |
| 2026-09-10 | 63.3722 | -0.30% |
| 2026-09-09 | 63.5622 | +0.05% |
| 2026-09-08 | 63.529 | +0.19% |
| 2026-09-07 | 63.4065 | +0.05% |
| 2026-09-06 | 63.3763 | +0.04% |
| 2026-09-05 | 63.353 | -0.18% |
| 2026-09-04 | 63.4685 | -0.44% |
| 2026-09-03 | 63.7518 | +0.44% |
| 2026-09-02 | 63.4729 | -0.39% |
| 2026-09-01 | 63.7195 | +0.11% |
| 2026-08-31 | 63.6483 | -0.02% |
| 2026-08-30 | 63.6623 | +0.01% |
| 2026-08-29 | 63.6556 | +0.01% |
| 2026-08-28 | 63.6511 | — |
GBP to MUR conversion table
1 GBP62.8945 MUR
5 GBP314.4724 MUR
10 GBP628.9448 MUR
25 GBP1,572.362 MUR
50 GBP3,144.7239 MUR
100 GBP6,289.4478 MUR
500 GBP31,447.239 MUR
1,000 GBP62,894.478 MUR
5,000 GBP314,472.39 MUR
10,000 GBP628,944.78 MUR
Get the GBP/MUR rate in your app
One GET request returns the latest GBP → MUR 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/MUR"fetch('https://rate-api.com/api/v1/pair/GBP/MUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} MUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/MUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} MUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/MUR');
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']} MUR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "MUR"
},
"rate": 62.8945,
"timestamp": 1790429365,
"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
MUR to GBPMauritian Rupee → British Pound0.0159Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.