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

# Splits Data

`GET /splits`

Using the Splits Data endpoint, you will be able to look up information about the stock splits factor for different symbols.


**Note:** The V2 Splits Endpoint provides split data for symbols listed on **NASDAQ, PINK, SHG, NYSE, NYSE ARCA, OTCQB,** and **BATS**. You can also retrieve split information for individual ticker symbols using the Tickers Endpoint.

## Query parameters

- `access_key` string, required
- `symbols` string, required
- `date_from` string, date
- `date_to` string, date
- `sort` 'ASC' | 'DESC'
- `limit` integer
- `offset` integer

## Response `200`

Splits data retrieved.

- SplitsResponse
  - `pagination` Pagination
    - `limit` integer — Returns your pagination limit value.
    - `offset` integer — Returns your pagination offset value.
    - `count` integer — Returns the results count on the current page.
    - `total` integer — Returns the total count of results available.
  - `data` SplitItem[]
    - `symbol` string — Ticker symbol the split applies to.
    - `date` string — Date of the split.
    - `split_factor` number, float — Split ratio applied on the date.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
