Name | Type | Description | Notes |
---|---|---|---|
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 |
---|---|---|
indices | list[StockMarketIndexSummary] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | str | Intrinio ID for the Index |
symbol | str | The symbol used to identify the Index |
name | str | The name of the Index |
continent | str | The continent of the country of focus for the Index |
country | str | The country of focus for the Index |
update_frequency | str | How often the Index is updated |
last_updated | datetime | When the Index was updated last |
observation_start | date | The earliest date for which data is available |
observation_end | date | The latest date for which data is available |