All Securities by Company

All Securities by Company Web API Documentation

Returns a list of underlying securities with associated reference data tied to a given company identifier.

Endpoint:
https://api-v2.intrinio.com/companies/{identifier}/securities

Parameters

Name Description Example
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID) AAPL
next_page
Gets the next page of data from a previous API call -
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
securities
array
id
The Intrinio ID for Security string
company_id
The Intrinio ID for the Company for which the Security is issued string
name
The name of the Security string
code
A 2-3 digit code classifying the Security (reference) string
currency
The currency in which the Security is traded on the exchange string
ticker
The common/local ticker of the Security string
composite_ticker
The country-composite ticker of the Security string
figi
The OpenFIGI identifier string
composite_figi
The country-composite OpenFIGI identifier string
share_class_figi
The global-composite OpenFIGI identifier string
primary_listing
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange boolean
company
object
id
The Intrinio ID of the company string
ticker
The stock market ticker symbol associated with the company's common stock securities string
name
The company's common name string
lei
The Legal Entity Identifier (LEI) assigned to the company string
cik
The Central Index Key (CIK) assigned to the company string
next_page The token required to request the next page of the data. If null, no further results are available. string
securities
company
next_page
The token required to request the next page of the data. If null, no further results are available.