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

# Dividends

`GET /dividends`

The dividends endpoint provides historical dividend data for a specified stock, in many cases covering over a decade. It returns information on dividend payouts, including the ex-date, amount, and frequency. This endpoint is ideal for users tracking dividend histories or evaluating the income potential of stocks.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string
- `range` 'last' | 'next' | '1m' | '3m' | '6m' | 'ytd' | '1y' | '2y' | '5y' | 'full'
- `start_date` string
- `end_date` string
- `adjust` boolean

## Response `200`

- object
  - `meta` object, required — Json object with request general information
    - `symbol` string — Ticker symbol of instrument
    - `name` string — Name of symbol
    - `currency` string — Currency in which instrument is traded
    - `exchange` string — Exchange where instrument is traded
    - `mic_code` string — Market identifier code (MIC) under ISO 10383 standard
    - `exchange_timezone` string — Timezone of the exchange
  - `dividends` object[], required — List of dividends
    - `ex_date` string, required — Stands for the ex date
    - `amount` number, double, required — Stands for the payment amount

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
