quantlib.time.calendars.japan.Japan.holiday_list

Japan.holiday_list(self, Date from_date, Date to_date, bool include_weekends=False)

Returns a list of holidays between two dates.

Parameters:
from_dateDate

The start date.

to_dateDate

The end date.

include_weekendsbool, optional

Whether to include weekends in the list of holidays.