Returns stock exchange list and information for all stock exchanges covered by Intrinio.
Name | Description | Example |
---|---|---|
identifier
|
An identifer for a stock exchange, which can be the MIC, symbol, or acronym. | XLON |
query
|
A string query search of stock exchange name or MIC with the returned results being the relevant stock exchanges in compacted list format. | London |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 2 |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 10 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
identifier
* required
An identifer for a stock exchange, which can be the MIC, symbol, or acronym.
|
||
query
* required
A string query search of stock exchange name or MIC with the returned results being the relevant stock exchanges in compacted list format.
|
||
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
symbol | the Intrinio symbol associated with the stock exchange | string |
mic | the MIC identifier for the stock exchange | string |
institution_name | the name of the stock exchange | string |
acronym | the stock exchanges short form identifier | string |
city | the city where the stock exchange is located | string |
country | the country where the stock exchange is located | string |
country_code | the country code for the country where the stock exchange is located | string |
website | the website for the stock exchange | string |
symbol
the Intrinio symbol associated with the stock exchange
|
||
mic
the MIC identifier for the stock exchange
|
||
institution_name
the name of the stock exchange
|
||
acronym
the stock exchanges short form identifier
|
||
city
the city where the stock exchange is located
|
||
country
the country where the stock exchange is located
|
||
country_code
the country code for the country where the stock exchange is located
|
||
website
the website for the stock exchange
|