Convert MRU to USD
Mauritanian Ouguiya → US Dollar
1 MRU = 0.0249822 USD(1 USD = 40.028475 MRU)
Currency converter
1 MRU =
0.024982 USD
MRU to USD: last 30 days
Over the last 30 days, 1 MRU traded between 0.024828 and 0.025033 USD, averaging 0.024942 USD. The MRU/USD rate is up 0.23% since 2026-08-28.
- 30-day high
- 0.025033
- 2026-09-01
- 30-day low
- 0.024828
- 2026-09-06
- 30-day average
- 0.024942
- Days with data: 30
- 30-day change
- +0.23%
- since 2026-08-28
0.025033
0.0248282026-08-28 → 2026-09-26
| Date | 1 MRU in USD | Daily change |
|---|---|---|
| 2026-09-26 | 0.024982 | 0.00% |
| 2026-09-25 | 0.024982 | +0.36% |
| 2026-09-24 | 0.024891 | -0.19% |
| 2026-09-23 | 0.024938 | +0.02% |
| 2026-09-22 | 0.024933 | -0.14% |
| 2026-09-21 | 0.024969 | +0.16% |
| 2026-09-20 | 0.024928 | -0.12% |
| 2026-09-19 | 0.024957 | -0.05% |
| 2026-09-18 | 0.024969 | +0.31% |
| 2026-09-17 | 0.024891 | -0.44% |
| 2026-09-16 | 0.025 | -0.01% |
| 2026-09-15 | 0.025004 | -0.03% |
| 2026-09-14 | 0.025012 | +0.61% |
| 2026-09-13 | 0.02486 | -0.56% |
| 2026-09-12 | 0.025001 | +0.15% |
| Date | 1 MRU in USD | Daily change |
|---|---|---|
| 2026-09-11 | 0.024962 | -0.12% |
| 2026-09-10 | 0.024992 | +0.57% |
| 2026-09-09 | 0.02485 | -0.19% |
| 2026-09-08 | 0.024898 | +0.18% |
| 2026-09-07 | 0.024853 | +0.10% |
| 2026-09-06 | 0.024828 | -0.14% |
| 2026-09-05 | 0.024863 | -0.61% |
| 2026-09-04 | 0.025016 | -0.01% |
| 2026-09-03 | 0.025019 | +0.26% |
| 2026-09-02 | 0.024954 | -0.32% |
| 2026-09-01 | 0.025033 | +0.49% |
| 2026-08-31 | 0.024912 | +0.01% |
| 2026-08-30 | 0.024909 | -0.10% |
| 2026-08-29 | 0.024933 | +0.03% |
| 2026-08-28 | 0.024925 | — |
MRU to USD conversion table
1 MRU0.024982 USD
5 MRU0.12491 USD
10 MRU0.24982 USD
25 MRU0.62456 USD
50 MRU1.2491 USD
100 MRU2.4982 USD
500 MRU12.4911 USD
1,000 MRU24.9822 USD
5,000 MRU124.9111 USD
10,000 MRU249.8222 USD
Get the MRU/USD rate in your app
One GET request returns the latest MRU → USD 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/USD"fetch('https://rate-api.com/api/v1/pair/MRU/USD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MRU = ${data.rate} USD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MRU/USD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MRU = {data['rate']} USD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MRU/USD');
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']} USD\n";Example response
{
"success": true,
"pair": {
"from": "MRU",
"to": "USD"
},
"rate": 0.025,
"timestamp": 1790432090,
"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
USD to MRUUS Dollar → Mauritanian Ouguiya40.0285Convert MRU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.