Skip to content

Commit 67de79e

Browse files
committed
XTKS: Add 2024 Vernal and Autumnal equinoxes
According to https://www.jpx.co.jp/english/corporate/about-jpx/calendar/index.html, https://www.timeanddate.com/holidays/japan/spring-equinox, and https://www.timeanddate.com/holidays/japan/autumn-equinox, in 2024 Vernal Equinox will happen on Mar. 20 (Wed.), and Autumnal Equinox will happen on Sep. 22 (Sun.)., observed on Sep. 23 (Mon.)
1 parent 74b3181 commit 67de79e

File tree

2 files changed

+225
-0
lines changed

2 files changed

+225
-0
lines changed

exchange_calendars/xtks_holidays.py

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def sunday_to_wednesday(dt):
9999
Timestamp("2021-03-20"),
100100
Timestamp("2022-03-21"),
101101
Timestamp("2023-03-21"),
102+
Timestamp("2024-03-20"),
102103
]
103104

104105
# The Golden Week holidays (late April - early May) are listed in reverse
@@ -263,6 +264,7 @@ def sunday_to_wednesday(dt):
263264
Timestamp("2021-09-23"),
264265
Timestamp("2022-09-23"),
265266
Timestamp("2023-09-23"),
267+
Timestamp("2024-09-23"),
266268
]
267269

268270
# If the Autumnal Equinox falls on a Wednesday, the Tuesday before

0 commit comments

Comments
 (0)