GET
/
calendar-removed
curl --request GET \
  --url https://api.benzinga.com/api/v1/calendar-removed \
  --header 'accept: <accept>'
{
  "removed": [
    {
      "id": "string",
      "type": "string",
      "updated": "integer (int64)"
    }
  ]
}
{
  "removed": [
    {
      "id": "string",
      "type": "string",
      "updated": "integer (int64)"
    }
  ]
}

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. Default 50.

type
enum<string>

Calendar type

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

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

Response

200
application/json
success
removed
object[]