Returns trading status for the specified security.
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
|
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 |
|
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
|
source
* required
The specific source of the data being requested.
|
| Name | Description | Type |
|---|---|---|
| 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 |
| 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 |
| 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 | |
|
trading_status
The trading status of the security.
|
||
|
trading_status_reason
The exchange supplied reason for its current status.
|
||
|
trading_status_updated_on
The time the exchange reported that it changed its trading status.
|
||
|
security
The Security resolved from the given identifier
|
||
|
market_status
The status of the market.
|
||
|
messages
A list of messages related to the request, such as warnings or errors.
|