Returns all Stock Exchanges matching the specified parameters
Name | Type | Description | Notes |
---|---|---|---|
city | String | Filter by city | [optional] |
country | String | Filter by country | [optional] |
country_code | String | Filter by ISO country code | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
stock_exchanges | Array | |
next_page | 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 |
country_code | String | The 2-digit code of the exchange's country |
website | String | The website of the exchange |
first_stock_price_date | Date | The earliest date for which Intrinio has stock prices for the exchange |
last_stock_price_date | Date | The latest date for which Intrinio has stock prices for the exchange |