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

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
