ipo_calendar: IPO Calendar

Description Usage Arguments Examples

View source: R/ipo_calendar.R

Description

Initial public offering calendar

Usage

1
2
3
4
5
ipo_calendar(
  from = lubridate::today(tz = finnhub_timezone) - 365,
  to = lubridate::today(tz = finnhub_timezone),
  ...
)

Arguments

from

Begin date

to

End date

Examples

1
2
3
ipo_calendar()
ipo_calendar(from = '2019-01-01', to = lubridate::today())
ipo_calendar()

threadingdata/finnhubr documentation built on Aug. 10, 2020, 12:48 a.m.