It seems like the only authoritative source on UK Bank Holidays is gov.uk e.g. it will include substitute days when Christmas Day is on a weekend.
You can use curl and jq to save the dates to csv:
curl 'https://www.gov.uk/bank-holidays.json' | jq -r '["title","date"] , (.[].events[] | [.title,.date]) | @csv' > uk_bank_holidays.csv
Top comments (1)
Hello!
I am interested in discussing a project with you.
Get in touch with me at [ holzwilmer@g mail.com ] for more details.