powered by
This function retrieves upcoming IPOs data from the API.
get_upcoming_IPOs_data(api_token, from_date = NULL, to_date = NULL)
A list containing the upcoming IPOs data.
The API token for authentication.
Format: YYYY-MM-DD. The start date for IPOs data, if not provided, today will be used.
Format: YYYY-MM-DD. The end date for IPOs data, if not provided, today + 7 days will be used.
api_token <- "demo" from_date <- "2017-09-10" to_date <- "2017-09-12" result <- get_upcoming_IPOs_data(api_token, from_date, to_date)
Run the code above in your browser using DataLab