getIPO | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.