Lookup Security

Lookup Security Csharp API Documentation

Returns security reference data such as ticker, FIGI, primary exchange, CIK, and a unique security identifier.

API Class:
Intrinio.SDK.Api.SecurityApi
Instance Method:
GetSecurityById()

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

Parameters

NameTypeDescriptionNotes
identifierstringA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 


Return Type

object
Intrinio.SDK.Model.Security

Properties

NameTypeDescription
IdstringThe Intrinio ID for the Security  
CompanyIdstringThe Intrinio ID for the company for which the Security is issued  
NamestringThe name of the Security  
TypestringThe Security's type  
CodestringA 2-3 digit code classifying the Security (reference)  
ShareClassstringThe Security's share class (if applicable)  
CurrencystringThe currency in which the Security is traded on the exchange  
RoundLotSizedecimal?The normal unit of trading  
TickerstringThe common ticker  
ExchangeTickerstringThe exchange-level ticker  
CompositeTickerstringThe country-composite ticker  
AlternateTickersListAlternate formats of the common ticker  
FigistringThe exchange-level OpenFIGI identifier  
CikstringCentral Index Key issued by the SEC, which is the unique identifier for all owner filings  
CompositeFigistringThe country-composite OpenFIGI identifier  
ShareClassFigistringThe global-composite OpenFIGI identifier  
FigiUniqueidstringThe OpenFIGI unique ID  
Activebool?If true, the Security is active and has been recently traded  
Etfbool?If true, this Security is an ETF  
Delistedbool?If true, the Security is no longer traded on the exchange  
PrimaryListingbool?If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange  
PrimarySecuritybool?If true, the Security is considered by Intrinio to be the primary Security for its company  
FirstStockPriceDateTime?The date of the first recorded stock price  
LastStockPriceDateTime?The date of the last recorded stock price (or the most recent trading day)  
LastStockPriceAdjustmentDateTime?The date of the last stock price adjustment (dividend, split, etc)  
LastCorporateActionDateTime?The date of the last corporate action  
PreviousTickersListPrevious tickers used by this security  
ListingExchangeMicstringThe MIC code of the exchange on which this security primarily trades