DaysAPI
An API that will count business days including holidays for the US.
108 subscribers
1402 ms avg latency
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
DaysAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Business | ||
| GET |
business_days /business/days |
Calculate working days from given date with given number of days. The timezone is set to US/Eastern due to US banks operate only in that timezone. |
| GET |
business_delta /business/delta |
Given two dates. This endpoint will output the number of business days between them. Dates can be entered in any order. Please enter readable dates. Doesn't have to be ISO or RFC… |
| Calendar | ||
| GET |
difference_calendar /calendar/difference |
This endpoint takes in two dates and calculates the difference for you with the queries you enter. |
| GET |
is_weekend /calendar/is_weekend |
Endpoint will return True if date falls on the weekend, Saturday or Sunday. |
| GET |
is_weekday /calendar/is_weekday |
Endpoint will return True or False of date entered is a weekday. If date is a Saturday or Sunday, then `false` will be returned. |
| GET |
calendar_arithmetic /calendar/arithmetic |
This endpoint will take in a date number of years, months, days, hours, minutes, and seconds as query parameters and return the date with the addtion or subtraction produced from… |
| POST |
date_format /calendar/date_format |
Enter dates with the the format you'd want them returned in. You can enter text that contains the date(s) and this endpoint will try to parse out the date(s) and return a list of… |
DaysAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / second |
|
| PRO | $5 / month | 500 / second |
|
| ULTRA | $10 / month | 1000 / second |
|
| MEGA | $15 / month | — |
|