latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

reference_data

Cross listings

The cross_listings endpoint provides a daily updated list of cross-listed symbols for a specified financial instrument. Cross-listed symbols represent the same security available on multiple exchanges. This endpoint is useful for identifying all the exchanges where a particular security is traded, allowing users to access comprehensive trading information across different markets.

get/cross_listings

Query parameters

symbolstring required

The ticker symbol of an instrument for which data is requested

exchangestring

Exchange where instrument is traded

mic_codestring

Market identifier code (MIC) under ISO 10383 standard

countrystring

Country to which stock exchange belongs to

Response

Example response

{
  "result": {
    "count": 4,
    "list": [
      {
        "exchange": "NASDAQ",
        "mic_code": "XNGS",
        "name": "NVIDIA Corporation",
        "symbol": "NVDA"
      },
      {
        "exchange": "VSE",
        "mic_code": "XWBO",
        "name": "NVIDIA Corporation",
        "symbol": "NVDA"
      },
      {
        "exchange": "BVS",
        "mic_code": "XSGO",
        "name": "NVIDIA Corporation",
        "symbol": "NVDACL"
      },
      {
        "exchange": "BVS",
        "mic_code": "XSGO",
        "name": "NVIDIA Corporation",
        "symbol": "NVDA"
      }
    ]
  }
}