메인 콘텐츠로 건너뛰기
GET
/
api
/
v2.1
/
calendar-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
    }
  ]
}

인증

token
string
query
필수

쿼리 매개변수

page
integer
기본값:0

페이지 오프셋입니다. 최적화, 성능 및 기술적 이유로 페이지 오프셋은 0~100000 범위로 제한됩니다. 날짜 등의 다른 파라미터를 사용해 조회 결과를 제한하세요. 기본값은 0입니다.

pageSize
integer
기본값:100

반환되는 결과 수. 최대 1000개.

type
enum<string>

Type

사용 가능한 옵션:
ratings,
earnings,
dividends,
splits,
ipos,
offerings,
economics,
guidance,
ma,
conference calls
updated
integer

레코드가 마지막으로 업데이트된 시각의 Unix 타임스탬프(UTC)입니다. 이 값을 지정하면 정렬 순서는 지정한 타임스탬프 이상(이상 또는 같음)인 항목만 포함되도록 강제됩니다.

응답

삭제됨

removed
object[]