BOB to MNT exchange rate API
Boliviano to Tugrik · quoted 2026-09-26
294.3786
▼ +42.66% over YTD
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 year to date, BOB/MNT traded between 289.2495 and 520.5724, averaged 454.2518 and fell 42.66%. 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 YTD: show the values
| Point | BOB/MNT |
|---|---|
| 2025-12-31 | 513.3541 |
| 2026-01-07 | 514.2330 |
| 2026-01-14 | 514.4150 |
| 2026-01-21 | 515.6844 |
| 2026-01-28 | 516.8983 |
| 2026-02-04 | 515.8992 |
| 2026-02-11 | 516.4817 |
| 2026-02-18 | 516.3221 |
| 2026-02-25 | 516.2229 |
| 2026-03-04 | 516.6245 |
| 2026-03-11 | 516.0652 |
| 2026-03-18 | 517.6990 |
| 2026-03-25 | 516.3457 |
| 2026-04-01 | 517.5120 |
| 2026-04-08 | 519.4362 |
| 2026-04-15 | 517.1544 |
| 2026-04-22 | 517.7297 |
| 2026-04-29 | 520.5724 |
| 2026-05-06 | 519.0044 |
| 2026-05-14 | 518.0262 |
| 2026-05-21 | 517.9527 |
| 2026-05-29 | 519.1187 |
| 2026-06-05 | 516.6608 |
| 2026-06-14 | 517.2154 |
| 2026-06-21 | 516.3279 |
| 2026-06-28 | 517.4935 |
| 2026-07-05 | 516.7848 |
| 2026-07-12 | 355.7865 |
| 2026-07-19 | 334.7293 |
| 2026-07-26 | 319.4920 |
| 2026-08-02 | 297.1094 |
| 2026-08-09 | 302.6975 |
| 2026-08-16 | 309.5503 |
| 2026-08-24 | 311.0760 |
| 2026-08-31 | 305.1514 |
| 2026-09-07 | 290.8584 |
| 2026-09-14 | 289.2495 |
| 2026-09-21 | 348.5081 |
High
520.5724
Low
289.2495
Average
454.2518
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.