Datetime Package

Date

business_day_count(begin_dates, end_dates[, ...])

Determine the number of business days between begin_dates and end_dates

business_day_offset(dates, offsets[, roll, ...])

Apply offsets to the dates and move to the nearest business date

date_range(begin, end[, calendars, week_mask])

Construct a range of dates

is_business_day(dates[, calendars, week_mask])

Determine whether each date in dates is a business day

prev_business_date([dates, calendars, week_mask])

Returns the previous business date for a given date or date series, defaulting to today.

Point

point_sort_order(point[, ref_date])

Calculates a number that can be used to sort Mkt Points by it.

RelativeDate

RelativeDate(rule[, base_date])

RelativeDates are objects which provide utilities for getting dates given a relative date rule.