Shares Outstanding by Company

Shares Outstanding by Company Csharp API Documentation

Returns the shares outstanding reported on the front cover of the SEC 10-K and 10-Q filings.

API Class:
Intrinio.SDK.Api.CompanyApi
Instance Method:
SharesOutstandingByCompany()

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 SharesOutstandingByCompanyExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var companyApi = new CompanyApi();
string identifier = "AAPL";
DateTime? endDateGreaterThan = null;
DateTime? endDateLessThan = null;
ApiResponseCompanySharesOutstanding result = companyApi.SharesOutstandingByCompany(identifier, endDateGreaterThan, endDateLessThan);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
endDateGreaterThanDateTime?Returns shares outstanding after this date.[optional]  
endDateLessThanDateTime?Returns shares outstanding before this date.[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseCompanySharesOutstanding

Properties

NameTypeDescription
SharesOutstandingList 
CompanyCompanySummary 
object
Intrinio.SDK.Model.CompanySharesOutstanding

Properties

NameTypeDescription
XbrlAxisstringThe xbrl concept axis member reported to the SEC.  
XbrlMemberstringProvides information about the class of stock as reported in XBRL  
EndDateDateTime?End date of the filing period  
TitleOfSecuritystringThe description of the security type  
TradingSymbolstringThe symbol under which the security is traded in the exchange  
SecurityExchangeNamestringThe name of the secuirty exchange  
SharesOutstandingdecimal?The amount of stock currently held by all shareholders  
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