Realtime Stock Prices by Exchange

Realtime Stock Prices by Exchange Web API Documentation

Returns realtime stock prices for the Stock Exchange with the given `identifier`

Endpoint:
https://api-v2.intrinio.com/stock_exchanges/{identifier}/prices/realtime

Parameters

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

Output Fields

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 listing venue where the trade took place. Available only where source is SIP. Listing Venue Modifiers include: Q – Nasdaq | N – NYSE | A – NYSE American | P – NYSE Arca | u – Other OTC Markets | V – Investors Exchange LLC string
sales_conditions
When applicable, indicates any sales condition modifiers associated with the trade. Sales Condition Modifers include: @ – Regular Sale | A – Acquisition | B – Bunched Trade | C – Cash Sale | D – Distribution | E – Placeholder | F – Intermarket Sweep | G – Bunched Sold Trade | H – Priced Variation Trade | I – Odd Lot Trade | K – Rule 155 Trade (AMEX) | L – Sold Last | M – Market Center Official Close | N – Next Day | O – Opening Prints | P – Prior Reference Price | Q – Market Center Official Open | R – Seller | S – Split Trade | T – Form T | U – Extended Trading Hours (Sold Out of Sequence) | V – Contingent Trade | W – Average Price Trade | X – Cross/Periodic Auction Trade | Y – Yellow Flag Regular Trade | Z – Sold (Out of Sequence) | 1 – Stopped Stock (Regular Trade) | 4 – Derivatively Priced | 5 – Re-Opening Prints | 6 – Closing Prints | 7 – Qualified Contingent Trade (QCT) | 8 – Placeholder for 611 Exempt | 9 – Corrected Consolidated Close (Per Listing Market) string
quote_conditions
When applicable, indicates any quote condition modifiers associated with the trade. Quote Condition Modifiers include: R – Regular | A – Slow on Ask | – Slow on Bid | C – Closing | D – News Dissemination | F – Slow on ASK (LRP or Gap Quote) | E – Slow on Bid (LRP or Gap Quote) | G – Trading Range Indication | H – Slow on Bid and Ask | I – Order Imbalance | J – Due to Related - News Dissemination | K – Due to Related - News Pending | O – Open | L – Closed | M – Volatility Trading Pause | N – Non-Firm Quote | O – Opening | P – News Pending | S – Due to Related | T – Resume | U – Slow on Bid and Ask (LRP or Gap Quote) | V – In View of Common | W – Slow on Bid and Ask (LRP or Gap Quote) | X – Equipment Changeover | Y – Sub-Penny Trading | Z – No Open / No Resume | F – Fast Trading | U – Slow on Bid and Ask (Non-Firm) | One-Sided – One-Sided | X – Order Influx | 0 – Special Opening Quote | Halted – Halted | Benchmark – Benchmark | Implied – Implied | Exchange Best – Exchange Best | 1 – Market Wide Circuit Breaker Level 1 | 2 – Market Wide Circuit Breaker Level 2 | 3 – Market Wide Circuit Breaker Level 3 | Rotation – Rotation | Auto Exec Eligible – Auto Exec Eligible | Bid Side Firm – Bid Side Firm | Ask Side Firm – Ask Side Firm | 4 – On Demand Intraday Auction | I – Indicative Value (OPRA) | 45 – Additional Information Required (CTS) | 46 – Regulatory Concern (CTS) | 47 – Merger Effective | 49 – Corporate Action (CTS) | 50 – New Security Offering (CTS) | 51 – Intraday Indicative Value Unavailable (CTS) 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.