Skip to content

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

USD/MXN over 1Y: show the values
PointUSD/MXN
2025-09-2518.4438
2025-10-0218.3705
2025-10-0918.3174
2025-10-1618.4351
2025-10-2318.4197
2025-10-3018.5995
2025-11-0618.5729
2025-11-1318.2677
2025-11-2018.3713
2025-11-2718.3466
2025-12-0418.2710
2025-12-1118.1776
2025-12-1818.0020
2025-12-2517.9268
2026-01-0118.0059
2026-01-0817.9639
2026-01-1517.7887
2026-01-2217.4849
2026-01-2917.1508
2026-02-0517.3853
2026-02-1217.1748
2026-02-1917.2795
2026-02-2617.1767
2026-03-0517.6338
2026-03-1217.7125
2026-03-1917.9178
2026-03-2617.8181
2026-04-0217.9392
2026-04-0917.4359
2026-04-1617.2693
2026-04-2317.3516
2026-04-3017.5161
2026-05-0717.2025
2026-05-1417.1983
2026-05-2117.3512
2026-05-2817.3885
2026-06-0417.2828
2026-06-1117.3921
2026-06-1817.3914
2026-06-2517.6389
2026-07-0217.5588
2026-07-0917.5502
2026-07-1617.4264
2026-07-2317.4601
2026-07-3017.4001
2026-08-0617.2515
2026-08-1317.0534
2026-08-2016.9906
2026-08-2716.9732
2026-09-0317.0119
2026-09-1016.9435
2026-09-1717.1881
2026-09-2417.5841

High

18.5995

Low

16.9435

Average

17.6576

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=MXN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.