Returns security reference data such as ticker, FIGI, primary exchange, CIK, and a unique security identifier.
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID for the Security |
company_id | str | The Intrinio ID for the company for which the Security is issued |
name | str | The name of the Security |
type | str | The Security's type |
code | str | A 2-3 digit code classifying the Security (reference) |
share_class | str | The Security's share class (if applicable) |
currency | str | The currency in which the Security is traded on the exchange |
round_lot_size | float | The normal unit of trading |
ticker | str | The common ticker |
exchange_ticker | str | The exchange-level ticker |
composite_ticker | str | The country-composite ticker |
alternate_tickers | list[str] | Alternate formats of the common ticker |
figi | str | The exchange-level OpenFIGI identifier |
cik | str | Central Index Key issued by the SEC, which is the unique identifier for all owner filings |
composite_figi | str | The country-composite OpenFIGI identifier |
share_class_figi | str | The global-composite OpenFIGI identifier |
figi_uniqueid | str | The OpenFIGI unique ID |
active | bool | If True, the Security is active and has been recently traded |
etf | bool | If True, this Security is an ETF |
delisted | bool | If True, the Security is no longer traded on the exchange |
primary_listing | bool | If True, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |
primary_security | bool | If True, the Security is considered by Intrinio to be the primary Security for its company |
first_stock_price | date | The date of the first recorded stock price |
last_stock_price | date | The date of the last recorded stock price (or the most recent trading day) |
last_stock_price_adjustment | date | The date of the last stock price adjustment (dividend, split, etc) |
last_corporate_action | date | The date of the last corporate action |
previous_tickers | list[str] | Previous tickers used by this security |
listing_exchange_mic | str | The MIC code of the exchange on which this security primarily trades |