Returns all securities where the current trading status is quotes_only for the specified source.
| Name | Description | Example |
|---|---|---|
|
source
* required
|
The specific source of the data being requested.
Options:
nasdaq_basic
nasdaq_basic_last_sale
cta_a_delayed
cta_b_delayed
utp_delayed
delayed_sip
cboe_one
cboe_one_delayed
show more
show less
|
nasdaq_basic |
|
page_size
|
The maximum number of results to return per page. | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
source
* required
The specific source of the data being requested.
|
||
|
page_size
* required
The maximum number of results to return per page.
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| statuses | The trading statuses of each returned security. | array |
|
security
|
The Security resolved from the given identifier | object |
|
id
|
The Intrinio ID for Security | string |
|
company_id
|
The Intrinio ID for the Company for which the Security is issued | string |
|
exchange
|
The exchange's MIC | string |
|
exchange_mic
|
The security's exchange MIC | string |
|
stock_exchange_id
|
The exchange's Intrinio ID | 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 |
|
trading_status
|
The trading status of the security. | select |
|
trading_status_reason
|
The exchange supplied reason for its current status. | string |
|
trading_status_updated_on
|
The time the exchange reported that it changed its trading status. | string |
| market_status | The status of the market. | select |
| messages | A list of messages related to the request, such as warnings or errors. | array |
|
type
|
string | |
|
description
|
string | |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
statuses
The trading statuses of each returned security.
|
||
|
market_status
The status of the market.
|
||
|
messages
A list of messages related to the request, such as warnings or errors.
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|