Returns historical values for the given `tag` and the SIC Index with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | An Index Identifier (symbol, Intrinio ID) | |
tag | String | An Intrinio data tag ID or code-name | |
type | String | Filter by type, when applicable | [optional] |
startDate | LocalDate | Get historical data on or after this date | [optional] |
endDate | LocalDate | Get 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 | |
index | SICIndex | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |