Convert USD to MRU
US Dollar → Mauritanian Ouguiya
1 USD = 40.028475 MRU(1 MRU = 0.0249822 USD)
Currency converter
1 USD =
40.0285 MRU
USD to MRU: last 30 days
Over the last 30 days, 1 USD traded between 39.9473 and 40.2768 MRU, averaging 40.093 MRU. The USD/MRU rate is down 0.23% since 2026-08-28.
- 30-day high
- 40.2768
- 2026-09-06
- 30-day low
- 39.9473
- 2026-09-01
- 30-day average
- 40.093
- Days with data: 30
- 30-day change
- -0.23%
- since 2026-08-28
40.2768
39.94732026-08-28 → 2026-09-26
| Date | 1 USD in MRU | Daily change |
|---|---|---|
| 2026-09-26 | 40.0285 | 0.00% |
| 2026-09-25 | 40.0285 | -0.36% |
| 2026-09-24 | 40.1744 | +0.19% |
| 2026-09-23 | 40.0991 | -0.02% |
| 2026-09-22 | 40.1075 | +0.14% |
| 2026-09-21 | 40.0504 | -0.16% |
| 2026-09-20 | 40.1156 | +0.12% |
| 2026-09-19 | 40.0694 | +0.05% |
| 2026-09-18 | 40.05 | -0.31% |
| 2026-09-17 | 40.1752 | +0.44% |
| 2026-09-16 | 39.9993 | +0.01% |
| 2026-09-15 | 39.9943 | +0.03% |
| 2026-09-14 | 39.9804 | -0.61% |
| 2026-09-13 | 40.2247 | +0.56% |
| 2026-09-12 | 39.9991 | -0.15% |
| Date | 1 USD in MRU | Daily change |
|---|---|---|
| 2026-09-11 | 40.061 | +0.12% |
| 2026-09-10 | 40.0132 | -0.57% |
| 2026-09-09 | 40.2419 | +0.19% |
| 2026-09-08 | 40.1643 | -0.18% |
| 2026-09-07 | 40.2365 | -0.10% |
| 2026-09-06 | 40.2768 | +0.14% |
| 2026-09-05 | 40.2209 | +0.62% |
| 2026-09-04 | 39.9748 | +0.01% |
| 2026-09-03 | 39.9694 | -0.26% |
| 2026-09-02 | 40.074 | +0.32% |
| 2026-09-01 | 39.9473 | -0.48% |
| 2026-08-31 | 40.1411 | -0.01% |
| 2026-08-30 | 40.1459 | +0.10% |
| 2026-08-29 | 40.1068 | -0.03% |
| 2026-08-28 | 40.1197 | — |
USD to MRU conversion table
1 USD40.0285 MRU
5 USD200.1424 MRU
10 USD400.2848 MRU
25 USD1,000.7119 MRU
50 USD2,001.4238 MRU
100 USD4,002.8475 MRU
500 USD20,014.238 MRU
1,000 USD40,028.475 MRU
5,000 USD200,142.38 MRU
10,000 USD400,284.75 MRU
Get the USD/MRU rate in your app
One GET request returns the latest USD → MRU 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/USD/MRU"fetch('https://rate-api.com/api/v1/pair/USD/MRU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} MRU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/MRU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} MRU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/MRU');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} MRU\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "MRU"
},
"rate": 40.0285,
"timestamp": 1790429341,
"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
MRU to USDMauritanian Ouguiya → US Dollar0.024982Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.