Skip to content

BRL to MNT exchange rate API

Brazilian Real to Tugrik · quoted 2026-09-26

693.7627

▲ +3.39% over 1Y

1 BRL = 693.7627 MNT · 1 MNT = 0.001441 BRL · Get this rate via the API

1 BRL buys 693.7627 MNT as of 2026-09-26, so 1 MNT buys 0.001441 BRL. Over the last year, BRL/MNT traded between 0.12860 and 728.1451, averaged 648.6097 and rose 3.39%. The API holds daily BRL/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BRL/MNT over 1Y

BRL/MNT over 1Y: show the values
PointBRL/MNT
2025-09-26671.0124
2025-10-03673.4432
2025-10-10669.9353
2025-10-17662.0190
2025-10-24667.3364
2025-10-310.1286
2025-11-070.1532
2025-11-140.1560
2025-11-21663.8758
2025-11-28667.7490
2025-12-05667.7856
2025-12-13655.4337
2025-12-20641.6621
2025-12-27641.4698
2026-01-03655.9352
2026-01-10662.7385
2026-01-17663.5424
2026-01-24673.6320
2026-01-31678.6505
2026-02-07684.0036
2026-02-14683.3288
2026-02-21689.8432
2026-02-28695.1148
2026-03-07679.2264
2026-03-14669.7813
2026-03-21671.7063
2026-03-28681.2145
2026-04-04692.6718
2026-04-11717.7460
2026-04-18718.0572
2026-04-25718.8760
2026-05-02717.1060
2026-05-09728.1451
2026-05-17707.9159
2026-05-25715.5675
2026-06-01712.0126
2026-06-10689.5880
2026-06-17703.9878
2026-06-24689.4236
2026-07-01690.6397
2026-07-08695.0661
2026-07-15706.0541
2026-07-22706.6485
2026-07-29702.3736
2026-08-05703.1442
2026-08-12697.8121
2026-08-20692.6686
2026-08-27699.7327
2026-09-03708.6987
2026-09-10701.6401
2026-09-17701.1861
2026-09-24694.9103

High

728.1451

Low

0.12860

Average

648.6097

For developers

Get this rate via the API

One GET request returns the BRL/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=BRL&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&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=BRL&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

BRL/MNT API questions

How do I get the BRL/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/MNT rate in rates.MNT.

How far back does BRL/MNT historical data go?

Daily BRL/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 BRL/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.