BRL to MXN exchange rate API
Brazilian Real to Mexican Peso · quoted 2026-09-25
3.4120
▼ +9.73% over 5Y
1 BRL = 3.4120 MXN · 1 MXN = 0.29308 BRL · Get this rate via the API
1 BRL buys 3.4120 MXN as of 2026-09-25, so 1 MXN buys 0.29308 BRL. Over the last 5 years, BRL/MXN traded between 3.2678 and 4.1296, averaged 3.5338 and fell 9.73%. The API holds daily BRL/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
BRL/MXN over 5Y: show the values
| Point | BRL/MXN |
|---|---|
| 2021-09-27 | 3.7796 |
| 2021-11-08 | 3.6531 |
| 2021-12-20 | 3.6501 |
| 2022-01-31 | 3.8623 |
| 2022-03-14 | 4.1296 |
| 2022-04-27 | 4.0769 |
| 2022-06-08 | 4.0128 |
| 2022-07-20 | 3.7701 |
| 2022-08-31 | 3.9246 |
| 2022-10-12 | 3.7861 |
| 2022-11-23 | 3.5941 |
| 2023-01-05 | 3.5999 |
| 2023-02-16 | 3.5429 |
| 2023-03-30 | 3.5447 |
| 2023-05-16 | 3.5587 |
| 2023-06-27 | 3.5765 |
| 2023-08-08 | 3.4867 |
| 2023-09-19 | 3.5253 |
| 2023-10-31 | 3.5642 |
| 2023-12-12 | 3.5145 |
| 2024-01-26 | 3.4963 |
| 2024-03-08 | 3.3950 |
| 2024-04-23 | 3.3076 |
| 2024-06-05 | 3.3518 |
| 2024-07-17 | 3.2678 |
| 2024-08-27 | 3.5444 |
| 2024-10-07 | 3.5538 |
| 2024-11-06 | 3.5533 |
| 2024-12-06 | 3.3613 |
| 2025-01-05 | 3.3379 |
| 2025-02-04 | 3.5140 |
| 2025-03-06 | 3.5477 |
| 2025-04-05 | 3.4969 |
| 2025-05-05 | 3.4705 |
| 2025-06-04 | 3.4162 |
| 2025-07-04 | 3.4416 |
| 2025-08-03 | 3.4016 |
| 2025-09-02 | 3.4287 |
| 2025-10-02 | 3.4580 |
| 2025-11-01 | 3.4549 |
| 2025-12-01 | 3.4186 |
| 2025-12-31 | 3.2810 |
| 2026-01-30 | 3.3098 |
| 2026-03-01 | 3.3736 |
| 2026-03-31 | 3.4479 |
| 2026-04-30 | 3.5163 |
| 2026-05-30 | 3.4455 |
| 2026-06-30 | 3.3732 |
| 2026-07-30 | 3.4114 |
| 2026-08-29 | 3.2823 |
High
4.1296
Low
3.2678
Average
3.5338
Get this rate via the API
One GET request returns the BRL/MXN 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=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
BRL/MXN API questions
How do I get the BRL/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/MXN rate in rates.MXN.
How far back does BRL/MXN historical data go?
Daily BRL/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free BRL/MXN 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.