Skip to content

MVR to BYN exchange rate API

Rufiyaa to Belarussian Ruble · quoted 2026-09-25

0.19690

▼ +10.34% over 1Y

1 MVR = 0.19690 BYN · 1 BYN = 5.0786 MVR · Get this rate via the API

1 MVR buys 0.19690 BYN as of 2026-09-25, so 1 BYN buys 5.0786 MVR. Over the last year, MVR/BYN traded between 0.17776 and 0.22112, averaged 0.19426 and fell 10.34%. The API holds daily MVR/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/BYN over 1Y

MVR/BYN over 1Y: show the values
PointMVR/BYN
2025-09-250.21961
2025-10-020.22005
2025-10-090.22074
2025-10-160.22090
2025-10-230.22101
2025-10-300.22101
2025-11-060.22064
2025-11-130.22089
2025-11-200.22108
2025-11-270.22112
2025-12-040.18831
2025-12-120.19030
2025-12-190.18980
2025-12-260.18857
2026-01-020.18994
2026-01-090.19034
2026-01-160.18725
2026-01-230.18281
2026-01-300.18338
2026-02-060.18558
2026-02-130.18527
2026-02-200.18531
2026-02-270.18703
2026-03-060.18990
2026-03-130.19139
2026-03-200.19707
2026-03-270.19285
2026-04-030.19146
2026-04-100.18670
2026-04-170.18412
2026-04-240.18286
2026-05-010.18263
2026-05-080.18263
2026-05-160.18040
2026-05-240.17776
2026-05-310.17776
2026-06-090.18016
2026-06-160.17920
2026-06-230.18164
2026-06-300.18858
2026-07-070.18607
2026-07-140.18574
2026-07-210.18706
2026-07-280.18568
2026-08-040.19036
2026-08-110.19218
2026-08-180.19686
2026-08-260.19505
2026-09-020.20024
2026-09-090.19854
2026-09-160.19650
2026-09-230.19636

High

0.22112

Low

0.17776

Average

0.19426

For developers

Get this rate via the API

One GET request returns the MVR/BYN 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=MVR&currencies=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=BYN");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/BYN API questions

How do I get the MVR/BYN exchange rate from an API?

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

How far back does MVR/BYN historical data go?

Daily MVR/BYN 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 MVR/BYN 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.