IPOs

IPOs Csharp 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.SDK.Api.CompanyApi
Instance Method:
GetCompanyIpos()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetCompanyIposExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var companyApi = new CompanyApi();
string ticker = "UBER";
string status = null;
DateTime? startDate = null;
DateTime? endDate = null;
int? offerAmountGreaterThan = null;
int? offerAmountLessThan = null;
int? pageSize = 100;
string nextPage = null;
ApiResponseInitialPublicOfferings result = companyApi.GetCompanyIpos(ticker, status, startDate, endDate, offerAmountGreaterThan,
        offerAmountLessThan, pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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]  
startDateDateTime?Return IPOs on or after the given date[optional]  
endDateDateTime?Return IPOs on or before the given date[optional]  
offerAmountGreaterThanint?Return IPOs with an offer dollar amount greater than the given amount[optional]  
offerAmountLessThanint?Return IPOs with an offer dollar amount less than the given amount[optional]  
pageSizeint?The number of results to return[optional] [default to 100]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseInitialPublicOfferings

Properties

NameTypeDescription
InitialPublicOfferingsList 
NextPagestringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio.SDK.Model.CompanyInitialPublicOffering

Properties

NameTypeDescription
IdstringThe Intrinio ID for the IPO  
TickerstringThe ticker under which the Company will be traded after the IPO takes place  
DateDateTime?The 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  
OfferAmountdecimal?The total dollar amount of shares offered in the IPO. Typically this is share price * share count  
SharePricedecimal?The price per share at which the IPO was offered  
SharePriceLowestdecimal?The 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)  
SharePriceHighestdecimal?The 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)  
ShareCountdecimal?The number of shares offered in the IPO  
ShareCountLowestdecimal?The 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)  
ShareCountHighestdecimal?The 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)  
AnnouncementUrlstringThe URL to the company's announcement of the IPO  
SecReportUrlstringThe 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.  
OpenPricedecimal?The opening price at the beginning of the first trading day (only available for priced IPOs)  
ClosePricedecimal?The closing price at the end of the first trading day (only available for priced IPOs)  
Volumedecimal?The volume at the end of the first trading day (only available for priced IPOs)  
DayChangedecimal?The percentage change between the open price and the close price on the first trading day (only available for priced IPOs)  
WeekChangedecimal?The 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)  
MonthChangedecimal?The 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.SDK.Model.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.SDK.Model.SecuritySummary

Properties

NameTypeDescription
IdstringThe Intrinio ID for Security  
CompanyIdstringThe Intrinio ID for the Company for which the Security is issued  
ExchangestringThe exchange's MIC  
ExchangeMicstringThe security's exchange MIC  
StockExchangeIdstringThe 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  
CompositeTickerstringThe country-composite ticker of the Security  
FigistringThe OpenFIGI identifier  
CompositeFigistringThe country-composite OpenFIGI identifier  
ShareClassFigistringThe global-composite OpenFIGI identifier  
PrimaryListingbool?If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange