Skip to content

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

BRL/MXN over 5Y: show the values
PointBRL/MXN
2021-09-273.7796
2021-11-083.6531
2021-12-203.6501
2022-01-313.8623
2022-03-144.1296
2022-04-274.0769
2022-06-084.0128
2022-07-203.7701
2022-08-313.9246
2022-10-123.7861
2022-11-233.5941
2023-01-053.5999
2023-02-163.5429
2023-03-303.5447
2023-05-163.5587
2023-06-273.5765
2023-08-083.4867
2023-09-193.5253
2023-10-313.5642
2023-12-123.5145
2024-01-263.4963
2024-03-083.3950
2024-04-233.3076
2024-06-053.3518
2024-07-173.2678
2024-08-273.5444
2024-10-073.5538
2024-11-063.5533
2024-12-063.3613
2025-01-053.3379
2025-02-043.5140
2025-03-063.5477
2025-04-053.4969
2025-05-053.4705
2025-06-043.4162
2025-07-043.4416
2025-08-033.4016
2025-09-023.4287
2025-10-023.4580
2025-11-013.4549
2025-12-013.4186
2025-12-313.2810
2026-01-303.3098
2026-03-013.3736
2026-03-313.4479
2026-04-303.5163
2026-05-303.4455
2026-06-303.3732
2026-07-303.4114
2026-08-293.2823

High

4.1296

Low

3.2678

Average

3.5338

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=MXN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=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&currencies=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.