Returns all Stock Exchanges matching the specified parameters
| Name | Description | Example |
|---|---|---|
|
city
|
Filter by city | New York |
|
country
|
Filter by country | UNITED STATES OF AMERICA |
|
country_code
|
Filter by ISO country code | US |
|
page_size
|
The number of results to return | - |
|
city
* required
Filter by city
|
||
|
country
* required
Filter by country
|
||
|
country_code
* required
Filter by ISO country code
|
||
|
page_size
* required
The number of results to return
|
| Name | Description | Type |
|---|---|---|
| stock_exchanges | array | |
|
id
|
The Intrinio ID for the Stock Exchange | string |
|
name
|
The name of the exchange | string |
|
mic
|
The Market Identifier Code (MIC) of the exchange | string |
|
acronym
|
The acronym of the exchange's name | string |
|
city
|
The city in which the exchange is located | string |
|
country
|
The country in which the exchange is located | string |
|
country_code
|
The 2-digit code of the exchange's country | string |
|
website
|
The website of the exchange | string |
|
first_stock_price_date
|
The earliest date for which Intrinio has stock prices for the exchange | date |
|
last_stock_price_date
|
The latest date for which Intrinio has stock prices for the exchange | date |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
stock_exchanges
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|