Saltar al contenido principal
GET
/
api
/
v2.1
/
calendar-removed
Eliminado (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
    }
  ]
}

Autorizaciones

token
string
query
requerido

Parรกmetros de consulta

page
integer
predeterminado:0

Desplazamiento de pรกgina. Por razones de optimizaciรณn, rendimiento y tรฉcnicas, los desplazamientos de pรกgina estรกn limitados entre 0 y 100000. Limite los resultados de la consulta mediante otros parรกmetros, como la fecha. El valor predeterminado es 0.

pageSize
integer
predeterminado:100

Nรบmero de resultados devueltos. Lรญmite: 1000

type
enum<string>

type

Opciones disponibles:
ratings,
earnings,
dividends,
splits,
ipos,
offerings,
economics,
guidance,
ma,
conference calls
updated
integer

Marca de tiempo Unix (UTC) de la รบltima actualizaciรณn de los registros. Esto forzarรก el orden de clasificaciรณn a ser mayor o igual que la marca de tiempo indicada

Respuesta

Eliminado

removed
object[]