Returns realtime stock prices for the Stock Exchange with the given `identifier`
Name | Description | Example |
---|---|---|
identifier
* required
|
A Stock Exchange identifier (MIC or Intrinio ID) | USCOMP |
source
|
Return realtime prices from the specified data source. If no source is specified, all sources are used.
Options:
iex
bats
bats_delayed
utp_delayed
cta_a_delayed
cta_b_delayed
intrinio_mx
intrinio_mx_plus
delayed_sip
show more
show less
|
- |
active_only
|
Returns prices only from the most recent trading day. | - |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
identifier
* required
A Stock Exchange identifier (MIC or Intrinio ID)
|
||
source
* required
Return realtime prices from the specified data source. If no source is specified, all sources are used.
|
||
active_only
* required
Returns prices only from the most recent trading day.
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
stock_prices | The realtime stock prices for all Securities traded on the Stock Exchange | array |
last_price
|
The price of the last trade. | number |
last_time
|
The date and time when the last trade occurred. | string |
last_size
|
The size of the last trade. | number |
bid_price
|
The price of the top bid order. | number |
bid_size
|
The size of the top bid order. | number |
ask_price
|
The price of the top ask order. | number |
ask_size
|
The size of the top ask order. | number |
open_price
|
The price at the open of the trading day. | number |
close_price
|
The price at the close of the trading day. (IEX only) | number |
high_price
|
The high price for the trading day. | number |
low_price
|
The low price for the trading day. | number |
exchange_volume
|
The number of shares exchanged during the trading day on the exchange. | number |
market_volume
|
The number of shares exchanged during the trading day for the whole market. | number |
updated_on
|
The date and time when the data was last updated. | string |
source
|
The source of the data. | string |
listing_venue
|
The venue the price came from. | string |
sales_conditions
|
The condition for the sale. | string |
quote_conditions
|
The condition for the quote. | string |
market_center_code
|
The market center character code. | string |
is_darkpool
|
Whether or not the current trade is from a darkpool or not. | boolean |
security
|
The Security of the stock price | object |
id
|
The Intrinio ID for Security | string |
ticker
|
The common/local ticker of the Security | string |
exchange_ticker
|
The exchange-level ticker | string |
figi
|
The OpenFIGI identifier | string |
composite_figi
|
The country-composite OpenFIGI identifier | string |
stock_exchange | The Stock Exchange resolved from the given identifier | object |
id
|
The Intrinio ID for the Stock Exchange | string |
name
|
The name of the exchange | string |
mic
|
The Market Identifier Code (MIC) of the exchange | string |
acronym
|
The acronym of the exchange's name | string |
city
|
The city in which the exchange is located | string |
country
|
The country in which the exchange is located | string |
country_code
|
The 2-digit code of the exchange's country | string |
website
|
The website of the exchange | string |
first_stock_price_date
|
The earliest date for which Intrinio has stock prices for the exchange | date |
last_stock_price_date
|
The latest date for which Intrinio has stock prices for the exchange | date |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
stock_prices
The realtime stock prices for all Securities traded on the Stock Exchange
|
||
stock_exchange
The Stock Exchange resolved from the given identifier
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|