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

# Splits calendar

`GET /splits_calendar`

The splits calendar endpoint provides a detailed calendar of stock split events within a specified date range. By setting the `start_date` and `end_date` parameters, users can retrieve a list of upcoming or past stock splits, including the company name, split ratio, and effective date. This endpoint is useful for tracking changes in stock structure and planning investment strategies around these events.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string
- `start_date` string
- `end_date` string
- `outputsize` integer
- `page` string

## Response `200`

- SplitsCalendarResponseItem[]
  - `date` string, required — Stands for the split date
  - `symbol` string — Ticker of the company
  - `mic_code` string — Market Identifier Code (MIC) under ISO 10383 standard
  - `exchange` string — Exchange name where the company is listed
  - `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)
