Deprecated. Return 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
show more
show less
|
- |
start_date
|
Return intraday prices starting at the specified date | - |
start_time
|
Return intraday prices starting at the specified time on the `start_date` (24-hour in 'hh:mm' format, UTC timezone) | - |
end_date
|
Return intraday prices stopping at the specified date | - |
end_time
|
Return intraday prices stopping at the specified time on the `end_date` (24-hour in 'hh:mm' format, UTC timezone) | - |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
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` (24-hour in 'hh:mm' format, UTC timezone)
|
||
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` (24-hour in 'hh:mm' format, UTC timezone)
|
||
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 |
---|---|---|
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 (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 |
source | The source of the data | select |
next_page | The token required to request the next page of the data. If null, no further results are available. | 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. If null, no further results are available.
|