Returns all Stock Exchanges matching the specified parameters
Name | Type | Description | Notes |
---|---|---|---|
city | Character | Filter by city | [optional] |
country | Character | Filter by country | [optional] |
country_code | Character | Filter by ISO country code | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
stock_exchanges | List of StockExchange | |
stock_exchanges_data_frame | Data Frame | Data frame representation of stock_exchanges |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID for the Stock Exchange |
name | Character | The name of the exchange |
mic | Character | The Market Identifier Code (MIC) of the exchange |
acronym | Character | The acronym of the exchange's name |
city | Character | The city in which the exchange is located |
country | Character | The country in which the exchange is located |
country_code | Character | The 2-digit code of the exchange's country |
website | Character | 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 |