BAM to MNT exchange rate API
Convertible Mark to Tugrik · quoted 2026-09-27
2094.50
▼ +2.00% over YTD
1 BAM = 2094.50 MNT · 1 MNT = 0.000477 BAM · Get this rate via the API
1 BAM buys 2094.50 MNT as of 2026-09-27, so 1 MNT buys 0.000477 BAM. Over the year to date, BAM/MNT traded between 2084.23 and 2188.38, averaged 2127.83 and fell 2.00%. The API holds daily BAM/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/MNT over YTD: show the values
| Point | BAM/MNT |
|---|---|
| 2025-12-31 | 2137.29 |
| 2026-01-07 | 2130.67 |
| 2026-01-14 | 2120.56 |
| 2026-01-21 | 2138.59 |
| 2026-01-28 | 2188.38 |
| 2026-02-04 | 2157.50 |
| 2026-02-11 | 2174.00 |
| 2026-02-18 | 2162.06 |
| 2026-02-25 | 2151.77 |
| 2026-03-04 | 2117.17 |
| 2026-03-11 | 2120.96 |
| 2026-03-18 | 2105.00 |
| 2026-03-25 | 2118.50 |
| 2026-04-01 | 2113.16 |
| 2026-04-08 | 2132.60 |
| 2026-04-15 | 2155.56 |
| 2026-04-22 | 2148.31 |
| 2026-04-29 | 2150.63 |
| 2026-05-06 | 2143.37 |
| 2026-05-14 | 2143.31 |
| 2026-05-21 | 2126.05 |
| 2026-05-29 | 2129.81 |
| 2026-06-05 | 2125.38 |
| 2026-06-14 | 2116.74 |
| 2026-06-21 | 2099.13 |
| 2026-06-28 | 2084.23 |
| 2026-07-05 | 2095.48 |
| 2026-07-12 | 2092.15 |
| 2026-07-19 | 2096.10 |
| 2026-07-26 | 2088.32 |
| 2026-08-02 | 2119.44 |
| 2026-08-09 | 2124.47 |
| 2026-08-16 | 2127.09 |
| 2026-08-24 | 2148.10 |
| 2026-08-31 | 2131.38 |
| 2026-09-07 | 2136.45 |
| 2026-09-14 | 2128.26 |
| 2026-09-21 | 2112.71 |
High
2188.38
Low
2084.23
Average
2127.83
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/MNT API questions
How do I get the BAM/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/MNT rate in rates.MNT.
How far back does BAM/MNT historical data go?
Daily BAM/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 BAM/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.