Returns historical values for the given `tag` and the entity represented by the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | string | An identifier for an entity such as a Company, Security, Index, etc (Ticker, FIGI, ISIN, CUSIP, 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 | Filter by type, when applicable | [optional] |
startDate | DateTime? | Get historical data on or after this date | [optional] |
endDate | DateTime? | Get historical date on or before this date | [optional] |
sortOrder | string | Sort by date `asc` or `desc` | [optional] [default to desc] |
pageSize | int? | 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 | |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |