USD to MXN exchange rate API
US Dollar to Mexican Peso · quoted 2026-09-25
17.7599
▲ +4.90% over 30D
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 last 30 days, USD/MXN traded between 16.8870 and 17.7599, averaged 17.1068 and rose 4.90%. 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 30D: show the values
| Point | USD/MXN |
|---|---|
| 2026-08-26 | 16.9309 |
| 2026-08-27 | 16.9732 |
| 2026-08-28 | 16.9481 |
| 2026-08-29 | 17.0345 |
| 2026-08-30 | 17.0348 |
| 2026-08-31 | 17.0083 |
| 2026-09-01 | 17.0009 |
| 2026-09-02 | 17.0008 |
| 2026-09-03 | 17.0119 |
| 2026-09-04 | 16.8991 |
| 2026-09-05 | 16.8870 |
| 2026-09-06 | 16.8886 |
| 2026-09-07 | 16.9121 |
| 2026-09-08 | 16.9510 |
| 2026-09-09 | 16.9025 |
| 2026-09-10 | 16.9435 |
| 2026-09-11 | 16.9771 |
| 2026-09-12 | 16.9727 |
| 2026-09-13 | 16.9784 |
| 2026-09-14 | 17.0721 |
| 2026-09-15 | 17.1568 |
| 2026-09-16 | 17.1382 |
| 2026-09-17 | 17.1881 |
| 2026-09-18 | 17.1776 |
| 2026-09-19 | 17.2316 |
| 2026-09-20 | 17.2248 |
| 2026-09-21 | 17.1917 |
| 2026-09-22 | 17.2491 |
| 2026-09-23 | 17.4392 |
| 2026-09-24 | 17.5841 |
| 2026-09-25 | 17.7494 |
High
17.7599
Low
16.8870
Average
17.1068
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.