Returns historical values for the given `tag` and the Security with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) | |
tag | Character | An Intrinio data tag ID or code (reference) | |
frequency | Character | Return historical data in the given frequency | [optional] [default to daily] |
type | Character | 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 | Character | 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 | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
historical_data | List of HistoricalData | |
historical_data_data_frame | Data Frame | Data frame representation of historical_data |
security | SecuritySummary | |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |