BND to MNT exchange rate API
Brunei Dollar to Tugrik · quoted 2026-09-26
2815.51
▼ +0.51% over 1Y
1 BND = 2815.51 MNT · 1 MNT = 0.000355 BND · Get this rate via the API
1 BND buys 2815.51 MNT as of 2026-09-26, so 1 MNT buys 0.000355 BND. Over the last year, BND/MNT traded between 0.53257 and 2844.55, averaged 2635.53 and fell 0.51%. The API holds daily BND/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BND/MNT over 1Y: show the values
| Point | BND/MNT |
|---|---|
| 2025-09-26 | 2830.07 |
| 2025-10-03 | 2842.04 |
| 2025-10-10 | 2819.52 |
| 2025-10-17 | 2780.65 |
| 2025-10-24 | 2768.40 |
| 2025-10-31 | 0.53 |
| 2025-11-07 | 0.63 |
| 2025-11-14 | 0.64 |
| 2025-11-21 | 2728.03 |
| 2025-11-28 | 2748.47 |
| 2025-12-05 | 2738.03 |
| 2025-12-13 | 2744.78 |
| 2025-12-20 | 2747.62 |
| 2025-12-27 | 2768.61 |
| 2026-01-03 | 2767.11 |
| 2026-01-10 | 2764.42 |
| 2026-01-17 | 2765.64 |
| 2026-01-24 | 2800.15 |
| 2026-01-31 | 2805.38 |
| 2026-02-07 | 2806.36 |
| 2026-02-14 | 2827.75 |
| 2026-02-21 | 2818.82 |
| 2026-02-28 | 2819.42 |
| 2026-03-07 | 2791.54 |
| 2026-03-14 | 2780.64 |
| 2026-03-21 | 2782.30 |
| 2026-03-28 | 2779.78 |
| 2026-04-04 | 2775.68 |
| 2026-04-11 | 2822.57 |
| 2026-04-18 | 2809.72 |
| 2026-04-25 | 2807.47 |
| 2026-05-02 | 2806.16 |
| 2026-05-09 | 2822.54 |
| 2026-05-17 | 2794.32 |
| 2026-05-25 | 2802.69 |
| 2026-06-01 | 2800.02 |
| 2026-06-10 | 2780.46 |
| 2026-06-17 | 2792.38 |
| 2026-06-24 | 2762.74 |
| 2026-07-01 | 2763.10 |
| 2026-07-08 | 2773.88 |
| 2026-07-15 | 2781.05 |
| 2026-07-22 | 2778.60 |
| 2026-07-29 | 2783.28 |
| 2026-08-05 | 2807.73 |
| 2026-08-12 | 2808.95 |
| 2026-08-20 | 2829.20 |
| 2026-08-27 | 2830.28 |
| 2026-09-03 | 2832.01 |
| 2026-09-10 | 2844.55 |
| 2026-09-17 | 2818.59 |
| 2026-09-24 | 2812.34 |
High
2844.55
Low
0.53257
Average
2635.53
Get this rate via the API
One GET request returns the BND/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=BND¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
BND/MNT API questions
How do I get the BND/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BND/MNT rate in rates.MNT.
How far back does BND/MNT historical data go?
Daily BND/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 BND/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.