Returns all Stock Exchanges matching the specified parameters
Name | Type | Description | Notes |
---|---|---|---|
city | String | Filter by city | [optional] |
country | String | Filter by country | [optional] |
countryCode | String | Filter by ISO country code | [optional] |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
stockExchanges | List | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for the Stock Exchange |
name | String | The name of the exchange |
mic | String | The Market Identifier Code (MIC) of the exchange |
acronym | String | The acronym of the exchange's name |
city | String | The city in which the exchange is located |
country | String | The country in which the exchange is located |
countryCode | String | The 2-digit code of the exchange's country |
website | String | The website of the exchange |
firstStockPriceDate | LocalDate | The earliest date for which Intrinio has stock prices for the exchange |
lastStockPriceDate | LocalDate | The latest date for which Intrinio has stock prices for the exchange |