Business Day Calculator API

Holiday-aware business day calculations for 20+ countries. Check business days, add working days, count between dates — all with accurate holiday data.

20+ Countries REST API Holiday Aware Fast & Reliable

Get API Key on RapidAPI

API Endpoints

GET /is-business-day

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"
}

GET /add

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"}]
}

GET /between

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 /next-business-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"
}

GET /holidays

List all public holidays for a given year and country.

GET /holidays?year=2026&country=US

GET /countries

List all supported countries with holiday counts.

GET /countries

Supported Countries

US - United States
GB - United Kingdom
CA - Canada
AU - Australia
DE - Germany
FR - France
JP - Japan
CN - China
IN - India
BR - Brazil
MX - Mexico
IL - Israel
IT - Italy
ES - Spain
NL - Netherlands
CH - Switzerland
SG - Singapore
HK - Hong Kong
KR - South Korea
SE - Sweden
NO - Norway

Authentication

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)

Pricing Plans

Free

$0/mo

  • 50 requests/day
  • All endpoints
  • Community support
POPULAR

Pro

$4.99/mo

  • Unlimited requests
  • 20+ countries
  • Priority support

Enterprise

$19.99/mo

  • Unlimited requests
  • Custom holidays
  • Dedicated support
  • SLA guarantee
Subscribe on RapidAPI

Try It Live

Check if a date is a business day using the demo key.

Use Cases

Popular Tools

Mortgage Calculator Car Insurance Tax Calculator Retirement Credit Score Compound Interest Debt Payoff Budget Tracker Salary Calculator Net Worth Social Security Rent vs Buy Invoice Generator Paycheck Calculator Refinance AI Detector
Our Sites: Tax Calculators Student Loans Financial Tools

© 2026 AIHowToInvest.com — 112+ Free Financial Tools

Buy me a coffee