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: show the values
| Point | BYN/MNT |
|---|---|
| 2025-09-26 | 1060.41 |
| 2025-10-03 | 1060.26 |
| 2025-10-10 | 1056.21 |
| 2025-10-17 | 1056.62 |
| 2025-10-24 | 1055.80 |
| 2025-10-31 | 0.20 |
| 2025-11-07 | 0.24 |
| 2025-11-14 | 0.24 |
| 2025-11-21 | 1044.04 |
| 2025-11-28 | 1127.34 |
| 2025-12-05 | 1230.46 |
| 2025-12-13 | 1203.99 |
| 2025-12-20 | 1210.42 |
| 2025-12-27 | 1219.90 |
| 2026-01-03 | 1212.54 |
| 2026-01-10 | 1216.73 |
| 2026-01-17 | 1237.59 |
| 2026-01-24 | 1261.75 |
| 2026-01-31 | 1253.46 |
| 2026-02-07 | 1244.69 |
| 2026-02-14 | 1248.30 |
| 2026-02-21 | 1248.34 |
| 2026-02-28 | 1232.16 |
| 2026-03-07 | 1210.45 |
| 2026-03-14 | 1207.85 |
| 2026-03-21 | 1183.23 |
| 2026-03-28 | 1202.55 |
| 2026-04-04 | 1211.37 |
| 2026-04-11 | 1253.11 |
| 2026-04-18 | 1258.92 |
| 2026-04-25 | 1266.00 |
| 2026-05-02 | 1268.50 |
| 2026-05-09 | 1266.47 |
| 2026-05-17 | 1286.28 |
| 2026-05-25 | 1304.07 |
| 2026-06-01 | 1300.18 |
| 2026-06-10 | 1295.36 |
| 2026-06-17 | 1292.46 |
| 2026-06-24 | 1271.86 |
| 2026-07-01 | 1227.25 |
| 2026-07-08 | 1249.58 |
| 2026-07-15 | 1249.58 |
| 2026-07-22 | 1241.35 |
| 2026-07-29 | 1245.20 |
| 2026-08-05 | 1221.04 |
| 2026-08-12 | 1209.18 |
| 2026-08-20 | 1186.26 |
| 2026-08-27 | 1192.62 |
| 2026-09-03 | 1164.52 |
| 2026-09-10 | 1178.60 |
| 2026-09-17 | 1181.20 |
| 2026-09-24 | 1184.14 |
High
1304.07
Low
0.20309
Average
1141.18
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=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¤cies=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.