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] [enum: daily, weekly, monthly, quarterly, yearly] |
type | String | Return historical data for given fiscal period type | [optional] [enum: FY, QTR, TTM] |
startDate | LocalDate | Return historical data on or after this date | [optional] |
endDate | LocalDate | Return historical data on or before this date | [optional] |
sortOrder | String | Sort by date `asc` or `desc` | [optional] [default to desc] [enum: asc, desc] |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
historicalData | List | |
company | CompanySummary | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |