getIPO {rusquant} | R Documentation |
Get IPO calendar data from Investing.com
Description
This function retrieves IPO calendar data from Investing.com for a specified date range
Usage
getIPO(from = Sys.Date() - 10, to = Sys.Date())
Arguments
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. |
Value
A data frame containing IPO calendar data for the specified date range.
Note
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.
Author(s)
Vyacheslav Arbuzov
Examples
getIPO(from=Sys.Date(),to=Sys.Date()+3)
[Package rusquant version 1.1.4 Index]