---
title: "Dividends Data for a Specific Ticker"
method: GET
path: "/tickers/{symbol}/dividends"
tags: ["Tickers"]
---

# Dividends Data for a Specific Ticker

`GET /tickers/{symbol}/dividends`

Obtain ticker dividend data for a specific stock ticker by attaching `/dividends` 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 dividends data retrieved.

- TickerDividendsResponse
  - `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` TickerDividendsResponseData[]
    - `date` string — Ex-dividend date.
    - `dividend` number, float — Dividend amount per share.
    - `payment_date` string — Payment date of the dividend.
    - `record_date` string — Record date for the dividend.
    - `declaration_date` string — Declaration date for the dividend.
    - `distr_freq` string — Distribution frequency (e.g., q for quarterly).
    - `symbol` string — Ticker symbol the dividend

---

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