v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
conference_calls

Returns Conference call data

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.

get/api/v2.1/calendar/conference-calls

Query parameters

pageinteger

Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date

pagesizeinteger

Number of results returned. Limit 1000

parameters[date]string YYYY-MM-DD

Date to query for calendar data. Shorthand for date_from and date_to if they are the same. Defaults for latest

parameters[date_from]string YYYY-MM-DD

Date to query from point in time

parameters[date_to]string YYYY-MM-DD

Date to query to point in time

parameters[tickers]string csv

One or more ticker symbols separated by a comma. Maximum 50 tickers

parameters[updated]integer

Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated

Headers

accept'application/json' required

Specifies return format. Query parameters work the same for both formats

Response

success

Example response

{
  "conference-calls": [
    {
      "access_code": "123456",
      "confirmed": true,
      "date": "2024-01-09",
      "exchange": "NASDAQ",
      "id": "60a7f5e8e4b0f5a3c8e9f5ae",
      "importance": 4,
      "international_num": "1-201-389-0918",
      "isin": "US0378331005",
      "name": "Apple Inc.",
      "notes": "Q1 2024 Earnings Conference Call",
      "period": "Q1",
      "period_year": 2025,
      "phone_num": "1-877-407-0890",
      "reservation_num": "13744123",
      "start_time": "16:30:00",
      "ticker": "AAPL",
      "time": "16:30:00",
      "updated": 1704819600,
      "webcast_url": "https://event.webcasts.com/example"
    }
  ]
}