Skip to content

BOB to MNT exchange rate API

Boliviano to Tugrik · quoted 2026-09-26

294.3786

▼ +5.47% over 30D

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 30 days, BOB/MNT traded between 284.5851 and 359.3136, averaged 305.8904 and fell 5.47%. 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 30D

BOB/MNT over 30D: show the values
PointBOB/MNT
2026-08-27311.4193
2026-08-28311.4486
2026-08-29306.7727
2026-08-30304.9725
2026-08-31305.1514
2026-09-01303.7844
2026-09-02301.5044
2026-09-03295.9916
2026-09-04296.5757
2026-09-05290.5126
2026-09-06288.5487
2026-09-07290.8584
2026-09-08290.0287
2026-09-09289.3257
2026-09-10287.3612
2026-09-11284.5851
2026-09-12298.5687
2026-09-13303.1527
2026-09-14289.2495
2026-09-15299.7539
2026-09-16302.5355
2026-09-17309.1102
2026-09-18353.8016
2026-09-19359.3136
2026-09-20346.6135
2026-09-21348.5081
2026-09-22323.0385
2026-09-23301.1347
2026-09-24312.2813
2026-09-25293.8326
2026-09-26294.3786

High

359.3136

Low

284.5851

Average

305.8904

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.