🔗 REST API - HistoricalMetadata

List of exchanges

GET
/v1/exchanges
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-historical.stock.finfeedapi.com/v1/exchanges"
[
  {
    "exchange_id": "IEXG",
    "mic": "IEXG",
    "operating_mic": "IEXG",
    "oprt_sgmt": "OPRT",
    "market_name_institution_description": "INVESTORS EXCHANGE",
    "legal_entity_name": "INVESTORS EXCHANGE LLC",
    "market_category_code": "NSPD",
    "acronym": "IEX",
    "iso_country_code": "US",
    "city": "NEW YORK",
    "website": "WWW.IEX.IO",
    "status": "ACTIVE",
    "creation_date": "2013-10-28T00:00:00.0000000Z",
    "last_update_date": "2022-10-24T00:00:00.0000000Z"
  },
  {
    "exchange_id": "XNAS",
    "mic": "XNAS",
    "operating_mic": "XNAS",
    "oprt_sgmt": "OPRT",
    "market_name_institution_description": "NASDAQ - ALL MARKETS",
    "market_category_code": "NSPD",
    "acronym": "NASDAQ",
    "iso_country_code": "US",
    "city": "NEW YORK",
    "website": "WWW.NASDAQ.COM",
    "status": "ACTIVE",
    "creation_date": "2005-06-27T00:00:00.0000000Z",
    "last_update_date": "2005-06-27T00:00:00.0000000Z"
  }
]
Service StatusGitHub SDK