Skip to main content
GET
/
api
/
v2.1
/
calendar
/
conference-calls
Returns Conference call data
curl --request GET \
  --url 'https://api.benzinga.com/api/v2.1/calendar/conference-calls?token=' \
  --header 'accept: <accept>'
{
  "conference": [
    {
      "access_code": "",
      "cusip": "74965L101",
      "date": "2026-02-27",
      "exchange": "NYSE",
      "id": "69455ad26f0e8300014905ae",
      "importance": 2,
      "international_num": "(201) 493-6780",
      "isin": "US74965L1017",
      "name": "RLJ Lodging",
      "notes": "",
      "phone_num": "(877) 407-3982",
      "reservation_num": "",
      "start_time": "10:00:00",
      "ticker": "RLJ",
      "time": "09:01:54",
      "updated": 1766389198,
      "webcast_url": "https://edge.media-server.com/mmc/p/vrgtwapr/"
    },
    {
      "access_code": "",
      "cusip": "252784301",
      "date": "2026-02-27",
      "exchange": "NYSE",
      "id": "6942b5867dcc070001584a3e",
      "importance": 2,
      "international_num": "",
      "isin": "US2527843013",
      "name": "Diamondrock Hospitality",
      "notes": "",
      "phone_num": "",
      "reservation_num": "",
      "start_time": "09:00:00",
      "ticker": "DRH",
      "time": "08:52:06",
      "updated": 1766046383,
      "webcast_url": "https://edge.media-server.com/mmc/p/zqijedgm/"
    }
  ]
}
{
  "conference": [
    {
      "access_code": "",
      "cusip": "74965L101",
      "date": "2026-02-27",
      "exchange": "NYSE",
      "id": "69455ad26f0e8300014905ae",
      "importance": 2,
      "international_num": "(201) 493-6780",
      "isin": "US74965L1017",
      "name": "RLJ Lodging",
      "notes": "",
      "phone_num": "(877) 407-3982",
      "reservation_num": "",
      "start_time": "10:00:00",
      "ticker": "RLJ",
      "time": "09:01:54",
      "updated": 1766389198,
      "webcast_url": "https://edge.media-server.com/mmc/p/vrgtwapr/"
    },
    {
      "access_code": "",
      "cusip": "252784301",
      "date": "2026-02-27",
      "exchange": "NYSE",
      "id": "6942b5867dcc070001584a3e",
      "importance": 2,
      "international_num": "",
      "isin": "US2527843013",
      "name": "Diamondrock Hospitality",
      "notes": "",
      "phone_num": "",
      "reservation_num": "",
      "start_time": "09:00:00",
      "ticker": "DRH",
      "time": "08:52:06",
      "updated": 1766046383,
      "webcast_url": "https://edge.media-server.com/mmc/p/zqijedgm/"
    }
  ]
}

Authorizations

token
string
query
required

Headers

accept
enum<string>
default:application/json
required

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

Available options:
application/json

Query Parameters

page
integer
default:0

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

pagesize
integer

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

Response

success

conference
object[]