Returns quote 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 the realtime price from the specified source instead of the most recent.
Options:
iex
bats_delayed
utp_delayed
cta_a_delayed
cta_b_delayed
otc_delayed
delayed_sip
nasdaq_basic
intrinio_mx
intrinio_mx_plus
show more
show less
|
delayed_sip |
active_only
|
Returns prices only from the most recent trading day. | - |
tickers
* required
|
The comma-delimited list of ticker symbols to return quotes for. | AAPL,MSFT,NVDA |
identifier
* required
A Stock Exchange identifier (MIC or Intrinio ID)
|
||
source
* required
Return the realtime price from the specified source instead of the most recent.
|
||
active_only
* required
Returns prices only from the most recent trading day.
|
||
tickers
* required
The comma-delimited list of ticker symbols to return quotes for.
|
Name | Description | Type |
---|---|---|
quotes | The realtime stock prices for all Securities traded on the Stock Exchange | array |
security
|
The Security of the stock quote | object |
id
|
The Intrinio ID for Security | string |
company_id
|
The Intrinio ID for the Company for which the Security is issued | 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 |
last
|
The price of the latest trade | number |
last_time
|
The date and time when the last trade occurred. | string |
source
|
The source of the pricing data. | string |
open
|
The open price from the latest day of trading. | number |
high
|
The highest price from the latest day of trading. | number |
low
|
The lowest price from the latest day of trading. | number |
exchange_volume
|
The volume of the security from the source. | number |
market_volume
|
The volume of the security for the entire market. | number |
eod_fifty_two_week_high
|
The 52 week high price. | number |
eod_fifty_two_week_low
|
The 52 week low price. | number |
marketcap
|
The current market cap. | number |
pricetoearnings
|
The current price to earnings. | number |
previous_close
|
The previous close price. | number |
previous_close_date
|
The date of the previous close. | date |
change
|
The difference in last price from the last close price | number |
change_percent
|
The percent difference in last price from the last close price | number |
adj_close_5_days_ago
|
The adjusted close price 5 days ago. | number |
adj_close_30_days_ago
|
The adjusted close price 30 days ago. | number |
adj_close_90_days_ago
|
The adjusted close price 90 days ago. | number |
adj_close_180_days_ago
|
The adjusted close price 180 days ago. | number |
adj_close_365_days_ago
|
The adjusted close price 365 days ago. | number |
adj_close_730_days_ago
|
The adjusted close price 730 days ago. | number |
adj_close_1825_days_ago
|
The adjusted close price 1825 days ago. | number |
adj_close_year_to_date
|
The adjusted close price at the start of the calendar year. | number |
change_percent_5_days
|
The percent change from the adjusted price 5 days ago to now. | number |
change_percent_30_days
|
The percent change from the adjusted price 30 days ago to now. | number |
change_percent_90_days
|
The percent change from the adjusted price 90 days ago to now. | number |
change_percent_180_days
|
The percent change from the adjusted price 180 days ago to now. | number |
change_percent_365_days
|
The percent change from the adjusted price 365 days ago to now. | number |
change_percent_730_days_ago
|
The percent change from the adjusted price 730 days ago to now. | number |
change_percent_1825_days
|
The percent change from the adjusted price 1825 days ago to now. | number |
change_percent_year_to_date
|
The percent change from the adjusted price since the start of the calendar year to now. | number |
extended_hours_last
|
The price of the latest trade in pre and post market trading. Might be null during normal trading | number |
extended_hours_change
|
The difference in extended_hours_last price from most recent official close price | number |
extended_hours_change_percent
|
The percent difference in extended_hours_last from the most recent official close price | number |
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 |
quotes
The realtime stock prices for all Securities traded on the Stock Exchange
|
||
stock_exchange
The Stock Exchange resolved from the given identifier
|