---
title: "Dividends Data"
method: GET
path: "/dividends"
tags: ["Dividends"]
---

# Dividends Data

`GET /dividends`

Using the Dividends Data endpoint, you will be able to look up information about the stock dividend for different symbols.

**Note:** The **V2 Dividend Endpoint** provides dividend data for symbols listed on **NASDAQ, PINK, SHG, NYSE, NYSE ARCA, OTCQB,** and **BATS**, and dividend information for individual ticker symbols can also be retrieved 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`

Dividends data retrieved.

- DividendsResponse
  - `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` DividendItem[]
    - `symbol` string — Ticker symbol the dividend applies to.
    - `date` string — Ex-dividend date.
    - `dividend` number, float — Dividend amount per share.

---

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