---
title: "Cross listings"
method: GET
path: "/cross_listings"
tags: ["reference_data"]
---

# Cross listings

`GET /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.

## Query parameters

- `symbol` string, required
- `exchange` string
- `mic_code` string
- `country` string

## Response `200`

- object
  - `result` CrossListingsResult — Represents the result of cross listings
    - `count` integer, required — Number of cross listings found
    - `list` CrossListingsItem[], required — List of cross listings
      - `symbol` string, required — Ticker symbol of instrument
      - `name` string, required — Name of symbol
      - `exchange` string, required — Exchange where instrument is traded
      - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
