Skip to content

BYN to MNT exchange rate API

Belarussian Ruble to Tugrik · quoted 2026-09-26

1191.66

▲ +15.23% over 5Y

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 5 years, BYN/MNT traded between 0.24108 and 1274.95, averaged 1090.72 and rose 15.23%. 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 5Y

BYN/MNT over 5Y: show the values
PointBYN/MNT
2024-08-241034.12
2024-10-071039.31
2024-11-061043.55
2024-12-061050.03
2025-01-051045.18
2025-02-041055.65
2025-03-061060.72
2025-04-061070.60
2025-05-061091.88
2025-06-071093.81
2025-07-071095.03
2025-08-061089.73
2025-09-051063.72
2025-10-061059.86
2025-11-050.24
2025-12-051230.46
2026-01-051203.98
2026-02-041245.56
2026-03-061216.28
2026-04-051210.84
2026-05-051263.86
2026-06-061274.95
2026-07-081249.58
2026-08-071209.28
2026-09-071168.75

High

1274.95

Low

0.24108

Average

1090.72

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.