USD to MXN exchange rate API
US Dollar to Mexican Peso · quoted 2026-09-25
17.7599
▼ +1.18% over YTD
1 USD = 17.7599 MXN · 1 MXN = 0.05631 USD · Get this rate via the API
1 USD buys 17.7599 MXN as of 2026-09-25, so 1 MXN buys 0.05631 USD. Over the year to date, USD/MXN traded between 16.9025 and 17.9810, averaged 17.3937 and fell 1.18%. 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 YTD: show the values
| Point | USD/MXN |
|---|---|
| 2025-12-31 | 17.9728 |
| 2026-01-07 | 17.9810 |
| 2026-01-14 | 17.8112 |
| 2026-01-21 | 17.4781 |
| 2026-01-28 | 17.1549 |
| 2026-02-04 | 17.2426 |
| 2026-02-11 | 17.1794 |
| 2026-02-18 | 17.1135 |
| 2026-02-25 | 17.1486 |
| 2026-03-04 | 17.5479 |
| 2026-03-11 | 17.6499 |
| 2026-03-18 | 17.7341 |
| 2026-03-25 | 17.7654 |
| 2026-04-01 | 17.8533 |
| 2026-04-08 | 17.4010 |
| 2026-04-15 | 17.3055 |
| 2026-04-22 | 17.3193 |
| 2026-04-29 | 17.3988 |
| 2026-05-06 | 17.2604 |
| 2026-05-13 | 17.2236 |
| 2026-05-20 | 17.3683 |
| 2026-05-27 | 17.3192 |
| 2026-06-03 | 17.2910 |
| 2026-06-10 | 17.4788 |
| 2026-06-17 | 17.2105 |
| 2026-06-24 | 17.6197 |
| 2026-07-01 | 17.5341 |
| 2026-07-08 | 17.5752 |
| 2026-07-15 | 17.4303 |
| 2026-07-22 | 17.4235 |
| 2026-07-29 | 17.4755 |
| 2026-08-05 | 17.2120 |
| 2026-08-12 | 17.0614 |
| 2026-08-19 | 17.0365 |
| 2026-08-26 | 16.9309 |
| 2026-09-02 | 17.0008 |
| 2026-09-09 | 16.9025 |
| 2026-09-16 | 17.1382 |
| 2026-09-23 | 17.4392 |
High
17.9810
Low
16.9025
Average
17.3937
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.