Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions holidays/financial/ny_stock_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,5 @@ class NewYorkStockExchangeStaticHolidays:
(OCT, 30, "Hurricane Sandy"),
),
2018: (DEC, 5, "Day of Mourning for President George H.W. Bush"),
2025: (JAN, 9, "Day of Mourning for President Jimmy Carter"),
}
1 change: 1 addition & 0 deletions snapshots/financial/XNYS.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@
"2024-11-28": "Thanksgiving Day",
"2024-12-25": "Christmas Day",
"2025-01-01": "New Year's Day",
"2025-01-09": "Day of Mourning for President Jimmy Carter",
"2025-01-20": "Martin Luther King Jr. Day",
"2025-02-17": "Washington's Birthday",
"2025-04-18": "Good Friday",
Expand Down
1 change: 1 addition & 0 deletions tests/financial/test_ny_stock_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ def test_special_holidays(self):
date(2012, OCT, 29), # Hurricane Sandy
date(2012, OCT, 30), # Hurricane Sandy
date(2018, DEC, 5), # Day of Mourning for President George H.W. Bush
date(2025, JAN, 9), # Day of Mourning for President Jimmy Carter
]

def _make_special_holiday_list(begin, end, days=None, weekends=False):
Expand Down
Loading