BRL to MNT exchange rate API
Brazilian Real to Tugrik · quoted 2026-09-26
693.7627
▲ +12.41% over 5Y
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 5 years, BRL/MNT traded between 0.15207 and 722.1947, averaged 625.2230 and rose 12.41%. 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 5Y: show the values
| Point | BRL/MNT |
|---|---|
| 2024-08-24 | 617.1964 |
| 2024-10-07 | 625.2175 |
| 2024-11-06 | 587.6837 |
| 2024-12-06 | 571.9541 |
| 2025-01-05 | 553.7958 |
| 2025-02-04 | 593.5039 |
| 2025-03-06 | 603.3849 |
| 2025-04-06 | 600.5817 |
| 2025-05-06 | 627.2333 |
| 2025-06-07 | 644.1336 |
| 2025-07-07 | 658.6391 |
| 2025-08-06 | 651.7675 |
| 2025-09-05 | 662.6109 |
| 2025-10-06 | 673.3478 |
| 2025-11-05 | 0.1521 |
| 2025-12-05 | 667.7856 |
| 2026-01-05 | 654.1541 |
| 2026-02-04 | 683.5385 |
| 2026-03-06 | 676.7244 |
| 2026-04-05 | 691.8584 |
| 2026-05-05 | 722.1947 |
| 2026-06-06 | 691.9399 |
| 2026-07-08 | 695.0661 |
| 2026-08-07 | 705.4882 |
| 2026-09-07 | 702.0832 |
High
722.1947
Low
0.15207
Average
625.2230
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.