Returns historical values for the given `tag` and the Company with the given `identifier`
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Company identifier (Ticker, CIK, LEI, Intrinio ID) | AAPL |
|
tag
* required
|
An Intrinio data tag ID or code (reference) | marketcap |
|
frequency
|
Return historical data in the given frequency
Options:
daily
weekly
monthly
quarterly
yearly
show more
show less
|
- |
|
type
|
Return historical data for given fiscal period type
Options:
FY
QTR
TTM
show more
show less
|
- |
|
start_date
|
Return historical data on or after this date | - |
|
end_date
|
Return historical data 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 Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
||
|
tag
* required
An Intrinio data tag ID or code (reference)
|
||
|
frequency
* required
Return historical data in the given frequency
|
||
|
type
* required
Return historical data for given fiscal period type
|
||
|
start_date
* required
Return historical data on or after this date
|
||
|
end_date
* required
Return historical data 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 |
| company | object | |
|
id
|
The Intrinio ID of the company | string |
|
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
|
name
|
The company's common name | string |
|
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
|
cik
|
The Central Index Key (CIK) assigned to the company | string |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
historical_data
|
||
|
company
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|