Skip to content

MXN to BRL exchange rate API

Mexican Peso to Brazilian Real · quoted 2026-09-25

0.29368

▲ +1.84% over 1Y

1 MXN = 0.29368 BRL · 1 BRL = 3.4051 MXN · Get this rate via the API

1 MXN buys 0.29368 BRL as of 2026-09-25, so 1 BRL buys 3.4051 MXN. Over the last year, MXN/BRL traded between 0.28439 and 0.30816, averaged 0.29547 and rose 1.84%. The API holds daily MXN/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/BRL over 1Y

MXN/BRL over 1Y: show the values
PointMXN/BRL
2025-09-250.28838
2025-10-020.28918
2025-10-090.29093
2025-10-160.29552
2025-10-230.29238
2025-10-300.28995
2025-11-060.28743
2025-11-130.28920
2025-11-200.29019
2025-11-270.29148
2025-12-040.29037
2025-12-110.29957
2025-12-180.30816
2025-12-250.30809
2026-01-010.30622
2026-01-080.29949
2026-01-150.30253
2026-01-220.30398
2026-01-290.30211
2026-02-050.30256
2026-02-120.30138
2026-02-190.30292
2026-02-260.29841
2026-03-050.29763
2026-03-120.29144
2026-03-190.29572
2026-03-260.29389
2026-04-020.28885
2026-04-090.29245
2026-04-160.28885
2026-04-230.28602
2026-04-300.28439
2026-05-070.28581
2026-05-140.29055
2026-05-210.28885
2026-05-280.29172
2026-06-040.29304
2026-06-120.29651
2026-06-190.29766
2026-06-260.29550
2026-07-030.29782
2026-07-100.29203
2026-07-170.29260
2026-07-240.29077
2026-07-310.29119
2026-08-070.29728
2026-08-140.30455
2026-08-210.30612
2026-08-280.30470
2026-09-040.30247
2026-09-110.30104
2026-09-180.29899
2026-09-250.29302

High

0.30816

Low

0.28439

Average

0.29547

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=BRL").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/BRL API questions

How do I get the MXN/BRL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/BRL rate in rates.BRL.

How far back does MXN/BRL historical data go?

Daily MXN/BRL 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 MXN/BRL 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.