Skip to content

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

BND/MNT over 1Y: show the values
PointBND/MNT
2025-09-262830.07
2025-10-032842.04
2025-10-102819.52
2025-10-172780.65
2025-10-242768.40
2025-10-310.53
2025-11-070.63
2025-11-140.64
2025-11-212728.03
2025-11-282748.47
2025-12-052738.03
2025-12-132744.78
2025-12-202747.62
2025-12-272768.61
2026-01-032767.11
2026-01-102764.42
2026-01-172765.64
2026-01-242800.15
2026-01-312805.38
2026-02-072806.36
2026-02-142827.75
2026-02-212818.82
2026-02-282819.42
2026-03-072791.54
2026-03-142780.64
2026-03-212782.30
2026-03-282779.78
2026-04-042775.68
2026-04-112822.57
2026-04-182809.72
2026-04-252807.47
2026-05-022806.16
2026-05-092822.54
2026-05-172794.32
2026-05-252802.69
2026-06-012800.02
2026-06-102780.46
2026-06-172792.38
2026-06-242762.74
2026-07-012763.10
2026-07-082773.88
2026-07-152781.05
2026-07-222778.60
2026-07-292783.28
2026-08-052807.73
2026-08-122808.95
2026-08-202829.20
2026-08-272830.28
2026-09-032832.01
2026-09-102844.55
2026-09-172818.59
2026-09-242812.34

High

2844.55

Low

0.53257

Average

2635.53

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BND&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=BND&currencies=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&currencies=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.