IPOs

IPOs Ruby 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:
Intrinio::CompanyApi
Instance Method:
get_company_ipos()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
company_api = Intrinio::CompanyApi.new
opts = {
ticker: "UBER",
status: nil,
start_date: nil,
end_date: nil,
offer_amount_greater_than: nil,
offer_amount_less_than: nil,
page_size: 100,
next_page: nil
}
result = company_api.get_company_ipos(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
tickerStringReturn IPOs with the given ticker (typically the IPO for the company)[optional]  
statusStringReturn 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_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseInitialPublicOfferings

Properties

NameTypeDescription
initial_public_offeringsArray 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::CompanyInitialPublicOffering

Properties

NameTypeDescription
idStringThe Intrinio ID for the IPO  
tickerStringThe ticker under which the Company will be traded after the IPO takes place  
dateDateTimeThe date of the IPO, when the stock first trades on a major exchange  
statusStringThe 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  
exchangeStringThe acronym of the stock exchange that the company is going to trade publicly on. Typically NYSE or NASDAQ  
offer_amountFloatThe total dollar amount of shares offered in the IPO. Typically this is share price * share count  
share_priceFloatThe price per share at which the IPO was offered  
share_price_lowestFloatThe 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_highestFloatThe 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_countFloatThe number of shares offered in the IPO  
share_count_lowestFloatThe 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_highestFloatThe 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_urlStringThe URL to the company's announcement of the IPO  
sec_report_urlStringThe 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_priceFloatThe opening price at the beginning of the first trading day (only available for priced IPOs)  
close_priceFloatThe closing price at the end of the first trading day (only available for priced IPOs)  
volumeFloatThe volume at the end of the first trading day (only available for priced IPOs)  
day_changeFloatThe percentage change between the open price and the close price on the first trading day (only available for priced IPOs)  
week_changeFloatThe 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_changeFloatThe 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
Intrinio::CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company  
object
Intrinio::SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
company_idStringThe Intrinio ID for the Company for which the Security is issued  
exchangeStringThe exchange's MIC  
exchange_micStringThe security's exchange MIC  
stock_exchange_idStringThe exchange's Intrinio ID  
nameStringThe name of the Security  
codeStringA 2-3 digit code classifying the Security (reference)  
currencyStringThe currency in which the Security is traded on the exchange  
tickerStringThe common/local ticker of the Security  
composite_tickerStringThe country-composite ticker of the Security  
figiStringThe OpenFIGI identifier  
composite_figiStringThe country-composite OpenFIGI identifier  
share_class_figiStringThe global-composite OpenFIGI identifier  
primary_listingBOOLEANIf true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange