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: show the values
| Point | BRL/MNT |
|---|---|
| 2025-09-26 | 671.0124 |
| 2025-10-03 | 673.4432 |
| 2025-10-10 | 669.9353 |
| 2025-10-17 | 662.0190 |
| 2025-10-24 | 667.3364 |
| 2025-10-31 | 0.1286 |
| 2025-11-07 | 0.1532 |
| 2025-11-14 | 0.1560 |
| 2025-11-21 | 663.8758 |
| 2025-11-28 | 667.7490 |
| 2025-12-05 | 667.7856 |
| 2025-12-13 | 655.4337 |
| 2025-12-20 | 641.6621 |
| 2025-12-27 | 641.4698 |
| 2026-01-03 | 655.9352 |
| 2026-01-10 | 662.7385 |
| 2026-01-17 | 663.5424 |
| 2026-01-24 | 673.6320 |
| 2026-01-31 | 678.6505 |
| 2026-02-07 | 684.0036 |
| 2026-02-14 | 683.3288 |
| 2026-02-21 | 689.8432 |
| 2026-02-28 | 695.1148 |
| 2026-03-07 | 679.2264 |
| 2026-03-14 | 669.7813 |
| 2026-03-21 | 671.7063 |
| 2026-03-28 | 681.2145 |
| 2026-04-04 | 692.6718 |
| 2026-04-11 | 717.7460 |
| 2026-04-18 | 718.0572 |
| 2026-04-25 | 718.8760 |
| 2026-05-02 | 717.1060 |
| 2026-05-09 | 728.1451 |
| 2026-05-17 | 707.9159 |
| 2026-05-25 | 715.5675 |
| 2026-06-01 | 712.0126 |
| 2026-06-10 | 689.5880 |
| 2026-06-17 | 703.9878 |
| 2026-06-24 | 689.4236 |
| 2026-07-01 | 690.6397 |
| 2026-07-08 | 695.0661 |
| 2026-07-15 | 706.0541 |
| 2026-07-22 | 706.6485 |
| 2026-07-29 | 702.3736 |
| 2026-08-05 | 703.1442 |
| 2026-08-12 | 697.8121 |
| 2026-08-20 | 692.6686 |
| 2026-08-27 | 699.7327 |
| 2026-09-03 | 708.6987 |
| 2026-09-10 | 701.6401 |
| 2026-09-17 | 701.1861 |
| 2026-09-24 | 694.9103 |
High
728.1451
Low
0.12860
Average
648.6097
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.