BGN to MNT exchange rate API
Bulgarian Lev to Tugrik · quoted 2026-09-26
2095.09
▼ +2.38% over 1Y
1 BGN = 2095.09 MNT · 1 MNT = 0.000477 BGN · Get this rate via the API
1 BGN buys 2095.09 MNT as of 2026-09-26, so 1 MNT buys 0.000477 BGN. Over the last year, BGN/MNT traded between 0.40880 and 2165.55, averaged 2003.28 and fell 2.38%. The API holds daily BGN/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BGN/MNT over 1Y: show the values
| Point | BGN/MNT |
|---|---|
| 2025-09-26 | 2146.09 |
| 2025-10-03 | 2157.99 |
| 2025-10-10 | 2126.54 |
| 2025-10-17 | 2147.96 |
| 2025-10-24 | 2134.94 |
| 2025-10-31 | 0.41 |
| 2025-11-07 | 0.49 |
| 2025-11-14 | 0.49 |
| 2025-11-21 | 2100.42 |
| 2025-11-28 | 2108.34 |
| 2025-12-05 | 2111.80 |
| 2025-12-13 | 2127.77 |
| 2025-12-20 | 2127.58 |
| 2025-12-27 | 2140.90 |
| 2026-01-03 | 2134.21 |
| 2026-01-10 | 2118.20 |
| 2026-01-17 | 2112.90 |
| 2026-01-24 | 2154.73 |
| 2026-01-31 | 2162.38 |
| 2026-02-07 | 2154.80 |
| 2026-02-14 | 2165.55 |
| 2026-02-21 | 2151.04 |
| 2026-02-28 | 2152.75 |
| 2026-03-07 | 2120.96 |
| 2026-03-14 | 2089.84 |
| 2026-03-21 | 2114.39 |
| 2026-03-28 | 2094.41 |
| 2026-04-04 | 2103.86 |
| 2026-04-15 | 2143.49 |
| 2026-04-22 | 2144.43 |
| 2026-04-29 | 2155.96 |
| 2026-05-06 | 2145.32 |
| 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
2165.55
Low
0.40880
Average
2003.28
Get this rate via the API
One GET request returns the BGN/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=BGN¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
BGN/MNT API questions
How do I get the BGN/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BGN/MNT rate in rates.MNT.
How far back does BGN/MNT historical data go?
Daily BGN/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 BGN/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.