Convert MUR to GBP
Mauritian Rupee → British Pound
1 MUR = 0.0158996 GBP(1 GBP = 62.894478 MUR)
Currency converter
1 MUR =
0.0159 GBP
MUR to GBP: last 30 days
Over the last 30 days, 1 MUR traded between 0.015686 and 0.0159 GBP, averaging 0.015759 GBP. The MUR/GBP rate is up 1.20% since 2026-08-28.
- 30-day high
- 0.0159
- 2026-09-25
- 30-day low
- 0.015686
- 2026-09-03
- 30-day average
- 0.015759
- Days with data: 30
- 30-day change
- +1.20%
- since 2026-08-28
0.0159
0.0156862026-08-28 → 2026-09-26
| Date | 1 MUR in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.0159 | 0.00% |
| 2026-09-25 | 0.0159 | +0.61% |
| 2026-09-24 | 0.015803 | -0.03% |
| 2026-09-23 | 0.015808 | +0.70% |
| 2026-09-22 | 0.015698 | +0.04% |
| 2026-09-21 | 0.015692 | -0.36% |
| 2026-09-20 | 0.015748 | +0.03% |
| 2026-09-19 | 0.015744 | +0.02% |
| 2026-09-18 | 0.01574 | -0.05% |
| 2026-09-17 | 0.015748 | -0.19% |
| 2026-09-16 | 0.015778 | +0.19% |
| 2026-09-15 | 0.015748 | -0.40% |
| 2026-09-14 | 0.015811 | +0.29% |
| 2026-09-13 | 0.015765 | -0.02% |
| 2026-09-12 | 0.015767 | -0.28% |
| Date | 1 MUR in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.015812 | +0.20% |
| 2026-09-10 | 0.01578 | +0.30% |
| 2026-09-09 | 0.015733 | -0.05% |
| 2026-09-08 | 0.015741 | -0.19% |
| 2026-09-07 | 0.015771 | -0.05% |
| 2026-09-06 | 0.015779 | -0.04% |
| 2026-09-05 | 0.015785 | +0.18% |
| 2026-09-04 | 0.015756 | +0.45% |
| 2026-09-03 | 0.015686 | -0.44% |
| 2026-09-02 | 0.015755 | +0.39% |
| 2026-09-01 | 0.015694 | -0.11% |
| 2026-08-31 | 0.015711 | +0.02% |
| 2026-08-30 | 0.015708 | -0.01% |
| 2026-08-29 | 0.01571 | -0.01% |
| 2026-08-28 | 0.015711 | — |
MUR to GBP conversion table
1 MUR0.0159 GBP
5 MUR0.079498 GBP
10 MUR0.159 GBP
25 MUR0.39749 GBP
50 MUR0.79498 GBP
100 MUR1.59 GBP
500 MUR7.9498 GBP
1,000 MUR15.8996 GBP
5,000 MUR79.4982 GBP
10,000 MUR158.9965 GBP
Get the MUR/GBP rate in your app
One GET request returns the latest MUR → 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/MUR/GBP"fetch('https://rate-api.com/api/v1/pair/MUR/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MUR = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MUR/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MUR = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MUR/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MUR = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "MUR",
"to": "GBP"
},
"rate": 0.0159,
"timestamp": 1790435071,
"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 MURBritish Pound → Mauritian Rupee62.8945Convert MUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.