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: show the values
| Point | MXN/BRL |
|---|---|
| 2025-09-25 | 0.28838 |
| 2025-10-02 | 0.28918 |
| 2025-10-09 | 0.29093 |
| 2025-10-16 | 0.29552 |
| 2025-10-23 | 0.29238 |
| 2025-10-30 | 0.28995 |
| 2025-11-06 | 0.28743 |
| 2025-11-13 | 0.28920 |
| 2025-11-20 | 0.29019 |
| 2025-11-27 | 0.29148 |
| 2025-12-04 | 0.29037 |
| 2025-12-11 | 0.29957 |
| 2025-12-18 | 0.30816 |
| 2025-12-25 | 0.30809 |
| 2026-01-01 | 0.30622 |
| 2026-01-08 | 0.29949 |
| 2026-01-15 | 0.30253 |
| 2026-01-22 | 0.30398 |
| 2026-01-29 | 0.30211 |
| 2026-02-05 | 0.30256 |
| 2026-02-12 | 0.30138 |
| 2026-02-19 | 0.30292 |
| 2026-02-26 | 0.29841 |
| 2026-03-05 | 0.29763 |
| 2026-03-12 | 0.29144 |
| 2026-03-19 | 0.29572 |
| 2026-03-26 | 0.29389 |
| 2026-04-02 | 0.28885 |
| 2026-04-09 | 0.29245 |
| 2026-04-16 | 0.28885 |
| 2026-04-23 | 0.28602 |
| 2026-04-30 | 0.28439 |
| 2026-05-07 | 0.28581 |
| 2026-05-14 | 0.29055 |
| 2026-05-21 | 0.28885 |
| 2026-05-28 | 0.29172 |
| 2026-06-04 | 0.29304 |
| 2026-06-12 | 0.29651 |
| 2026-06-19 | 0.29766 |
| 2026-06-26 | 0.29550 |
| 2026-07-03 | 0.29782 |
| 2026-07-10 | 0.29203 |
| 2026-07-17 | 0.29260 |
| 2026-07-24 | 0.29077 |
| 2026-07-31 | 0.29119 |
| 2026-08-07 | 0.29728 |
| 2026-08-14 | 0.30455 |
| 2026-08-21 | 0.30612 |
| 2026-08-28 | 0.30470 |
| 2026-09-04 | 0.30247 |
| 2026-09-11 | 0.30104 |
| 2026-09-18 | 0.29899 |
| 2026-09-25 | 0.29302 |
High
0.30816
Low
0.28439
Average
0.29547
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=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¤cies=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.