Skip to main content
GET
/
api
/
v2
/
calendar
/
events
Events
curl --request GET \
  --url 'https://api.benzinga.com/api/v2/calendar/events?token='
{
  "events": [
    {
      "date_end": "2026-01-13",
      "date_start": "2026-01-13",
      "event_name": "28th Annual Needham Growth Conference",
      "event_type": "Corporate conference presentation",
      "id": "695b762f1bd4be000196669c",
      "importance": 3,
      "international_number": "",
      "location": "New York",
      "phone_number": "",
      "securities": [
        {
          "country": "USA",
          "cusip": "346375108",
          "exchange": "NASDAQ",
          "isin": "US3463751087",
          "symbol": "FORM"
        }
      ],
      "source_link": "https://www.formfactor.com/events/",
      "start_time": "15:00:00",
      "tags": [
        "Needham Growth Conference"
      ],
      "updated": 1767602218,
      "webcast_link": ""
    }
  ]
}

{
  "events": [
    {
      "date_end": "2026-01-13",
      "date_start": "2026-01-13",
      "event_name": "28th Annual Needham Growth Conference",
      "event_type": "Corporate conference presentation",
      "id": "695b762f1bd4be000196669c",
      "importance": 3,
      "international_number": "",
      "location": "New York",
      "phone_number": "",
      "securities": [
        {
          "country": "USA",
          "cusip": "346375108",
          "exchange": "NASDAQ",
          "isin": "US3463751087",
          "symbol": "FORM"
        }
      ],
      "source_link": "https://www.formfactor.com/events/",
      "start_time": "15:00:00",
      "tags": [
        "Needham Growth Conference"
      ],
      "updated": 1767602218,
      "webcast_link": ""
    }
  ]
}

Authorizations

token
string
query
required

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. Default is 0

pageSize
integer
default:100

Number of results returned. Limit 1000

parameters[date]
string<date>

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<date>

Start date in YYYY-MM-DD format

parameters[date_to]
string<date>

End date in YYYY-MM-DD format

parameters[importance]
enum<integer>

The importance level to filter by. Uses Greater Than or Equal To the importance indicated

Available options:
0,
1,
2,
3,
4,
5
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

search_keys_type
enum<string>

Search keys type

Available options:
event_type
search_keys
string

Search keys

Response

Events

events
object[]