Returns a list of all securities available. Delisted securities included.
Name | Description | Example |
---|---|---|
active
|
When true, return securities that are active. When false, return securities that are not active. A security is considered active if it has traded or has had a corporate action in the past 30 days, and has not been merged into another security (such as due to ticker changes or corporate restructurings). | true |
delisted
|
When true, return securities that have been delisted from their exchange. Note that there may be a newer security for the same company that has been relisted on a differente exchange. When false, return securities that have not been delisted. | false |
code
|
Return securities classified with the given code (reference). | EQS |
currency
|
Return securities traded in the given 3-digit ISO 4217 currency code (reference). | USD |
ticker
|
Return securities traded with the given ticker. Note that securities across the world (and through time) may trade with the same ticker but represent different companies. Use this in conjuction with other parameters for more specificity. | AAPL |
name
|
Return securities with the given text in their name (not case sensitive). | biotech |
composite_mic
|
Return securities classified under the composite exchange with the given Market Identification Code (MIC). A composite exchange may or may not be a real exchange. For example, the USCOMP exchange (our only composite exchange to date) is a combination of exchanges with the following MICs: ARCX, XASE, XPOR, FINR, XCIS, XNAS, XNYS, BATS. This composite grouping is done for user convenience. At this time, all US securities are classified under the composite exchange with MIC USCOMP. To query for specific US exchanges, use the exchange_mic parameter below. | USCOMP |
exchange_mic
|
The MIC code of the exchange where the security is actually traded. | XNAS |
stock_prices_after
|
Return securities with end-of-day stock prices on or after this date. | 2019-01-01 |
stock_prices_before
|
Return securities with end-of-day stock prices on or before this date. | 2019-01-01 |
cik
|
Return securities belonging to the company with the given Central Index Key (CIK). | 0000320193 |
figi
|
Return securities with the given Exchange Level FIGI (reference). | BBG000B9Y5X2 |
composite_figi
|
Return securities with the given Country Composite FIGI (reference). | BBG000B9XRY4 |
share_class_figi
|
Return securities with the given Global Share Class FIGI (reference). | BBG001S5N8V8 |
figi_unique_id
|
Return securities with the given FIGI Unique ID (reference). | EQ0010169500001000 |
include_non_figi
|
When true, include securities that do not have a FIGI. By default, this is false. If this parameter is not specified, only securities with a FIGI are returned. | false |
page_size
|
The number of results to return | - |
primary_listing
|
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange. Returns both if omitted. | false |
next_page
|
Gets the next page of data from a previous API call | - |
active
* required
When true, return securities that are active. When false, return securities that are not active. A security is considered active if it has traded or has had a corporate action in the past 30 days, and has not been merged into another security (such as due to ticker changes or corporate restructurings).
|
||
delisted
* required
When true, return securities that have been delisted from their exchange. Note that there may be a newer security for the same company that has been relisted on a differente exchange. When false, return securities that have not been delisted.
|
||
code
* required
Return securities classified with the given code (reference).
|
||
currency
* required
Return securities traded in the given 3-digit ISO 4217 currency code (reference).
|
||
ticker
* required
Return securities traded with the given ticker. Note that securities across the world (and through time) may trade with the same ticker but represent different companies. Use this in conjuction with other parameters for more specificity.
|
||
name
* required
Return securities with the given text in their name (not case sensitive).
|
||
composite_mic
* required
Return securities classified under the composite exchange with the given Market Identification Code (MIC). A composite exchange may or may not be a real exchange. For example, the USCOMP exchange (our only composite exchange to date) is a combination of exchanges with the following MICs: ARCX, XASE, XPOR, FINR, XCIS, XNAS, XNYS, BATS. This composite grouping is done for user convenience. At this time, all US securities are classified under the composite exchange with MIC USCOMP. To query for specific US exchanges, use the exchange_mic parameter below.
|
||
exchange_mic
* required
The MIC code of the exchange where the security is actually traded.
|
||
stock_prices_after
* required
Return securities with end-of-day stock prices on or after this date.
|
||
stock_prices_before
* required
Return securities with end-of-day stock prices on or before this date.
|
||
cik
* required
Return securities belonging to the company with the given Central Index Key (CIK).
|
||
figi
* required
Return securities with the given Exchange Level FIGI (reference).
|
||
composite_figi
* required
Return securities with the given Country Composite FIGI (reference).
|
||
share_class_figi
* required
Return securities with the given Global Share Class FIGI (reference).
|
||
figi_unique_id
* required
Return securities with the given FIGI Unique ID (reference).
|
||
include_non_figi
* required
When true, include securities that do not have a FIGI. By default, this is false. If this parameter is not specified, only securities with a FIGI are returned.
|
||
page_size
* required
The number of results to return
|
||
primary_listing
* required
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange. Returns both if omitted.
|
||
next_page
* required
Gets the next page of data from a previous API call
|
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 |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
securities
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|