IPOs

IPOs R API Documentation

Returns a list of historical, current, and upcoming initial public offerings (IPOs) across the major US Exchanges. Includes relevant information such as the IPO status, the offer amount, the total share count and target share price.

API Class:
IntrinioSDK::CompanyApi
Instance Method:
get_company_ipos()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
CompanyApi <- IntrinioSDK::CompanyApi$new(client)
# Optional params
opts <- list(
ticker = "UBER",
status = NULL,
start_date = NULL,
end_date = NULL,
offer_amount_greater_than = NULL,
offer_amount_less_than = NULL,
page_size = 100,
next_page = NULL
)
response <- CompanyApi$get_company_ipos(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
tickerCharacterReturn IPOs with the given ticker (typically the IPO for the company)[optional]  
statusCharacterReturn IPOs with the given status. Upcoming IPOs are scheduled to occur in the future. Priced IPOs have occurred and the company should be trading publicly. Withdrawn IPOs were planned to occurr but were withdrawn beforehand[optional]  
start_dateDateReturn IPOs on or after the given date[optional]  
end_dateDateReturn IPOs on or before the given date[optional]  
offer_amount_greater_thanIntegerReturn IPOs with an offer dollar amount greater than the given amount[optional]  
offer_amount_less_thanIntegerReturn IPOs with an offer dollar amount less than the given amount[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseInitialPublicOfferings

Properties

NameTypeDescription
initial_public_offeringsList of CompanyInitialPublicOffering 
initial_public_offerings_data_frameData FrameData frame representation of initial_public_offerings
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::CompanyInitialPublicOffering

Properties

NameTypeDescription
idCharacterThe Intrinio ID for the IPO  
tickerCharacterThe ticker under which the Company will be traded after the IPO takes place  
datePOSIXltThe date of the IPO, when the stock first trades on a major exchange  
statusCharacterThe status of the IPO. Upcoming IPOs have not taken place yet but are expected to. Priced IPOs have taken place. Withdrawn IPOs were expected to take place, but were subsequently withdrawn and did not take place  
exchangeCharacterThe acronym of the stock exchange that the company is going to trade publicly on. Typically NYSE or NASDAQ  
offer_amountNumericThe total dollar amount of shares offered in the IPO. Typically this is share price * share count  
share_priceNumericThe price per share at which the IPO was offered  
share_price_lowestNumericThe expected lowest price per share at which the IPO will be offered. Before an IPO is priced, companies typically provide a range of prices per share at which they expect to offer the IPO (typically available for upcoming IPOs)  
share_price_highestNumericThe expected highest price per share at which the IPO will be offered. Before an IPO is priced, companies typically provide a range of prices per share at which they expect to offer the IPO (typically available for upcoming IPOs)  
share_countNumericThe number of shares offered in the IPO  
share_count_lowestNumericThe expected lowest number of shares that will be offered in the IPO. Before an IPO is priced, companies typically provide a range of shares that they expect to offer in the IPO (typically available for upcoming IPOs)  
share_count_highestNumericThe expected highest number of shares that will be offered in the IPO. Before an IPO is priced, companies typically provide a range of shares that they expect to offer in the IPO (typically available for upcoming IPOs)  
announcement_urlCharacterThe URL to the company's announcement of the IPO  
sec_report_urlCharacterThe IRL to the company's S-1, S-1/A, F-1, or F-1/A SEC filing, which is required to be filed before an IPO takes place.  
open_priceNumericThe opening price at the beginning of the first trading day (only available for priced IPOs)  
close_priceNumericThe closing price at the end of the first trading day (only available for priced IPOs)  
volumeNumericThe volume at the end of the first trading day (only available for priced IPOs)  
day_changeNumericThe percentage change between the open price and the close price on the first trading day (only available for priced IPOs)  
week_changeNumericThe percentage change between the open price on the first trading day and the close price approximately a week after the first trading day (only available for priced IPOs)  
month_changeNumericThe percentage change between the open price on the first trading day and the close price approximately a month after the first trading day (only available for priced IPOs)  
companyCompanySummaryThe Company that is going public via the IPO  
securitySecuritySummaryThe primary Security for the Company that is going public via the IPO  
object
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company  
object
IntrinioSDK::SecuritySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID for Security  
company_idCharacterThe Intrinio ID for the Company for which the Security is issued  
exchangeCharacterThe exchange's MIC  
exchange_micCharacterThe security's exchange MIC  
stock_exchange_idCharacterThe exchange's Intrinio ID  
nameCharacterThe name of the Security  
codeCharacterA 2-3 digit code classifying the Security (reference)  
currencyCharacterThe currency in which the Security is traded on the exchange  
tickerCharacterThe common/local ticker of the Security  
composite_tickerCharacterThe country-composite ticker of the Security  
figiCharacterThe OpenFIGI identifier  
composite_figiCharacterThe country-composite OpenFIGI identifier  
share_class_figiCharacterThe global-composite OpenFIGI identifier  
primary_listingLogicalIf TRUE, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange