---
title: "Returns Conference call data"
method: GET
path: "/api/v2.1/calendar/conference-calls"
tags: ["conference_calls"]
---

# Returns Conference call data

`GET /api/v2.1/calendar/conference-calls`

Returns Conference call data for a selected period and/or security. Conference calls are scheduled calls where company management discusses quarterly or annual financial results, business updates, and answers questions from analysts and investors.

## 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[tickers]` string, csv
- `parameters[updated]` integer

## Headers

- `accept` 'application/json', required

## Response `200`

success

- ApiConferenceResponse — API response containing an array of conference call records
  - `conference-calls` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiConference[]
    - `access_code` string
    - `confirmed` boolean
    - `cusip` string
    - `date` string
    - `exchange` string
    - `id` string
    - `importance` integer
    - `international_num` string
    - `isin` string
    - `name` string
    - `notes` string
    - `period` string
    - `period_year` integer
    - `phone_num` string
    - `reservation_num` string
    - `start_time` string
    - `ticker` string
    - `time` string — Time of the conference call (EST)
    - `updated` integer
    - `webcast_url` 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)
