Returns security list and information for all securities covered by Intrinio.
| Name | Description | Example |
|---|---|---|
|
query
|
A string query search of security name or ticker symbol with the returned results being the relevant securities in compacted list format. | AAPL |
|
identifier
|
The identifier for the legal entity or a security associated with the security. | AAPL |
|
exch_symbol
|
The Intrinio Stock Market Symbol, to specify the exchange for the list of securities. | NYSE |
|
last_crsp_adj_date
|
A date value that returns the list of securities that have had adjusted stock prices due to a corporate event after this date. | 2017-12-29 |
|
us_only
|
Return only US-based securities.
Options:
Yes
show more
show less
|
Yes |
|
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 3 |
|
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 15 |
|
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
- |
|
query
* required
A string query search of security name or ticker symbol with the returned results being the relevant securities in compacted list format.
|
||
|
identifier
* required
The identifier for the legal entity or a security associated with the security.
|
||
|
exch_symbol
* required
The Intrinio Stock Market Symbol, to specify the exchange for the list of securities.
|
||
|
last_crsp_adj_date
* required
A date value that returns the list of securities that have had adjusted stock prices due to a corporate event after this date.
|
||
|
us_only
* required
Return only US-based securities.
|
||
|
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
|
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
|
hide_paging
* required
Hide first row of paging information.
|
| Name | Description | Type |
|---|---|---|
| ticker | the stock market ticker symbol associated with the companies common stock securities | string |
| figi_ticker | the OpenFIGI ticker symbol | string |
| figi | the OpenFIGI identifier | string |
| composite_figi | the OpenFIGI composite-level identifier | string |
| composite_figi_ticker | the OpenFIGI composite-level ticker | string |
| security_name | the security description as provided by the exchange | string |
| market_sector | the type of market for the security | string |
| security_type | the type of security, such as Common Stock, Preferred Stock, Warrants, Limited Partnership Interests, etc. | string |
| stock_exchange | the Stock Exchange (and market category) where the company’s common stock is primarily traded | string |
| last_crsp_adj_date | the last recorded date (“YYYY-MM-DD”) of an CRSP adjustment made to prior prices due to a stock split or dividend event. | date |
| figi_uniqueid | the security’s unique FIGI identifier | string |
| share_class_figi | the security’s share class FIGI identifier | string |
| figi_exch_cntry | the security’s FIGI country of the exchange | string |
| currency | the security’s traded currency on the listed exchange | string |
| mic | the Market Identification Code for the Stock Exchange where the security is listed. | string |
| exch_symbol | the Intrinio Stock Exchange Symbol used as an identifier on the Intrinio API. | string |
| etf | a boolean to represent whether the security is an ETF or otherwise | boolean |
| delisted_security | if the security is no longer traded on public exchanges, the security will be considered delisted and the security no longer will report pricing data. | boolean |
| primary_listing | a boolean to represent whether the security is the primary issue or a secondary issue of the security on a different stock exchange. | boolean |
| previous_tickers | An array of ticker symbols that this security previously traded under | array |
|
ticker
the stock market ticker symbol associated with the companies common stock securities
|
||
|
figi_ticker
the OpenFIGI ticker symbol
|
||
|
figi
the OpenFIGI identifier
|
||
|
composite_figi
the OpenFIGI composite-level identifier
|
||
|
composite_figi_ticker
the OpenFIGI composite-level ticker
|
||
|
security_name
the security description as provided by the exchange
|
||
|
market_sector
the type of market for the security
|
||
|
security_type
the type of security, such as Common Stock, Preferred Stock, Warrants, Limited Partnership Interests, etc.
|
||
|
stock_exchange
the Stock Exchange (and market category) where the company’s common stock is primarily traded
|
||
|
last_crsp_adj_date
the last recorded date (“YYYY-MM-DD”) of an CRSP adjustment made to prior prices due to a stock split or dividend event.
|
||
|
figi_uniqueid
the security’s unique FIGI identifier
|
||
|
share_class_figi
the security’s share class FIGI identifier
|
||
|
figi_exch_cntry
the security’s FIGI country of the exchange
|
||
|
currency
the security’s traded currency on the listed exchange
|
||
|
mic
the Market Identification Code for the Stock Exchange where the security is listed.
|
||
|
exch_symbol
the Intrinio Stock Exchange Symbol used as an identifier on the Intrinio API.
|
||
|
etf
a boolean to represent whether the security is an ETF or otherwise
|
||
|
delisted_security
if the security is no longer traded on public exchanges, the security will be considered delisted and the security no longer will report pricing data.
|
||
|
primary_listing
a boolean to represent whether the security is the primary issue or a secondary issue of the security on a different stock exchange.
|
||
|
previous_tickers
An array of ticker symbols that this security previously traded under
|