---
title: "Splits Factor for a Specific Ticker"
method: GET
path: "/tickers/{symbol}/splits"
tags: ["Tickers"]
---

# Splits Factor for a Specific Ticker

`GET /tickers/{symbol}/splits`

Obtain ticker splits factor for a specific stock ticker by attaching `/splits` to your URL.

## Path parameters

- `symbol` string, required

## Query parameters

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

## Response `200`

Tickers splits factor retrieved.

- TickerSplitsResponse
  - `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` TickerSplitsResponseData[]
    - `date` string — Date of the split.
    - `split_factor` number — Split ratio applied on the date.
    - `stock_split` string — Additional stock split info (nullable).
    - `symbol` string — Ticker symbol the split

---

[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/versions/c3305aea713e/schema)
