USD to MXN exchange rate API
US Dollar to Mexican Peso · quoted 2026-09-25
17.7483
▼ +3.77% over 1Y
1 USD = 17.7483 MXN · 1 MXN = 0.05634 USD · Get this rate via the API
1 USD buys 17.7483 MXN as of 2026-09-25, so 1 MXN buys 0.05634 USD. Over the last year, USD/MXN traded between 16.9435 and 18.5995, averaged 17.6576 and fell 3.77%. 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 1Y: show the values
| Point | USD/MXN |
|---|---|
| 2025-09-25 | 18.4438 |
| 2025-10-02 | 18.3705 |
| 2025-10-09 | 18.3174 |
| 2025-10-16 | 18.4351 |
| 2025-10-23 | 18.4197 |
| 2025-10-30 | 18.5995 |
| 2025-11-06 | 18.5729 |
| 2025-11-13 | 18.2677 |
| 2025-11-20 | 18.3713 |
| 2025-11-27 | 18.3466 |
| 2025-12-04 | 18.2710 |
| 2025-12-11 | 18.1776 |
| 2025-12-18 | 18.0020 |
| 2025-12-25 | 17.9268 |
| 2026-01-01 | 18.0059 |
| 2026-01-08 | 17.9639 |
| 2026-01-15 | 17.7887 |
| 2026-01-22 | 17.4849 |
| 2026-01-29 | 17.1508 |
| 2026-02-05 | 17.3853 |
| 2026-02-12 | 17.1748 |
| 2026-02-19 | 17.2795 |
| 2026-02-26 | 17.1767 |
| 2026-03-05 | 17.6338 |
| 2026-03-12 | 17.7125 |
| 2026-03-19 | 17.9178 |
| 2026-03-26 | 17.8181 |
| 2026-04-02 | 17.9392 |
| 2026-04-09 | 17.4359 |
| 2026-04-16 | 17.2693 |
| 2026-04-23 | 17.3516 |
| 2026-04-30 | 17.5161 |
| 2026-05-07 | 17.2025 |
| 2026-05-14 | 17.1983 |
| 2026-05-21 | 17.3512 |
| 2026-05-28 | 17.3885 |
| 2026-06-04 | 17.2828 |
| 2026-06-11 | 17.3921 |
| 2026-06-18 | 17.3914 |
| 2026-06-25 | 17.6389 |
| 2026-07-02 | 17.5588 |
| 2026-07-09 | 17.5502 |
| 2026-07-16 | 17.4264 |
| 2026-07-23 | 17.4601 |
| 2026-07-30 | 17.4001 |
| 2026-08-06 | 17.2515 |
| 2026-08-13 | 17.0534 |
| 2026-08-20 | 16.9906 |
| 2026-08-27 | 16.9732 |
| 2026-09-03 | 17.0119 |
| 2026-09-10 | 16.9435 |
| 2026-09-17 | 17.1881 |
| 2026-09-24 | 17.5841 |
High
18.5995
Low
16.9435
Average
17.6576
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.