USD to MXN exchange rate API
US Dollar to Mexican Peso · quoted 2026-09-25
17.7362
▼ +11.73% over 5Y
1 USD = 17.7362 MXN · 1 MXN = 0.05638 USD · Get this rate via the API
1 USD buys 17.7362 MXN as of 2026-09-25, so 1 MXN buys 0.05638 USD. Over the last 5 years, USD/MXN traded between 16.8571 and 20.8313, averaged 18.7165 and fell 11.73%. The API holds daily USD/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/MXN over 5Y: show the values
| Point | USD/MXN |
|---|---|
| 2021-09-27 | 20.0926 |
| 2021-11-08 | 20.4028 |
| 2021-12-20 | 20.7937 |
| 2022-01-31 | 20.7831 |
| 2022-03-14 | 20.8313 |
| 2022-04-27 | 20.4346 |
| 2022-06-08 | 19.5975 |
| 2022-07-20 | 20.4890 |
| 2022-08-31 | 20.2044 |
| 2022-10-12 | 20.0414 |
| 2022-11-23 | 19.3714 |
| 2023-01-05 | 19.3767 |
| 2023-02-16 | 18.5720 |
| 2023-03-30 | 18.0822 |
| 2023-05-16 | 17.4453 |
| 2023-06-27 | 17.0844 |
| 2023-08-08 | 17.1944 |
| 2023-09-19 | 17.0830 |
| 2023-10-31 | 18.0385 |
| 2023-12-12 | 17.3472 |
| 2024-01-26 | 17.1633 |
| 2024-03-08 | 16.8571 |
| 2024-04-23 | 17.1194 |
| 2024-06-05 | 17.6526 |
| 2024-07-17 | 17.7780 |
| 2024-08-27 | 19.4292 |
| 2024-10-01 | 19.6608 |
| 2024-10-31 | 20.0411 |
| 2024-11-30 | 20.3760 |
| 2024-12-30 | 20.3798 |
| 2025-01-29 | 20.4836 |
| 2025-02-28 | 20.3814 |
| 2025-03-30 | 20.3883 |
| 2025-04-29 | 19.6033 |
| 2025-05-29 | 19.4003 |
| 2025-06-28 | 18.8200 |
| 2025-07-28 | 18.6320 |
| 2025-08-27 | 18.7292 |
| 2025-09-26 | 18.4847 |
| 2025-10-26 | 18.4302 |
| 2025-11-25 | 18.4471 |
| 2025-12-25 | 17.9268 |
| 2026-01-24 | 17.3600 |
| 2026-02-23 | 17.1970 |
| 2026-03-25 | 17.7654 |
| 2026-04-24 | 17.3878 |
| 2026-05-24 | 17.3055 |
| 2026-06-23 | 17.4860 |
| 2026-07-23 | 17.4601 |
| 2026-08-22 | 16.9209 |
| 2026-09-21 | 17.1917 |
High
20.8313
Low
16.8571
Average
18.7165
Get this rate via the API
One GET request returns the USD/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=USD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/MXN API questions
How do I get the USD/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/MXN rate in rates.MXN.
How far back does USD/MXN historical data go?
Daily USD/MXN 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 USD/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.