Skip to main content
GET
/
api
/
v2.1
/
calendar-removed
Removed (v2)
curl --request GET \
  --url 'https://api.benzinga.com/api/v2.1/calendar-removed/?token='
{
  "removed": [
    {
      "id": "5b5d22b5be523300016fd411",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3dc573a8839f000125ef6b",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3de0ffa8839f000125efd4",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3e642da8839f000125f167",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3d9249a8839f000125ef61",
      "type": "dividends",
      "updated": 0
    }
  ]
}
{
  "removed": [
    {
      "id": "5b5d22b5be523300016fd411",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3dc573a8839f000125ef6b",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3de0ffa8839f000125efd4",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3e642da8839f000125f167",
      "type": "dividends",
      "updated": 0
    },
    {
      "id": "5c3d9249a8839f000125ef61",
      "type": "dividends",
      "updated": 0
    }
  ]
}

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

type
enum<string>

Type

Available options:
ratings,
earnings,
dividends,
splits,
ipos,
offerings,
economics,
guidance,
ma,
conference calls
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

Removed

removed
object[]