Return the realtime stock price for the Security with the given `identifier`
Name | Description | Example |
---|---|---|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
source
|
Return the realtime price from the specified data source. If no source is specified, the best source available is 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
|
bats |
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
source
* required
Return the realtime price from the specified data source. If no source is specified, the best source available is used.
|
Name | Description | Type |
---|---|---|
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 |
last_price
The price of the last trade.
|
||
last_time
The date and time when the last trade occurred.
|
||
last_size
The size of the last trade.
|
||
bid_price
The price of the top bid order.
|
||
bid_size
The size of the top bid order.
|
||
ask_price
The price of the top ask order.
|
||
ask_size
The size of the top ask order.
|
||
open_price
The price at the open of the trading day.
|
||
close_price
The price at the close of the trading day. (IEX only)
|
||
high_price
The high price for the trading day.
|
||
low_price
The low price for the trading day.
|
||
exchange_volume
The number of shares exchanged during the trading day on the exchange.
|
||
market_volume
The number of shares exchanged during the trading day for the whole market.
|
||
updated_on
The date and time when the data was last updated.
|
||
source
The source of the data.
|
||
listing_venue
The venue the price came from.
|
||
sales_conditions
The condition for the sale.
|
||
quote_conditions
The condition for the quote.
|
||
market_center_code
The market center character code.
|
||
is_darkpool
Whether or not the current trade is from a darkpool or not.
|
||
security
The Security of the stock price
|