{
  "country": "China",
  "code": "CN",
  "year": 2024,
  "scope": "national",
  "weekend": [
    5,
    6
  ],
  "weekend_days": [
    "Saturday",
    "Sunday"
  ],
  "summary": {
    "public_holidays": 19,
    "observed_days": 2,
    "holiday_dates": 21,
    "holidays_on_weekdays": 19,
    "holidays_on_weekends": 2,
    "working_days": 251,
    "weekend_days": 96,
    "calendar_days": 366
  },
  "holidays": [
    {
      "date": "2024-01-01",
      "name": "New Year's Day",
      "weekday": "Monday"
    },
    {
      "date": "2024-02-10",
      "name": "Chinese New Year (Spring Festival)",
      "weekday": "Saturday"
    },
    {
      "date": "2024-02-11",
      "name": "Chinese New Year (Spring Festival)",
      "weekday": "Sunday"
    },
    {
      "date": "2024-02-12",
      "name": "Chinese New Year (Spring Festival)",
      "weekday": "Monday"
    },
    {
      "date": "2024-02-13",
      "name": "Chinese New Year (Spring Festival)",
      "weekday": "Tuesday",
      "observed": true
    },
    {
      "date": "2024-02-14",
      "name": "Chinese New Year (Spring Festival)",
      "weekday": "Wednesday",
      "observed": true
    },
    {
      "date": "2024-02-15",
      "name": "Day off (substituted from 02/04/2024)",
      "weekday": "Thursday"
    },
    {
      "date": "2024-02-16",
      "name": "Day off (substituted from 02/18/2024)",
      "weekday": "Friday"
    },
    {
      "date": "2024-04-04",
      "name": "Tomb-Sweeping Day",
      "weekday": "Thursday"
    },
    {
      "date": "2024-04-05",
      "name": "Day off (substituted from 04/07/2024)",
      "weekday": "Friday"
    },
    {
      "date": "2024-05-01",
      "name": "Labor Day",
      "weekday": "Wednesday"
    },
    {
      "date": "2024-05-02",
      "name": "Day off (substituted from 04/28/2024)",
      "weekday": "Thursday"
    },
    {
      "date": "2024-05-03",
      "name": "Day off (substituted from 05/11/2024)",
      "weekday": "Friday"
    },
    {
      "date": "2024-06-10",
      "name": "Dragon Boat Festival",
      "weekday": "Monday"
    },
    {
      "date": "2024-09-16",
      "name": "Day off (substituted from 09/14/2024)",
      "weekday": "Monday"
    },
    {
      "date": "2024-09-17",
      "name": "Mid-Autumn Festival",
      "weekday": "Tuesday"
    },
    {
      "date": "2024-10-01",
      "name": "National Day",
      "weekday": "Tuesday"
    },
    {
      "date": "2024-10-02",
      "name": "National Day",
      "weekday": "Wednesday"
    },
    {
      "date": "2024-10-03",
      "name": "National Day",
      "weekday": "Thursday"
    },
    {
      "date": "2024-10-04",
      "name": "Day off (substituted from 09/29/2024)",
      "weekday": "Friday"
    },
    {
      "date": "2024-10-07",
      "name": "Day off (substituted from 10/12/2024)",
      "weekday": "Monday"
    }
  ],
  "working_days_by_month": [
    {
      "month": 1,
      "name": "January",
      "calendar_days": 31,
      "weekend_days": 8,
      "holidays_on_weekdays": 1,
      "working_days": 22
    },
    {
      "month": 2,
      "name": "February",
      "calendar_days": 29,
      "weekend_days": 6,
      "holidays_on_weekdays": 5,
      "working_days": 18
    },
    {
      "month": 3,
      "name": "March",
      "calendar_days": 31,
      "weekend_days": 10,
      "holidays_on_weekdays": 0,
      "working_days": 21
    },
    {
      "month": 4,
      "name": "April",
      "calendar_days": 30,
      "weekend_days": 6,
      "holidays_on_weekdays": 2,
      "working_days": 22
    },
    {
      "month": 5,
      "name": "May",
      "calendar_days": 31,
      "weekend_days": 7,
      "holidays_on_weekdays": 3,
      "working_days": 21
    },
    {
      "month": 6,
      "name": "June",
      "calendar_days": 30,
      "weekend_days": 10,
      "holidays_on_weekdays": 1,
      "working_days": 19
    },
    {
      "month": 7,
      "name": "July",
      "calendar_days": 31,
      "weekend_days": 8,
      "holidays_on_weekdays": 0,
      "working_days": 23
    },
    {
      "month": 8,
      "name": "August",
      "calendar_days": 31,
      "weekend_days": 9,
      "holidays_on_weekdays": 0,
      "working_days": 22
    },
    {
      "month": 9,
      "name": "September",
      "calendar_days": 30,
      "weekend_days": 7,
      "holidays_on_weekdays": 2,
      "working_days": 21
    },
    {
      "month": 10,
      "name": "October",
      "calendar_days": 31,
      "weekend_days": 7,
      "holidays_on_weekdays": 5,
      "working_days": 19
    },
    {
      "month": 11,
      "name": "November",
      "calendar_days": 30,
      "weekend_days": 9,
      "holidays_on_weekdays": 0,
      "working_days": 21
    },
    {
      "month": 12,
      "name": "December",
      "calendar_days": 31,
      "weekend_days": 9,
      "holidays_on_weekdays": 0,
      "working_days": 22
    }
  ],
  "long_weekends": [
    {
      "start": "2023-12-30",
      "end": "2024-01-01",
      "days": 3,
      "holidays": [
        "New Year's Day"
      ]
    },
    {
      "start": "2024-02-10",
      "end": "2024-02-17",
      "days": 8,
      "holidays": [
        "Chinese New Year (Spring Festival)",
        "Day off (substituted from 02/04/2024)",
        "Day off (substituted from 02/18/2024)"
      ]
    },
    {
      "start": "2024-04-04",
      "end": "2024-04-06",
      "days": 3,
      "holidays": [
        "Tomb-Sweeping Day",
        "Day off (substituted from 04/07/2024)"
      ]
    },
    {
      "start": "2024-05-01",
      "end": "2024-05-05",
      "days": 5,
      "holidays": [
        "Labor Day",
        "Day off (substituted from 04/28/2024)",
        "Day off (substituted from 05/11/2024)"
      ]
    },
    {
      "start": "2024-06-08",
      "end": "2024-06-10",
      "days": 3,
      "holidays": [
        "Dragon Boat Festival"
      ]
    },
    {
      "start": "2024-09-15",
      "end": "2024-09-17",
      "days": 3,
      "holidays": [
        "Day off (substituted from 09/14/2024)",
        "Mid-Autumn Festival"
      ]
    },
    {
      "start": "2024-10-01",
      "end": "2024-10-07",
      "days": 7,
      "holidays": [
        "National Day",
        "Day off (substituted from 09/29/2024)",
        "Day off (substituted from 10/12/2024)"
      ]
    }
  ],
  "bridge_days": [],
  "working_weekend_days": [
    "2024-02-04",
    "2024-02-18",
    "2024-04-07",
    "2024-04-28",
    "2024-05-11",
    "2024-09-14",
    "2024-09-29",
    "2024-10-12"
  ],
  "note": "China moves weekend days to build longer breaks around the Spring Festival and National Day. The Saturdays and Sundays that become official working days are listed on the page and counted as working days; the arrangement for each year is announced by the State Council in November or December of the previous year.",
  "license": "CC BY 4.0",
  "source": "OpenWorkdays, generated from python-holidays",
  "dataset": "holidays 0.103",
  "url": "https://openworkdays.com/china/2024/",
  "generated": "2026-09-04"
}
