powered by
This function retrieves IPO calendar data from Investing.com for a specified date range
getIPO(from = Sys.Date() - 10, to = Sys.Date())
A data frame containing IPO calendar data for the specified date range.
The start date of the date range in YYYY-MM-DD format. Default is the current date minus 10 days.
The end date of the date range in YYYY-MM-DD format. Default is the current date.
Vyacheslav Arbuzov
getIPO(from=Sys.Date(),to=Sys.Date()+3)
Run the code above in your browser using DataLab