getIPO {rusquant} | R Documentation |
This function retrieves IPO calendar data from Investing.com for a specified date range
getIPO(from = Sys.Date() - 10, to = Sys.Date())
from |
The start date of the date range in YYYY-MM-DD format. Default is the current date minus 10 days. |
to |
The end date of the date range in YYYY-MM-DD format. Default is the current date. |
A data frame containing IPO calendar data for the specified date range.
Not for the faint of heart. All profits and losses related are yours and yours alone. If you don't like it, write it yourself.
Vyacheslav Arbuzov
getIPO(from=Sys.Date(),to=Sys.Date()+3)