BRL to MNT exchange rate API
Brazilian Real to Tugrik · quoted 2026-09-26
693.7627
▲ +6.74% over YTD
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 year to date, BRL/MNT traded between 649.9470 and 728.9597, averaged 695.7516 and rose 6.74%. 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 YTD: show the values
| Point | BRL/MNT |
|---|---|
| 2025-12-31 | 649.9470 |
| 2026-01-07 | 660.5479 |
| 2026-01-14 | 663.8195 |
| 2026-01-21 | 666.9173 |
| 2026-01-28 | 689.8464 |
| 2026-02-04 | 683.5385 |
| 2026-02-11 | 686.8267 |
| 2026-02-18 | 683.5034 |
| 2026-02-25 | 696.1623 |
| 2026-03-04 | 683.9559 |
| 2026-03-11 | 690.3287 |
| 2026-03-18 | 683.1648 |
| 2026-03-25 | 682.1925 |
| 2026-04-01 | 692.5047 |
| 2026-04-08 | 703.2634 |
| 2026-04-15 | 715.3803 |
| 2026-04-22 | 719.4990 |
| 2026-04-29 | 721.3786 |
| 2026-05-06 | 728.9597 |
| 2026-05-14 | 716.1294 |
| 2026-05-21 | 713.9527 |
| 2026-05-29 | 709.3664 |
| 2026-06-05 | 707.3131 |
| 2026-06-14 | 704.6961 |
| 2026-06-21 | 694.3668 |
| 2026-06-28 | 691.6780 |
| 2026-07-05 | 692.7143 |
| 2026-07-12 | 701.2181 |
| 2026-07-19 | 701.2007 |
| 2026-07-26 | 706.3035 |
| 2026-08-02 | 707.9274 |
| 2026-08-09 | 706.8103 |
| 2026-08-16 | 689.1639 |
| 2026-08-24 | 698.6017 |
| 2026-08-31 | 695.3916 |
| 2026-09-07 | 702.0832 |
| 2026-09-14 | 697.8207 |
| 2026-09-21 | 702.0737 |
High
728.9597
Low
649.9470
Average
695.7516
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.