USD/MXN Exchange Rate History: Peso per Dollar Since 1993
USD/MXN exchange rate history (peso per dollar) — Federal Reserve H.10 via FRED, daily since 1993. From the 1994 Tequila crisis to the recent 'super peso'. CSV and Excel, free.
The Mexican peso is one of the most liquid emerging-market currencies and a favourite carry-trade vehicle, tied closely to the US economy and to oil. This dataset tracks the Federal Reserve H.10 rate, expressed as Mexican pesos per US dollar, distributed via FRED under the code DEXMXUS, with daily coverage since 1993. A higher number means a stronger dollar and a weaker peso.
Dataset: USD/MXN Exchange Rate (1993–2026) · Updated 2026-05-29
Loading FRED data…
Source: Federal Reserve Board · H.10 Foreign Exchange Rates (via FRED)
Macro Takeaway
USD/MXN trades on the US-Mexico link — trade integration, remittances, oil, and the interest-rate gap — which makes the peso unusually liquid and sensitive to US politics. It is a core EM component of the broad dollar complex.
The defining shock was the December 1994 Tequila crisis, which roughly halved the peso’s value and triggered an IMF-led rescue. More recently, high carry and nearshoring made the peso a standout ‘super peso’ before political and tariff worries reversed some gains. It moves with other EM currencies such as USD/BRL.
Dataset Overview
| Indicator | USD/MXN Exchange Rate (1993–2026) |
|---|---|
| Quotation | MXN per USD — Mexican pesos per US dollar; a higher value means a stronger dollar and a weaker peso |
| Geography | Mexico / United States |
| Frequency | Daily (business days) |
| Period | 1993–2026 |
| Variables | Date, exchange rate (MXN per USD) |
| Format | CSV, Excel (XLSX) |
| Sources | Federal Reserve Board — H.10 Foreign Exchange Rates (FRED series DEXMXUS) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns. Each row represents one business day.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation date (business day) |
usd_mxn | Float | USD/MXN exchange rate, MXN per USD |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats — daily observations spanning 1993–2026.
FRED Direct CSV Access
The underlying data is published in the Federal Reserve Economic Data (FRED) database under the series code DEXMXUS, sourced from the Federal Reserve Board’s H.10 release:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=DEXMXUS
The Eco3min dataset mirrors the same daily series, packaged in a stable, versionable CSV with consistent column names — designed for direct ingestion in Python, R, or any data pipeline. The URL never changes, making it suitable for automated scripts.
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/usd-mxn-exchange-rate.csv
This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.
Using the Dataset in Python
import pandas as pd url = "https://eco3min.fr/dataset/usd-mxn-exchange-rate.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["usd_mxn"].describe()) df.plot(x="date", y="usd_mxn", title="USD/MXN Exchange Rate", legend=False)
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/usd-mxn-exchange-rate.csv" df <- read_csv(url) head(df) summary(df$usd_mxn)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
The Federal Reserve reports the Mexican pesos per US dollar noon rate in its H.10 release; the series begins in 1993, with the introduction of the new peso.
The Federal Reserve publishes these rates daily in its H.10 release. Values are indicative noon or end-of-day rates, not transactable quotes, and there are no observations on weekends or US holidays. The series begins in 1993.
This dataset is updated via an automated pull from the FRED API (series DEXMXUS) by an Eco3min pipeline running on GitHub Actions, which regenerates the cleaned CSV and Excel files and refreshes the page metadata.
Data Quality & Provider Notes
The Federal Reserve H.10 rates are a standard, widely cited reference for bilateral exchange rates. A few provider-specific points matter when using this series.
- Indicative, not transactable. H.10 rates are reference rates collected at a set time of day. They will differ from the bid/ask a trader actually deals on, and from other fixings (ECB, WM/Refinitiv 4pm London).
- Gaps on non-business days. There are no observations on weekends or US public holidays, so the series is not strictly continuous in calendar time.
- Bilateral, not trade-weighted. This is a single currency pair. It is not the broad, trade-weighted dollar index, which aggregates many bilateral rates.
- Discontinued or restated quotes. The Federal Reserve has occasionally changed how a rate is reported; treat very long histories as broadly consistent rather than methodologically identical throughout.
Common Pitfalls When Using This Series
- Reading the quotation direction backwards. This series is Mexican pesos per US dollar, so the number rises when the dollar strengthens and falls when the peso strengthens. Mexico redenominated to the ‘new peso’ in 1993 (dropping three zeros), so this series is not comparable to pre-1993 peso quotes. Getting the direction wrong inverts every move and every regime described below.
- Treating gaps as missing data. Weekends and holidays have no H.10 observation; this is by design, not a data error. Resample carefully before computing returns.
- Confusing a bilateral rate with the dollar’s overall strength. One pair can move on currency-specific news while the broad, trade-weighted dollar barely moves, and vice versa.
Historical Regimes
1993–1994 — New peso and Tequila crisis. Mexico introduced the ‘new peso’ in 1993; the December 1994 Tequila crisis then roughly halved its value.
1995–2008 — Stabilisation. After an IMF-led rescue, the peso stabilised and traded in a relatively orderly range.
2008–2016 — Crisis and oil. The 2008 crisis and the 2014-2016 oil slump, Mexico being an oil exporter, weakened the peso.
2016–2020 — Trade-policy volatility. NAFTA renegotiation and US trade rhetoric drove sharp swings.
2021–2026 — ‘Super peso’ and reversal. Nearshoring and high carry made the peso a standout performer before political and tariff worries reversed some gains.
Related Macroeconomic Datasets
- USD/CNY (Yuan) — the managed Chinese yuan
- USD/INR (Rupee) — the Indian rupee
- USD/BRL (Real) — the Brazilian real
- USD/ZAR (Rand) — the South African rand, an EM risk proxy
- US Dollar Index (Broad) — the trade-weighted dollar these EM rates trade against
Emerging Markets Hub
This dataset is part of the Eco3min repository of exchange rates and policy rates for the major emerging-market economies, all sourced from the Federal Reserve and the OECD via FRED.
Explore the Emerging Markets Hub
Sources
- Federal Reserve Board — H.10 Foreign Exchange Rates, USD/MXN
- Federal Reserve Bank of St. Louis — FRED database, series DEXMXUS
- Federal Reserve H.10 noon rate, New York — basis underlying the FRED series
Dataset Reference
Last updated — 3 June 2026
Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.
