Skip to content

BYN to MNT exchange rate API

Belarussian Ruble to Tugrik · quoted 2026-09-26

1191.66

▲ +12.38% over 1Y

1 BYN = 1191.66 MNT · 1 MNT = 0.000839 BYN · Get this rate via the API

1 BYN buys 1191.66 MNT as of 2026-09-26, so 1 MNT buys 0.000839 BYN. Over the last year, BYN/MNT traded between 0.20309 and 1304.07, averaged 1141.18 and rose 12.38%. The API holds daily BYN/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BYN/MNT over 1Y

BYN/MNT over 1Y: show the values
PointBYN/MNT
2025-09-261060.41
2025-10-031060.26
2025-10-101056.21
2025-10-171056.62
2025-10-241055.80
2025-10-310.20
2025-11-070.24
2025-11-140.24
2025-11-211044.04
2025-11-281127.34
2025-12-051230.46
2025-12-131203.99
2025-12-201210.42
2025-12-271219.90
2026-01-031212.54
2026-01-101216.73
2026-01-171237.59
2026-01-241261.75
2026-01-311253.46
2026-02-071244.69
2026-02-141248.30
2026-02-211248.34
2026-02-281232.16
2026-03-071210.45
2026-03-141207.85
2026-03-211183.23
2026-03-281202.55
2026-04-041211.37
2026-04-111253.11
2026-04-181258.92
2026-04-251266.00
2026-05-021268.50
2026-05-091266.47
2026-05-171286.28
2026-05-251304.07
2026-06-011300.18
2026-06-101295.36
2026-06-171292.46
2026-06-241271.86
2026-07-011227.25
2026-07-081249.58
2026-07-151249.58
2026-07-221241.35
2026-07-291245.20
2026-08-051221.04
2026-08-121209.18
2026-08-201186.26
2026-08-271192.62
2026-09-031164.52
2026-09-101178.60
2026-09-171181.20
2026-09-241184.14

High

1304.07

Low

0.20309

Average

1141.18

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BYN/MNT API questions

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

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

How far back does BYN/MNT historical data go?

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