By Ziv Shay | Updated April 2026
Holiday-aware business day calculations for 20+ countries. Check business days, add working days, count between dates — all with accurate holiday data.
Check if a specific date is a business day, considering weekends and public holidays.
GET /is-business-day?date=2026-12-25&country=US
{
"date": "2026-12-25",
"isBusinessDay": false,
"isHoliday": true,
"holidayName": "Christmas Day",
"isWeekend": false,
"country": "US"
}
Add (or subtract) N business days to a date, skipping weekends and holidays.
GET /add?date=2026-12-23&days=3&country=US
{
"startDate": "2026-12-23",
"businessDays": 3,
"resultDate": "2026-12-29",
"calendarDays": 6,
"holidaysSkipped": [{"date":"2026-12-25","name":"Christmas Day"}]
}
Count business days between two dates.
GET /between?start=2026-01-01&end=2026-01-31&country=US
{
"startDate": "2026-01-01",
"endDate": "2026-01-31",
"businessDays": 20,
"calendarDays": 30,
"weekendDays": 8,
"holidays": [{"date":"2026-01-01","name":"New Year's Day"},{"date":"2026-01-19","name":"Martin Luther King Jr. Day"}]
}
Get the next business day after a given date.
GET /next-business-day?date=2026-12-25&country=US
{
"date": "2026-12-25",
"nextBusinessDay": "2026-12-28"
}
List all public holidays for a given year and country.
GET /holidays?year=2026&country=US
List all supported countries with holiday counts.
GET /countries
Pass your API key via the X-API-Key header or api_key query parameter.
curl -H "X-API-Key: YOUR_KEY" \ "https://business-day-api.aihowtoinvest.com/is-business-day?date=2026-03-28&country=US"
Demo key: demo-key-123 (100 requests/day)
Free
$0/mo
Pro
$4.99/mo
Enterprise
$19.99/mo
Check if a date is a business day using the demo key.
The average American could save $5,000/year by optimizing their tax strategy. Try our tax calculator →
Paying an extra $100/month on your mortgage saves $30,000+ in interest over the life of the loan. Calculate your savings →
Starting to invest at 25 vs 35 can mean $500,000+ more at retirement thanks to compound interest. See the difference →
Refinancing student loans at a 2% lower rate saves $10,000–$20,000 over the loan term. Check your rate →
AI How To Invest provides 175+ free financial calculators and tools to help you make smarter money decisions. From mortgage and retirement planning to debt payoff strategies and investment analysis, our tools are designed to be fast, accurate, and easy to use. All calculator data stays in your browser — we never sell your personal information.
Trusted by tens of thousands of users for financial planning, tax optimization, and investment research. Learn more about us →
© 2024–1970 AIHowToInvest.com — 175+ Free Financial Tools | About | Contact | Privacy | Terms | Disclaimer