gives a list of countries with available holiday calendars.
HolidayCalendarData[country]
gives available holiday calendars for the stock exchanges in the specified country.
HolidayCalendarData
gives a list of countries with available holiday calendars.
HolidayCalendarData[country]
gives available holiday calendars for the stock exchanges in the specified country.
Details
- HolidayCalendarData is typically used to find holiday schedules for countries at a national level, as well as for their financial markets.
- HolidayCalendarData[country] returns the list of available holiday calendars for the given country entity.
- The national holiday calendar is always identified as "Default". Other holiday calendars will refer to specific financial markets within the specified country.
- HolidayCalendarData["country"] is equivalent to HolidayCalendarData[Entity["Country",country]]
- The holiday calendar of a given country is specified using the "Country" entity of the country.
Examples
open all close allBasic Examples (2)
Scope (2)
HolidayCalendarData["France"] == HolidayCalendarData[Entity["Country", "France"]]HolidayCalendarData["Sweden"]Properties & Relations (3)
HolidayCalendarData provides the list of available holiday calendars that can be specified by the HolidayCalendar option in various date functions:
HolidayCalendarData[]DayMatchQ[DateObject[{2025, 7, 4}, "Day"], "Holiday", HolidayCalendar -> Entity["Country", "Argentina"]]Market-specific schedules are represented by the form {country,exchange}:
HolidayCalendarData[Entity["Country", "UnitedStates"]]DayRange[CurrentDate["Year"], NextDate["Year"], "Holiday", HolidayCalendar -> {"UnitedStates", "NYSE"}]HolidayCalendarData[] is equivalent to CalendarData["HolidayCalendar"]:
HolidayCalendarData[] == CalendarData["HolidayCalendar"]History
Introduced in 2025 (14.3)
Text
Wolfram Research (2025), HolidayCalendarData, Wolfram Language function, https://reference.wolfram.com/language/ref/HolidayCalendarData.html.
CMS
Wolfram Language. 2025. "HolidayCalendarData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/HolidayCalendarData.html.
APA
Wolfram Language. (2025). HolidayCalendarData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/HolidayCalendarData.html
BibTeX
@misc{reference.wolfram_2026_holidaycalendardata, author="Wolfram Research", title="{HolidayCalendarData}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/HolidayCalendarData.html}", note=[Accessed: 16-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_holidaycalendardata, organization={Wolfram Research}, title={HolidayCalendarData}, year={2025}, url={https://reference.wolfram.com/language/ref/HolidayCalendarData.html}, note=[Accessed: 16-June-2026]}