Returns historical values for the given `tag` and the Company with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Company identifier (Ticker, CIK, LEI, 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 | Return historical data for given fiscal period type | [optional] |
start_date | Date | Return historical data on or after this date | [optional] |
end_date | Date | Return historical data 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 |
company | CompanySummary | |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the company |
ticker | Character | The stock market ticker symbol associated with the company's common stock securities |
name | Character | The company's common name |
lei | Character | The Legal Entity Identifier (LEI) assigned to the company |
cik | Character | The Central Index Key (CIK) assigned to the company |