Skip to content

BOB to MNT exchange rate API

Boliviano to Tugrik · quoted 2026-09-26

294.3786

▼ +43.42% over 1Y

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 year, BOB/MNT traded between 0.10001 and 521.4351, averaged 437.8830 and fell 43.42%. 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 1Y

BOB/MNT over 1Y: show the values
PointBOB/MNT
2025-09-26520.2505
2025-10-03520.1436
2025-10-10518.5264
2025-10-17520.0851
2025-10-24521.4351
2025-10-310.1000
2025-11-070.1189
2025-11-140.1194
2025-11-21515.6702
2025-11-28515.8580
2025-12-05512.8813
2025-12-13513.4715
2025-12-20514.3095
2025-12-27514.0339
2026-01-03514.6018
2026-01-10514.0044
2026-01-17515.6129
2026-01-24515.9078
2026-01-31516.5123
2026-02-07518.2919
2026-02-14516.9160
2026-02-21516.9541
2026-02-28516.6936
2026-03-07516.9864
2026-03-14516.0627
2026-03-21516.7485
2026-03-28516.1446
2026-04-04516.4601
2026-04-11520.5331
2026-04-18517.4791
2026-04-25518.2668
2026-05-02518.0435
2026-05-09517.9459
2026-05-17516.4526
2026-05-25520.0653
2026-06-01517.7766
2026-06-10517.9350
2026-06-17516.5733
2026-06-24517.3709
2026-07-01517.8660
2026-07-08361.9717
2026-07-15345.4168
2026-07-22331.5760
2026-07-29316.4417
2026-08-05296.6249
2026-08-12300.8151
2026-08-20313.2021
2026-08-27311.4193
2026-09-03295.9916
2026-09-10287.3612
2026-09-17309.1102
2026-09-24312.2813

High

521.4351

Low

0.10001

Average

437.8830

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.