Returns historical values for the given `tag` and the Security with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
tag | str | An Intrinio data tag ID or code (reference) | |
frequency | str | Return historical data in the given frequency | [optional] [default to daily] |
type | str | Filter by type, when applicable | [optional] |
start_date | date | Get historical data on or after this date | [optional] |
end_date | date | Get historical date on or before this date | [optional] |
sort_order | str | Sort by date `asc` or `desc` | [optional] [default to desc] |
page_size | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
historical_data | list[HistoricalData] | |
security | SecuritySummary | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |