BYN to MNT exchange rate API
Belarussian Ruble to Tugrik · quoted 2026-09-26
1191.66
▼ +0.08% over 30D
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 30 days, BYN/MNT traded between 1162.18 and 1194.75, averaged 1181.50 and fell 0.08%. 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 30D: show the values
| Point | BYN/MNT |
|---|---|
| 2026-08-27 | 1192.62 |
| 2026-08-28 | 1194.75 |
| 2026-08-29 | 1192.01 |
| 2026-08-30 | 1185.65 |
| 2026-08-31 | 1179.10 |
| 2026-09-01 | 1168.37 |
| 2026-09-02 | 1162.18 |
| 2026-09-03 | 1164.52 |
| 2026-09-04 | 1167.94 |
| 2026-09-05 | 1166.34 |
| 2026-09-06 | 1167.16 |
| 2026-09-07 | 1168.75 |
| 2026-09-08 | 1169.37 |
| 2026-09-09 | 1172.53 |
| 2026-09-10 | 1178.60 |
| 2026-09-11 | 1184.61 |
| 2026-09-12 | 1184.53 |
| 2026-09-13 | 1185.47 |
| 2026-09-14 | 1184.22 |
| 2026-09-15 | 1183.96 |
| 2026-09-16 | 1185.95 |
| 2026-09-17 | 1181.20 |
| 2026-09-18 | 1186.95 |
| 2026-09-19 | 1189.07 |
| 2026-09-20 | 1190.18 |
| 2026-09-21 | 1193.23 |
| 2026-09-22 | 1190.14 |
| 2026-09-23 | 1185.12 |
| 2026-09-24 | 1184.14 |
| 2026-09-25 | 1186.09 |
| 2026-09-26 | 1191.66 |
High
1194.75
Low
1162.18
Average
1181.50
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.