BRL to MNT exchange rate API
Brazilian Real to Tugrik · quoted 2026-09-26
693.7627
▲ +1.76% over 6M
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 6 months, BRL/MNT traded between 681.7413 and 729.6557, averaged 703.2403 and rose 1.76%. 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 6M: show the values
| Point | BRL/MNT |
|---|---|
| 2026-03-30 | 681.7413 |
| 2026-04-06 | 692.7169 |
| 2026-04-13 | 710.9070 |
| 2026-04-20 | 717.3324 |
| 2026-04-27 | 720.0226 |
| 2026-05-04 | 720.4595 |
| 2026-05-11 | 729.6557 |
| 2026-05-19 | 712.4850 |
| 2026-05-27 | 709.4094 |
| 2026-06-03 | 713.2572 |
| 2026-06-12 | 700.5052 |
| 2026-06-19 | 693.5050 |
| 2026-06-26 | 692.6284 |
| 2026-07-03 | 689.6845 |
| 2026-07-10 | 700.4011 |
| 2026-07-17 | 700.8316 |
| 2026-07-24 | 706.9262 |
| 2026-07-31 | 710.9998 |
| 2026-08-07 | 705.4882 |
| 2026-08-14 | 695.0725 |
| 2026-08-22 | 700.2725 |
| 2026-08-29 | 693.0885 |
| 2026-09-05 | 701.0456 |
| 2026-09-12 | 701.9432 |
| 2026-09-19 | 699.5833 |
| 2026-09-26 | 693.7627 |
High
729.6557
Low
681.7413
Average
703.2403
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.