Skip to content

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

BOB/MNT over YTD: show the values
PointBOB/MNT
2025-12-31513.3541
2026-01-07514.2330
2026-01-14514.4150
2026-01-21515.6844
2026-01-28516.8983
2026-02-04515.8992
2026-02-11516.4817
2026-02-18516.3221
2026-02-25516.2229
2026-03-04516.6245
2026-03-11516.0652
2026-03-18517.6990
2026-03-25516.3457
2026-04-01517.5120
2026-04-08519.4362
2026-04-15517.1544
2026-04-22517.7297
2026-04-29520.5724
2026-05-06519.0044
2026-05-14518.0262
2026-05-21517.9527
2026-05-29519.1187
2026-06-05516.6608
2026-06-14517.2154
2026-06-21516.3279
2026-06-28517.4935
2026-07-05516.7848
2026-07-12355.7865
2026-07-19334.7293
2026-07-26319.4920
2026-08-02297.1094
2026-08-09302.6975
2026-08-16309.5503
2026-08-24311.0760
2026-08-31305.1514
2026-09-07290.8584
2026-09-14289.2495
2026-09-21348.5081

High

520.5724

Low

289.2495

Average

454.2518

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=MNT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=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&currencies=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.