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: show the values
| Point | BOB/MNT |
|---|---|
| 2026-08-27 | 311.4193 |
| 2026-08-28 | 311.4486 |
| 2026-08-29 | 306.7727 |
| 2026-08-30 | 304.9725 |
| 2026-08-31 | 305.1514 |
| 2026-09-01 | 303.7844 |
| 2026-09-02 | 301.5044 |
| 2026-09-03 | 295.9916 |
| 2026-09-04 | 296.5757 |
| 2026-09-05 | 290.5126 |
| 2026-09-06 | 288.5487 |
| 2026-09-07 | 290.8584 |
| 2026-09-08 | 290.0287 |
| 2026-09-09 | 289.3257 |
| 2026-09-10 | 287.3612 |
| 2026-09-11 | 284.5851 |
| 2026-09-12 | 298.5687 |
| 2026-09-13 | 303.1527 |
| 2026-09-14 | 289.2495 |
| 2026-09-15 | 299.7539 |
| 2026-09-16 | 302.5355 |
| 2026-09-17 | 309.1102 |
| 2026-09-18 | 353.8016 |
| 2026-09-19 | 359.3136 |
| 2026-09-20 | 346.6135 |
| 2026-09-21 | 348.5081 |
| 2026-09-22 | 323.0385 |
| 2026-09-23 | 301.1347 |
| 2026-09-24 | 312.2813 |
| 2026-09-25 | 293.8326 |
| 2026-09-26 | 294.3786 |
High
359.3136
Low
284.5851
Average
305.8904
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.