---
title: "Dividends"
method: GET
path: "/stock/dividend"
tags: ["Default"]
---

# Dividends

`GET /stock/dividend`

Get dividends data for common stocks going back 30 years.

## Query parameters

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

## Response `200`

successful operation

- Dividends[]
  - `symbol` string — Symbol.
  - `date` string, date — Ex-Dividend date.
  - `amount` number, float — Amount in local currency.
  - `adjustedAmount` number, float — Adjusted dividend.
  - `payDate` string, date — Pay date.
  - `recordDate` string, date — Record date.
  - `declarationDate` string, date — Declaration date.
  - `currency` string — Currency.
  - `freq` string — <p>Dividend frequency. Can be 1 of the following values:</p><ul> <li><code>0: Annually</code></li> <li><code>1: Monthly</code></li> <li><code>2: Quarterly</code></li> <li><code>3: Semi-annually</code></li> <li><code>4: Other/Unknown</code></li> <li><code>5: Bimonthly</code></li> <li><code>6: Trimesterly</code></li> <li><code>7: Weekly</code></li> </ul>

## Changes

- **2023-03-31** `fe3acff4e0d7` — 1 info
  - added the optional property `items/freq` to the response with the `200` status
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-11** `26499f908d78` — 1 breaking, 8 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `adjustedAmount` from the response with the `200` status
  - removed the optional property `amount` from the response with the `200` status
  - removed the optional property `currency` from the response with the `200` status
  - …5 more
- **2020-06-03** `2e4c53648ee2` — 2 warning, 3 info
  - removed the optional property `Amount` from the response with the `200` status
  - removed the optional property `Date` from the response with the `200` status
  - added the optional property `adjustedAmount` to the response with the `200` status
  - added the optional property `amount` to the response with the `200` status
  - …1 more
- **2020-05-26** `c5b8e420b78c` — 1 breaking, 8 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - api tag `Default` removed
  - added the optional property `Amount` to the response with the `200` status
  - added the optional property `Date` to the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/dividend/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/415b27331384/schema)
