Global Public Holidays Checker
Use when an agent needs to adjust delivery timelines or bank operation windows.
Call
POST https://bizintel-api.hahavoid0.workers.dev/geography/public-holidays
{
"country_code": "US",
"year": 2026
}AgentCash command
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/geography/public-holidays -m POST -b '{"country_code":"US","year":2026}'Not for
Do not use for parsing local corporate vacation schedules.