Convert MRU to GBP
Mauritanian Ouguiya → British Pound
1 MRU = 0.0188511 GBP(1 GBP = 53.047208 MRU)
Currency converter
1 MRU =
0.018851 GBP
MRU to GBP: last 30 days
Over the last 30 days, 1 MRU traded between 0.018319 and 0.018851 GBP, averaging 0.018538 GBP. The MRU/GBP rate is up 2.73% since 2026-08-28.
- 30-day high
- 0.018851
- 2026-09-25
- 30-day low
- 0.018319
- 2026-09-09
- 30-day average
- 0.018538
- Days with data: 30
- 30-day change
- +2.73%
- since 2026-08-28
0.018851
0.0183192026-08-28 → 2026-09-26
| Date | 1 MRU in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.018851 | 0.00% |
| 2026-09-25 | 0.018851 | +0.12% |
| 2026-09-24 | 0.018829 | +0.24% |
| 2026-09-23 | 0.018784 | +0.68% |
| 2026-09-22 | 0.018658 | +0.09% |
| 2026-09-21 | 0.018641 | -0.22% |
| 2026-09-20 | 0.018681 | -0.12% |
| 2026-09-19 | 0.018702 | -0.05% |
| 2026-09-18 | 0.018711 | +0.56% |
| 2026-09-17 | 0.018608 | +0.15% |
| 2026-09-16 | 0.01858 | +0.19% |
| 2026-09-15 | 0.018544 | +0.05% |
| 2026-09-14 | 0.018535 | +0.71% |
| 2026-09-13 | 0.018404 | -0.56% |
| 2026-09-12 | 0.018508 | +0.15% |
| Date | 1 MRU in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.018479 | -0.03% |
| 2026-09-10 | 0.018485 | +0.90% |
| 2026-09-09 | 0.018319 | -0.33% |
| 2026-09-08 | 0.018381 | +0.07% |
| 2026-09-07 | 0.018368 | +0.09% |
| 2026-09-06 | 0.018351 | -0.14% |
| 2026-09-05 | 0.018376 | -0.61% |
| 2026-09-04 | 0.018489 | -0.26% |
| 2026-09-03 | 0.018537 | +0.16% |
| 2026-09-02 | 0.018508 | +0.04% |
| 2026-09-01 | 0.0185 | +0.55% |
| 2026-08-31 | 0.0184 | +0.33% |
| 2026-08-30 | 0.018339 | -0.10% |
| 2026-08-29 | 0.018357 | +0.03% |
| 2026-08-28 | 0.018351 | — |
MRU to GBP conversion table
1 MRU0.018851 GBP
5 MRU0.094256 GBP
10 MRU0.18851 GBP
25 MRU0.47128 GBP
50 MRU0.94256 GBP
100 MRU1.8851 GBP
500 MRU9.4256 GBP
1,000 MRU18.8511 GBP
5,000 MRU94.2557 GBP
10,000 MRU188.5113 GBP
Get the MRU/GBP rate in your app
One GET request returns the latest MRU → 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/MRU/GBP"fetch('https://rate-api.com/api/v1/pair/MRU/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MRU = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MRU/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MRU = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MRU/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MRU = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "MRU",
"to": "GBP"
},
"rate": 0.0189,
"timestamp": 1790435228,
"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 MRUBritish Pound → Mauritanian Ouguiya53.0472Convert MRU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.