GET https://api.marketstack.com/v1/exchanges
Using the exchanges
endpoint you will be able to look up information any of the 70+ stock exchanges supported by marketstack. You will be able to find and try out an example API request below.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"pagination": {
"limit": 100,
"offset": 0,
"count": 69,
"total": 69
},
"data": [
{
"name": "NASDAQ Stock Exchange",
"acronym": "NASDAQ",
"mic": "XNAS",
"country": "USA",
"country_code": "US",
"city": "New York",
"website": "www.nasdaq.com",
"timezone": {
"timezone": "America/New_York",
"abbr": "EST",
"abbr_dst": "EDT"
},
"currency": {
"code": "USD",
"symbol": "$",
"name": "US Dollar"
}
},
{
"name": "New York Stock Exchange",
"acronym": "NYSE",
"mic": "XNYS",
"country": "USA",
"country_code": "US",
"city": "New York",
"website": "www.nyse.com",
"timezone": {
"timezone": "America/New_York",
"abbr": "EST",
"abbr_dst": "EDT"
},
"currency": {
"code": "USD",
"symbol": "$",
"name": "US Dollar"
}
},
{
"name": "NYSE ARCA",
"acronym": "NYSEARCA",
"mic": "ARCX",
"country": "USA",
"country_code": "US",
"city": "New York",
"website": "www.nyse.com",
"timezone": {
"timezone": "America/New_York",
"abbr": "EST",
"abbr_dst": "EDT"
},
"currency": {
"code": "USD",
"symbol": "$",
"name": "US Dollar"
}
},
{
"name": "OTC Markets",
"acronym": "",
"mic": "OTCM",
"country": "USA",
"country_code": "US",
"city": "New York",
"website": "www.otcmarkets.com",
"timezone": {
"timezone": "America/New_York",
"abbr": "EST",
"abbr_dst": "EDT"
},
"currency": {
"code": "USD",
"symbol": "$",
"name": "US Dollar"
}
},
{
"name": "Buenos Aires Stock Exchange",
"acronym": "BCBA",
"mic": "XBUE",
"country": "Argentina",
"country_code": "AR",
"city": "Buenos Aires",
"website": "www.bcba.sba.com.ar",
"timezone": {
"timezone": "America/Argentina/Buenos_Aires",
"abbr": "-03",
"abbr_dst": "-03"
},
"currency": {
"code": "ARS",
"symbol": "AR$",
"name": "Argentine Peso"
}
},
{
"name": "Bahrein Bourse",
"acronym": "BSE",
"mic": "XBAH",
"country": "Bahrain",
"country_code": "BH",
"city": "Manama",
"website": "www.bahrainbourse.com.bh",
"timezone": {
"timezone": "Asia/Bahrain",
"abbr": "+03",
"abbr_dst": "+03"
},
"currency": {
"code": "BHD",
"symbol": "BD",
"name": "Bahraini Dinar"
}
},
{
"name": "Euronext Brussels& Curl curl -X GET 'https://api.marketstack.com/v1/exchanges' ENDPOINTS |