Being able to retrieve an array of dates of upcoming market holidays would be helpful. I currently hardcode a table of holidays in my spreadsheet, but it would be nicer to populate it automatically.
I know the Market Status endpoint can be used to infer when holidays will occur by querying a huge range of future dates and picking out the weekdays when the market status is "closed", but that's awkward and inefficient.