DEV Community

Ahmed
Ahmed

Posted on

UK Bank Holidays

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

Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
holzwilmer profile image
Wilmer

Hello!
I am interested in discussing a project with you.
Get in touch with me at [ holzwilmer@g mail.com ] for more details.