BHD to MNT exchange rate API
Bahraini Dinar to Tugrik · quoted 2026-09-26
9566.97
▲ +0.55% over 1Y
1 BHD = 9566.97 MNT · 1 MNT = 0.000105 BHD · Get this rate via the API
1 BHD buys 9566.97 MNT as of 2026-09-26, so 1 MNT buys 0.000105 BHD. Over the last year, BHD/MNT traded between 1.8311 and 9566.97, averaged 8951.71 and rose 0.55%. The API holds daily BHD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BHD/MNT over 1Y: show the values
| Point | BHD/MNT |
|---|---|
| 2025-09-26 | 9514.61 |
| 2025-10-03 | 9516.87 |
| 2025-10-10 | 9514.00 |
| 2025-10-17 | 9516.85 |
| 2025-10-24 | 9515.56 |
| 2025-10-31 | 1.83 |
| 2025-11-07 | 2.17 |
| 2025-11-14 | 2.19 |
| 2025-11-21 | 9436.25 |
| 2025-11-28 | 9434.18 |
| 2025-12-05 | 9384.32 |
| 2025-12-13 | 9430.11 |
| 2025-12-20 | 9447.88 |
| 2025-12-27 | 9457.46 |
| 2026-01-03 | 9464.84 |
| 2026-01-10 | 9465.20 |
| 2026-01-17 | 9479.29 |
| 2026-01-24 | 9479.92 |
| 2026-01-31 | 9485.02 |
| 2026-02-07 | 9491.24 |
| 2026-02-14 | 9495.09 |
| 2026-02-21 | 9495.54 |
| 2026-02-28 | 9485.16 |
| 2026-03-07 | 9496.79 |
| 2026-03-14 | 9492.55 |
| 2026-03-21 | 9488.29 |
| 2026-03-28 | 9487.22 |
| 2026-04-04 | 9504.07 |
| 2026-04-11 | 9528.94 |
| 2026-04-18 | 9447.20 |
| 2026-04-25 | 9491.57 |
| 2026-05-02 | 9480.64 |
| 2026-05-09 | 9482.94 |
| 2026-05-17 | 9489.45 |
| 2026-05-25 | 9467.80 |
| 2026-06-01 | 9463.59 |
| 2026-06-10 | 9468.26 |
| 2026-06-17 | 9468.42 |
| 2026-06-24 | 9483.90 |
| 2026-07-01 | 9480.32 |
| 2026-07-08 | 9483.84 |
| 2026-07-15 | 9493.09 |
| 2026-07-22 | 9496.03 |
| 2026-07-29 | 9515.28 |
| 2026-08-05 | 9516.46 |
| 2026-08-12 | 9518.99 |
| 2026-08-20 | 9518.24 |
| 2026-08-27 | 9519.91 |
| 2026-09-03 | 9514.40 |
| 2026-09-10 | 9513.60 |
| 2026-09-17 | 9519.47 |
| 2026-09-24 | 9526.81 |
High
9566.97
Low
1.8311
Average
8951.71
Get this rate via the API
One GET request returns the BHD/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=BHD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
BHD/MNT API questions
How do I get the BHD/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BHD/MNT rate in rates.MNT.
How far back does BHD/MNT historical data go?
Daily BHD/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 BHD/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.