Bank Holidays in Mexico
Bank holidays in Mexico (días inhábiles bancarios) are published each year by the Comisión Nacional Bancaria y de Valores (CNBV). The schedule includes Año Nuevo, Día de la Constitución, Natalicio de Benito Juárez, Maundy Thursday and Good Friday, Día del Trabajo, Día de la Independencia, Día de la Revolución, Day of the Virgin of Guadalupe, and Christmas. The Holidays API returns Mexican bank holiday data for any year.
The Mexico Bank Holidays API allows you to:
- List every Mexican bank holiday for a given year
- Pull historical Mexico bank holiday calendars going back to 1980
- Build settlement, payroll and treasury calendars that respect Mexico financial closures
- Integrate Mexico banking holidays into trading, brokerage, or scheduling systems
From 2,430 users
Applications using this API
API Status
API Response Times
Average | P50 | P75 | P90 | P95 |
|---|---|---|---|---|
| 365ms | 399ms | 406ms | 733ms | 1213ms |
Didn't find what you were looking for? Suggest an improvement
Mexico Bank Holidays 2025
The table below lists the Mexico bank holidays for 2025. Use the API to retrieve the full list for any year between 1980 and 2050.
| Date | Day | Holiday |
|---|---|---|
2025-01-01 | Wednesday | Año Nuevo |
2025-02-03 | Monday | Día de la Constitución |
2025-03-17 | Monday | Natalicio de Benito Juárez |
2025-04-17 | Thursday | Maundy Thursday |
2025-04-18 | Friday | Good Friday |
2025-05-01 | Thursday | Día del Trabajo |
2025-09-16 | Tuesday | Día de la Independencia |
2025-11-17 | Monday | Día de la Revolución |
2025-12-12 | Friday | Day of the Virgin of Guadalupe |
2025-12-25 | Thursday | Christmas Day |
Sample 2025 schedule. Some dates — in particular religious dates that follow lunar or Coptic calendars — vary year to year. Call the live API for the authoritative list.
/v1/bankholidays GET
https://api.api-ninjas.com/v1/bankholidays?country=MX
Returns every bank holiday observed in Mexico for the specified year. Use the country ISO code MX to retrieve Mexico bank closures.
Parameters
countryrequiredCountry name or ISO 3166-2 country code. Use
MXfor Mexico.yearoptional premium onlyCalendar year between
1980and2050. Defaults to the current year.
Headers
X-Api-KeyrequiredAPI Key associated with your account.
Response
A JSON array of objects with the following fields, or an error if the request is unsuccessful.
nameName of the bank holiday.
dateDate in
YYYY-MM-DDformat.countryISO 3166 alpha-2 country code (e.g.
MX).yearYear of the bank holiday.
Sample Request Live Demo!
Try this API endpoint with all available parameters in our API playground
https://api.api-ninjas.com/v1/bankholidays?country=MXHeaders
X-Api-KeyLog in or sign up to get your API KeySample Response
Code Examples
1
2
curl -X GET "https://api.api-ninjas.com/v1/bankholidays?country=MX&year=2025" \
-H "X-Api-Key: YOUR_API_KEY"If your programming language is not listed above, you can still make API calls by using any HTTP request library and following the documentation above.
Bank Holidays in Other Countries
- Bank Holidays in India
- Bank Holidays in China
- Bank Holidays in United States
- Bank Holidays in Indonesia
- Bank Holidays in Pakistan
- Bank Holidays in Nigeria
- Bank Holidays in Brazil
- Bank Holidays in Bangladesh
- Bank Holidays in Russia
- Bank Holidays in Japan
- Bank Holidays in Ethiopia
- Bank Holidays in Philippines
- Bank Holidays in Egypt
- Bank Holidays in Vietnam