---
title: "Dividends Events V2.2"
method: GET
path: "/api/v2.2/calendar/dividends"
tags: ["Dividends"]
---

# Dividends Events V2.2

`GET /api/v2.2/calendar/dividends`

Returns dividends data for a selected period and/or security, including both confirmed and unconfirmed dividend dates. V2.2 includes additional fields: confirmed, period, and year. This version provides more detailed information about dividend confirmation status and periodicity.

## Query parameters

- `page` integer
- `pagesize` integer
- `parameters[date]` string, YYYY-MM-DD
- `parameters[date_from]` string, YYYY-MM-DD
- `parameters[date_to]` string, YYYY-MM-DD
- `parameters[date_sort]` 'announced' | 'ex' | 'payable' | 'record'
- `parameters[dividend_yield_operation]` 'gt' | 'gte' | 'eq' | 'lte' | 'lt'
- `parameters[dividend_yield]` number
- `parameters[importance]` 0 | 1 | 2 | 3 | 4 | 5
- `parameters[tickers]` string, csv
- `parameters[updated]` integer

## Headers

- `accept` 'application/json', required

## Response `200`

Success

- ApiDividendResponse — API response containing an array of dividend records
  - `dividends` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiDividend[]
    - `confirmed` boolean
    - `currency` string
    - `cusip` string
    - `date` string
    - `dividend` string
    - `dividend_prior` string
    - `dividend_type` string
    - `dividend_yield` string
    - `end_regular_dividend` boolean
    - `ex_dividend_date` string
    - `exchange` string
    - `frequency` integer
    - `id` string
    - `importance` integer
    - `isin` string
    - `name` string
    - `notes` string
    - `payable_date` string
    - `period` string
    - `record_date` string
    - `ticker` string
    - `updated` integer
    - `year` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
