API Version:
v1 v2Return intraday stock prices for the Security with the given `identifier`
Name | Description | Example |
---|---|---|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
source
|
Return intraday prices from the specified data source
Options:
iex
bats
|
- |
start_date
|
Return intraday prices starting at the specified date | - |
start_time
|
Return intraday prices starting at the specified time on the `start_date` (timezone is UTC) | - |
end_date
|
Return intraday prices stopping at the specified date | - |
end_time
|
Return intraday prices stopping at the specified time on the `end_date` (timezone is UTC) | - |
identifier
* required
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
|
||
source
* required
Return intraday prices from the specified data source
|
||
start_date
* required
Return intraday prices starting at the specified date
|
||
start_time
* required
Return intraday prices starting at the specified time on the `start_date` (timezone is UTC)
|
||
end_date
* required
Return intraday prices stopping at the specified date
|
||
end_time
* required
Return intraday prices stopping at the specified time on the `end_date` (timezone is UTC)
|
Name | Description | Type | Example |
---|---|---|---|
intraday_prices | The intraday stock prices for the Security | array | - |
time
|
The timestamp that the `last_price` represents. | string | |
last_price
|
The price of the last trade. | number | |
ask_price
|
The price of the top ask order. | number | |
ask_size
|
The size of the top ask order. | number | |
bid_price
|
The price of the top bid order. | number | |
bid_size
|
The size of the top bid order. | number | |
volume
|
The number of shares exchanged during the trading day on the exchange. | number | |
source
|
The source of the data. | 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 | |
name
|
The name of the Security | string | |
code
|
A 2-3 digit code classifying the Security | 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 | |
source | The source of the data | select | - |
next_page | The token required to request the next page of the data | string | - |
intraday_prices
The intraday stock prices for the Security
|
|||
security
The Security resolved from the given identifier
|
|||
source
The source of the data
|
|||
next_page
The token required to request the next page of the data
|