Returns historical values for the given `tag` and the SIC Index with the given `identifier`
Name | Description | Example |
---|---|---|
identifier
* required
|
An Index Identifier (symbol, Intrinio ID) | $SIC.1 |
tag
* required
|
An Intrinio data tag ID or code-name | marketcap |
type
|
Filter by type, when applicable | - |
start_date
|
Get historical data on or after this date | - |
end_date
|
Get historical data on or before this date | - |
sort_order
|
Sort by date `asc` or `desc`
Options:
asc
desc
show more
show less
|
- |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
identifier
* required
An Index Identifier (symbol, Intrinio ID)
|
||
tag
* required
An Intrinio data tag ID or code-name
|
||
type
* required
Filter by type, when applicable
|
||
start_date
* required
Get historical data on or after this date
|
||
end_date
* required
Get historical data on or before this date
|
||
sort_order
* required
Sort by date `asc` or `desc`
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
historical_data | array | |
date
|
The date that the value is present | date |
value
|
The historical value | number |
index | object | |
id
|
Intrinio ID for the Index | string |
symbol
|
The symbol used to identify the Index | string |
name
|
The name of the Index | string |
continent
|
The continent of the country of focus for the Index | string |
country
|
The country of focus for the Index | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
historical_data
|
||
index
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|