How to get market holidays in Python API

I know EIKON has "HOL" app, and Eikon Excel also can get market holidays.

Could you let me know how to download each countries' market holidays in Python API?


<sample>

holidays, err = ek.get_data(instruments=['US', 'JP'], fields=['TR.marketholiday'], parameters={'SDate': '2019-01-01', 'EDate': '2019-12-31'}

Best Answer

Answers