---
title: "Splits"
method: GET
path: "/stock/split"
tags: ["Default"]
---

# Splits

`GET /stock/split`

Get splits data for stocks.

## Query parameters

- `symbol` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

successful operation

- Split[]
  - `symbol` string — Symbol.
  - `date` string, date — Split date.
  - `fromFactor` number, float — From factor.
  - `toFactor` number, float — To factor.

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-12** `fea47f48a0f6` — 1 warning, 1 info
  - removed the optional property `items/Date` from the response with the `200` status
  - added the optional property `items/date` to the response with the `200` status
- **2020-06-11** `26499f908d78` — 1 breaking, 4 warning
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `Date` from the response with the `200` status
  - removed the optional property `fromFactor` from the response with the `200` status
  - removed the optional property `symbol` from the response with the `200` status
  - …1 more
- **2020-05-26** `c5b8e420b78c` — 1 breaking, 5 info
  - the response's body type changed from `array` to `object` for status `200`
  - api tag `Default` removed
  - added the optional property `Date` to the response with the `200` status
  - added the optional property `fromFactor` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/split/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/b9cd697cee6d/schema)
