Learn R Programming

rusquant (version 1.1.4)

getIPO: 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())

Value

A data frame containing IPO calendar data for the specified date range.

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.

Author

Vyacheslav Arbuzov

Examples

Run this code
getIPO(from=Sys.Date(),to=Sys.Date()+3)

Run the code above in your browser using DataLab