Package: bizdays 1.0.17

bizdays: Business Days Calculations and Utilities

Business days calculations based on a list of holidays and nonworking weekdays. Quite useful for fixed income and derivatives pricing.

Authors:Wilson Freitas [aut, cre]

bizdays_1.0.17.tar.gz
bizdays_1.0.17.zip(r-4.7)bizdays_1.0.17.zip(r-4.6)bizdays_1.0.17.zip(r-4.5)
bizdays_1.0.17.tgz(r-4.6-any)bizdays_1.0.17.tgz(r-4.5-any)
bizdays_1.0.17.tar.gz(r-4.7-any)bizdays_1.0.17.tar.gz(r-4.6-any)
bizdays_1.0.17.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
bizdays/json (API)
NEWS

# Install 'bizdays' in R:
install.packages('bizdays', repos = c('https://wilsonfreitas.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/wilsonfreitas/r-bizdays/issues

On CRAN:

Conda:

bizdaysbusiness-dayscalendarholidaysmarket-calendar

9.77 score 57 stars 3 packages 368 scripts 7.0k downloads 27 exports 1 dependencies

Last updated from:8b6448f890. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK130
source / vignettesOK181
linux-release-x86_64OK150
macos-release-arm64OK82
macos-oldrel-arm64OK81
windows-develOK139
windows-releaseOK134
windows-oldrelOK130
wasm-releaseOK105

Exports:add.bizdaysadjust.nextadjust.noneadjust.previousbizdaysbizdays.optionsbizdaysebizdiffbizseqcalendarscreate.calendarfollowinggetbizdaysgetdatehas_calendarsholidaysis.bizdayload_builtin_calendarsload_calendarload_quantlib_calendarsload_rmetrics_calendarsmodified.followingmodified.precedingoffsetprecedingremove_calendarssave_calendar

Dependencies:jsonlite

Creating Calendars

Rendered fromCreating_Calendars.Rmdusingknitr::rmarkdownon May 23 2026.

Last update: 2022-05-03
Started: 2016-09-03

Financial and non financial calendars

Rendered fromFinancial_and_non_financial.Rmdusingknitr::rmarkdownon May 23 2026.

Last update: 2018-03-24
Started: 2018-03-24

Introduction to bizdays

Rendered frombizdays.Rmdusingknitr::rmarkdownon May 23 2026.

Last update: 2022-03-20
Started: 2022-03-20

Readme and manuals

Help Manual

Help pageTopics
Business Days Calculations and Utilitiesbizdays-package
Adjusts the given dates to the next/previous business dayadjust.date adjust.next adjust.none adjust.previous following modified.following modified.preceding preceding
Computes business days between two dates.bizdays
bizdays' optionsbizdays.options
Business days and current days equivalencebizdayse
Compute the amount of business days between datesbizdiff
Create a sequence of business daysbizseq
Calendar's holidays and weekdayscalendar-holidays-weekdays holidays holidays.Calendar holidays.character holidays.default weekdays.Calendar weekdays.character weekdays.default
Import and export calendarscalendar-import-export load_calendar save_calendar
Calendars registercalendar-register calendars has_calendars remove_calendars
Creates calendarscreate.calendar
Obtaining business days using other dates (or month or year) as referencegetbizdays
Obtaining dates using other dates (or month or year) as referencegetdate
Checks if the given dates are business days.is.bizday
Load builtin calendarsload_builtin_calendars
Offsets the given 'dates' by 'n' business daysadd.bizdays offset
Calendars from other packagesload_quantlib_calendars load_rmetrics_calendars other-calendars