Searches for indices using the text in `query`
Name | Type | Description | Notes |
---|---|---|---|
query | str | Search query | |
page_size | int | The number of results to return | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
indices | list[StockMarketIndexSummary] |
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 |