GET
/
calendar-removed
curl --request GET \
  --url https://api.benzinga.com/api/v1/calendar-removed/
{
  "removed": [
    {
      "id": "<string>",
      "type": "<string>",
      "updated": 123
    }
  ]
}

Authorizations

token
string
query
required

Query Parameters

page
integer

Page number

pageSize
integer

Page size

type
enum<string>

Type

Available options:
"ratings",
"earnings",
"dividends",
"splits",
"ipos",
"offerings",
"economics",
"guidance",
"ma",
"conference calls"
updated
integer

Updated time in Unix format

Response

200
application/json
Removed
removed
object[]