Add 2026 Future EUREX, CFE and ICE Holidays #9183
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add 2026 EUREX, CFE and ICE holidays and early closes. Unfortunately, SGX has not yet published their whole holiday calendar for 2026, there is just info for New Year Holiday 2026(https://www.sgx.com/trading). The info for the other exchanges was extracted from:
Furthermore, for some ICE Future entries there were dates already present in their generic entry (Future-ice-[*]), so those dates were removed
Related Issue
n/a
Motivation and Context
With this change the MHDB will keep updated
Requires Documentation Change
n/a
How Has This Been Tested?
I used the same python module (https://github.com/Marinovsky/LEAN-MHDB) I've been using to automatically add the holidays, early closes and late opens given a json file with the dates. Still, for some entries I add their holidays manually since their holiday list was not sorted (they have a kind of order but is not consistent in all dates). Here is the json file with the changes applied (as well as the changes for the CME futures)
changes.json
Types of changes
Checklist:
bug-<issue#>-<description>orfeature-<issue#>-<description>