BYN to MNT exchange rate API
Belarussian Ruble to Tugrik · quoted 2026-09-26
1191.66
▼ +2.10% over YTD
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 year to date, BYN/MNT traded between 1168.75 and 1306.92, averaged 1234.36 and fell 2.10%. 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 YTD: show the values
| Point | BYN/MNT |
|---|---|
| 2025-12-31 | 1217.23 |
| 2026-01-07 | 1211.17 |
| 2026-01-14 | 1224.81 |
| 2026-01-21 | 1239.16 |
| 2026-01-28 | 1257.03 |
| 2026-02-04 | 1245.56 |
| 2026-02-11 | 1239.75 |
| 2026-02-18 | 1250.41 |
| 2026-02-25 | 1246.73 |
| 2026-03-04 | 1227.64 |
| 2026-03-11 | 1212.33 |
| 2026-03-18 | 1179.11 |
| 2026-03-25 | 1205.71 |
| 2026-04-01 | 1202.27 |
| 2026-04-08 | 1219.91 |
| 2026-04-15 | 1253.20 |
| 2026-04-22 | 1265.10 |
| 2026-04-29 | 1274.76 |
| 2026-05-06 | 1266.98 |
| 2026-05-14 | 1280.34 |
| 2026-05-21 | 1305.53 |
| 2026-05-29 | 1306.92 |
| 2026-06-05 | 1269.95 |
| 2026-06-14 | 1292.83 |
| 2026-06-21 | 1288.66 |
| 2026-06-28 | 1232.52 |
| 2026-07-05 | 1234.07 |
| 2026-07-12 | 1252.37 |
| 2026-07-19 | 1239.92 |
| 2026-07-26 | 1251.35 |
| 2026-08-02 | 1238.90 |
| 2026-08-09 | 1210.57 |
| 2026-08-16 | 1183.85 |
| 2026-08-24 | 1196.40 |
| 2026-08-31 | 1179.10 |
| 2026-09-07 | 1168.75 |
| 2026-09-14 | 1184.22 |
| 2026-09-21 | 1193.23 |
High
1306.92
Low
1168.75
Average
1234.36
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.