---
title: "Events"
method: GET
path: "/api/v2/calendar/events"
tags: ["events"]
---

# Events

`GET /api/v2/calendar/events`

Returns corporate events including investor meetings, conferences, and special announcements

## Query parameters

- `page` integer
- `pageSize` integer
- `parameters[date]` string, date
- `parameters[date_from]` string, date
- `parameters[date_to]` string, date
- `parameters[importance]` 0 | 1 | 2 | 3 | 4 | 5
- `parameters[tickers]` string, csv
- `parameters[updated]` integer
- `search_keys_type` 'event_type'
- `search_keys` string

## Response `200`

Events

- ApiEventsResponse — API response containing an array of event records
  - `events` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiEvents[]
    - `date_end` string
    - `date_start` string
    - `event_name` string
    - `event_type` string
    - `id` string
    - `importance` integer
    - `international_number` string
    - `location` string
    - `phone_number` string
    - `securities` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiSecurities[]
      - `country` string
      - `cusip` string
      - `exchange` string
      - `isin` string
      - `symbol` string
    - `source_link` string
    - `start_time` string
    - `tags` string[]
    - `updated` integer
    - `webcast_link` string

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