Lookup Company

Lookup Company Csharp API Documentation

Returns company reference and metadata such as tickers, CIK, and a unique company identifier, as well as company metadata such as business description, employee count, and company URL.

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

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

Parameters

NameTypeDescriptionNotes
identifierstringA Company identifier (Ticker, CIK, LEI, Intrinio ID) 


Return Type

object
Intrinio.SDK.Model.Company

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  
LegalNamestringThe company's official legal name  
StockExchangestringThe Stock Exchange where the company's common stock is primarily traded  
SicstringThe Standard Industrial Classification (SIC) determined by the company and filed with the SEC  
ShortDescriptionstringA one or two sentence description of the company's operations  
LongDescriptionstringA one paragraph description of the company's operations and other corporate actions  
CeostringThe Chief Executive Officer of the company  
CompanyUrlstringThe URL of the company's primary corporate website or primary internet property  
BusinessAddressstringThe company's business address  
MailingAddressstringThe mailing address reported by the company  
BusinessPhoneNostringThe phone number reported by the company  
HqAddress1stringThe company's headquarters address - line 1  
HqAddress2stringThe company's headquarters address - line 2  
HqAddressCitystringThe company's headquarters city  
HqAddressPostalCodestringThe company's headquarters postal code  
EntityLegalFormstringThe company's legal organization form  
CikstringThe Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings  
LatestFilingDateDateTime?The date of the company's last filing with the SEC  
HqStatestringThe state (US & Canada Only) where the company headquarters are located  
HqCountrystringThe country where the company headquarters are located  
IncStatestringThe state (US & Canada Only) where the company is incorporated  
IncCountrystringThe country where the company is incorporated  
Employeesint?The number of employees working for the company  
EntityStatusstring 
SectorstringThe company's operating sector  
IndustryCategorystringThe company's operating industry category  
IndustryGroupstringThe company's operating industry group  
TemplatestringThe financial statement template used by Intrinio to standardize the as reported data  
StandardizedActivebool?If true, the company has standardized and as reported fundamental data via the Intrinio API; if false, the company has as-reported data only  
FirstFundamentalDateDateTime?The period end date of the company's first reported fundamental  
LastFundamentalDateDateTime?The period end date of the company's last reported fundamental  
FirstStockPriceDateDateTime?The date of the company's first stock price, based on the company's primary security, which is typically traded on US exchages  
LastStockPriceDateDateTime?The date of the company's last stock price, based on the company's primary security, which is typically traded on US exchages