Skip to content

RUB to MRO exchange rate API

Russian Ruble to Ouguiya · quoted 2026-09-26

4.7626

▼ +0.18% over 1Y

1 RUB = 4.7626 MRO · 1 MRO = 0.20997 RUB · Get this rate via the API

1 RUB buys 4.7626 MRO as of 2026-09-26, so 1 MRO buys 0.20997 RUB. Over the last year, RUB/MRO traded between 4.6531 and 5.5555, averaged 5.0470 and fell 0.18%. The API holds daily RUB/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/MRO over 1Y

RUB/MRO over 1Y: show the values
PointRUB/MRO
2025-09-264.7713
2025-10-034.8650
2025-10-104.9253
2025-10-174.9680
2025-10-244.9202
2025-10-315.0289
2025-11-074.8956
2025-11-144.9555
2025-11-214.9750
2025-11-285.1082
2025-12-055.1744
2025-12-134.9858
2025-12-204.9598
2025-12-275.0301
2026-01-034.9412
2026-01-105.0315
2026-01-175.1131
2026-01-245.2645
2026-01-315.2315
2026-02-075.1824
2026-02-155.2071
2026-02-225.1919
2026-03-015.1667
2026-03-085.0625
2026-03-154.9868
2026-03-224.7856
2026-03-304.9238
2026-04-064.9576
2026-05-195.5167
2026-05-275.5555
2026-06-035.4630
2026-06-125.5518
2026-06-195.4582
2026-06-265.2876
2026-07-045.1981
2026-07-115.1666
2026-07-185.0988
2026-07-255.1327
2026-08-015.0518
2026-08-084.8939
2026-08-154.7690
2026-08-234.8399
2026-08-304.6671
2026-09-064.6531
2026-09-134.7725
2026-09-214.7586

High

5.5555

Low

4.6531

Average

5.0470

For developers

Get this rate via the API

One GET request returns the RUB/MRO rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=MRO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=MRO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=MRO").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/MRO API questions

How do I get the RUB/MRO exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=MRO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/MRO rate in rates.MRO.

How far back does RUB/MRO historical data go?

Daily RUB/MRO rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/MRO exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.