BRL to MNT exchange rate API
Brazilian Real to Tugrik · quoted 2026-09-26
693.7627
▼ +0.85% over 30D
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 30 days, BRL/MNT traded between 691.8895 and 708.6987, averaged 699.5089 and fell 0.85%. 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 30D: show the values
| Point | BRL/MNT |
|---|---|
| 2026-08-27 | 699.7327 |
| 2026-08-28 | 697.2142 |
| 2026-08-29 | 693.0885 |
| 2026-08-30 | 691.8895 |
| 2026-08-31 | 695.3916 |
| 2026-09-01 | 692.0347 |
| 2026-09-02 | 698.4844 |
| 2026-09-03 | 708.6987 |
| 2026-09-04 | 704.1401 |
| 2026-09-05 | 701.0456 |
| 2026-09-06 | 701.5760 |
| 2026-09-07 | 702.0832 |
| 2026-09-08 | 703.9775 |
| 2026-09-09 | 707.0148 |
| 2026-09-10 | 701.6401 |
| 2026-09-11 | 704.0975 |
| 2026-09-12 | 701.9432 |
| 2026-09-13 | 701.8662 |
| 2026-09-14 | 697.8207 |
| 2026-09-15 | 698.2139 |
| 2026-09-16 | 699.4046 |
| 2026-09-17 | 701.1861 |
| 2026-09-18 | 700.8287 |
| 2026-09-19 | 699.5833 |
| 2026-09-20 | 699.1052 |
| 2026-09-21 | 702.0737 |
| 2026-09-22 | 702.4087 |
| 2026-09-23 | 700.9975 |
| 2026-09-24 | 694.9103 |
| 2026-09-25 | 694.3074 |
| 2026-09-26 | 693.7627 |
High
708.6987
Low
691.8895
Average
699.5089
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.