---
title: "Dividends 2 (Basic)"
method: GET
path: "/stock/dividend2"
tags: ["Default"]
---

# Dividends 2 (Basic)

`GET /stock/dividend2`

Get global dividends data.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- Dividends2
  - `symbol` string — Symbol
  - `data` Dividends2Info[]
    - `exDate` string, date — Ex-Dividend date.
    - `amount` number, float — Amount in local currency.

## Changes

- **2021-07-26** `0f755a71e903` — 2 info
  - added the optional property `data/items/amount` to the response with the `200` status
  - added the optional property `data/items/exDate` to the response with the `200` status
- **2021-07-23** `a148c0b2d583` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

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