---
title: "Splits"
method: GET
path: "/splits"
tags: ["fundamentals"]
---

# Splits

`GET /splits`

The splits endpoint provides historical data on stock split events for a specified company. It returns details including the date of each split and the corresponding split factor.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string
- `range` 'last' | '1m' | '3m' | '6m' | 'ytd' | '1y' | '2y' | '5y' | 'full'
- `start_date` string
- `end_date` string

## Response `200`

- object
  - `meta` object, required — Metadata about the instrument
    - `symbol` string, required — Ticker symbol of instrument
    - `name` string, required — Name of the instrument
    - `currency` string, required — Currency in which the instrument is denominated
    - `exchange` string, required — Exchange where instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `exchange_timezone` string, required — Timezone of the exchange
  - `splits` object[], required — List of stock splits
    - `date` string, required — Stands for the split date
    - `description` string, required — Specification of the split event
    - `ratio` number, double, required — The ratio by which the number of a company's outstanding shares of stock are increased following a stock split. For example, a `4-for-1 split` results in four times as many outstanding shares, with each share selling at one forth of its pre-split price
    - `from_factor` number, double, required — From factor of the split
    - `to_factor` number, double, required — To factor of the split

## 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)
