Skip to content

Commit

Permalink
Merge branch 'vacanza:dev' into add-afghanistan
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateekshit73 authored Jan 1, 2025
2 parents 6601fe5 + 71d51f0 commit 766161a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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

0 comments on commit 766161a

Please sign in to comment.