Returns historical values for the given `tag` and the Security with the given `identifier`
Name | Description | Example |
---|---|---|
identifier
* required
|
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | AAPL |
tag
* required
|
An Intrinio data tag ID or code (reference) | adj_close_price |
frequency
|
Return historical data in the given frequency
Options:
daily
weekly
monthly
quarterly
yearly
show more
show less
|
- |
type
|
Filter by type, when applicable | - |
start_date
|
Get historical data on or after this date | - |
end_date
|
Get historical date on or before this date | - |
sort_order
|
Sort by date `asc` or `desc`
Options:
asc
desc
show more
show less
|
- |
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)
|
||
tag
* required
An Intrinio data tag ID or code (reference)
|
||
frequency
* required
Return historical data in the given frequency
|
||
type
* required
Filter by type, when applicable
|
||
start_date
* required
Get historical data on or after this date
|
||
end_date
* required
Get historical date on or before this date
|
||
sort_order
* required
Sort by date `asc` or `desc`
|
||
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 |
---|---|---|
historical_data | array | |
date
|
The date that the value is present | date |
value
|
The historical value | number |
security | 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 |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
historical_data
|
||
security
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|