Skip to content

Commit

Permalink
Add Luxembourg stock exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Jan 14, 2025
1 parent c7de160 commit 4f04c51
Show file tree
Hide file tree
Showing 2 changed files with 6,620 additions and 6,620 deletions.
2 changes: 1 addition & 1 deletion exchange_calendars/exchange_calendar_xlux.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class XLUXExchangeCalendar(ExchangeCalendar):
name = "XLUX" # Luxembourg Stock Exchange
tz = ZoneInfo("Europe/Luxembourg")
open_times = ((None, time(9, 0)),)
close_times = ((None, time(17, 30)),)
close_times = ((None, time(17, 40)),)
regular_early_close = time(14, 5)

@property
Expand Down
Loading

0 comments on commit 4f04c51

Please sign in to comment.