BOB to MNT exchange rate API
Boliviano to Tugrik · quoted 2026-09-26
294.3786
▼ +42.88% over 6M
1 BOB = 294.3786 MNT · 1 MNT = 0.003397 BOB · Get this rate via the API
1 BOB buys 294.3786 MNT as of 2026-09-26, so 1 MNT buys 0.003397 BOB. Over the last 6 months, BOB/MNT traded between 290.5126 and 519.4706, averaged 419.9752 and fell 42.88%. The API holds daily BOB/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BOB/MNT over 6M: show the values
| Point | BOB/MNT |
|---|---|
| 2026-03-30 | 515.3860 |
| 2026-04-06 | 518.3291 |
| 2026-04-13 | 517.9748 |
| 2026-04-20 | 515.5756 |
| 2026-04-27 | 518.5224 |
| 2026-05-04 | 517.6789 |
| 2026-05-11 | 518.9943 |
| 2026-05-19 | 516.3842 |
| 2026-05-27 | 516.9454 |
| 2026-06-03 | 518.0758 |
| 2026-06-12 | 518.7857 |
| 2026-06-19 | 517.5149 |
| 2026-06-26 | 519.4706 |
| 2026-07-03 | 518.5721 |
| 2026-07-10 | 361.7430 |
| 2026-07-17 | 339.7690 |
| 2026-07-24 | 323.2754 |
| 2026-07-31 | 306.1497 |
| 2026-08-07 | 296.9571 |
| 2026-08-14 | 307.5754 |
| 2026-08-22 | 311.7259 |
| 2026-08-29 | 306.7727 |
| 2026-09-05 | 290.5126 |
| 2026-09-12 | 298.5687 |
| 2026-09-19 | 359.3136 |
| 2026-09-26 | 294.3786 |
High
519.4706
Low
290.5126
Average
419.9752
Get this rate via the API
One GET request returns the BOB/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=BOB¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
BOB/MNT API questions
How do I get the BOB/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BOB/MNT rate in rates.MNT.
How far back does BOB/MNT historical data go?
Daily BOB/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 BOB/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.