Returns historical values for the given `tag` and the Company with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
tag | String | An Intrinio data tag ID or code (reference) | |
frequency | String | Return historical data in the given frequency | [optional] [default to daily] |
type | String | Return historical data for given fiscal period type | [optional] |
start_date | Date | Return historical data on or after this date | [optional] |
end_date | Date | Return historical data on or before this date | [optional] |
sort_order | String | Sort by date `asc` or `desc` | [optional] [default to desc] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
historical_data | Array | |
company | CompanySummary | |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |