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

# Dividends calendar

`GET /dividends_calendar`

The dividends calendar endpoint provides a detailed schedule of upcoming and past dividend events for specified date ranges. By using the `start_date` and `end_date` parameters, users can retrieve a list of companies issuing dividends, including the ex-dividend date and dividend amount. This endpoint is ideal for tracking dividend payouts and planning investment strategies based on dividend schedules.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string
- `start_date` string
- `end_date` string
- `outputsize` integer
- `page` integer

## Response `200`

- DividendsCalendarItem[]
  - `symbol` string — Ticker symbol of instrument
  - `mic_code` string — Market identifier code (MIC) under ISO 10383 standard
  - `exchange` string — Exchange where instrument is traded
  - `ex_date` string, required — Stands for the ex date
  - `amount` number, double, required — Dividend 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)
