メインコンテンツへスキップ
GET
/
api
/
v2
/
calendar
/
events
イベント
curl --request GET \
  --url 'https://api.benzinga.com/api/v2/calendar/events?token='
{
  "events": [
    {
      "date_end": "2026-01-13",
      "date_start": "2026-01-13",
      "event_name": "28th Annual Needham Growth Conference",
      "event_type": "Corporate conference presentation",
      "id": "695b762f1bd4be000196669c",
      "importance": 3,
      "international_number": "",
      "location": "New York",
      "phone_number": "",
      "securities": [
        {
          "country": "USA",
          "cusip": "346375108",
          "exchange": "NASDAQ",
          "isin": "US3463751087",
          "symbol": "FORM"
        }
      ],
      "source_link": "https://www.formfactor.com/events/",
      "start_time": "15:00:00",
      "tags": [
        "Needham Growth Conference"
      ],
      "updated": 1767602218,
      "webcast_link": ""
    }
  ]
}

{
  "events": [
    {
      "date_end": "2026-01-13",
      "date_start": "2026-01-13",
      "event_name": "28th Annual Needham Growth Conference",
      "event_type": "Corporate conference presentation",
      "id": "695b762f1bd4be000196669c",
      "importance": 3,
      "international_number": "",
      "location": "New York",
      "phone_number": "",
      "securities": [
        {
          "country": "USA",
          "cusip": "346375108",
          "exchange": "NASDAQ",
          "isin": "US3463751087",
          "symbol": "FORM"
        }
      ],
      "source_link": "https://www.formfactor.com/events/",
      "start_time": "15:00:00",
      "tags": [
        "Needham Growth Conference"
      ],
      "updated": 1767602218,
      "webcast_link": ""
    }
  ]
}

承認

token
string
query
必須

クエリパラメータ

page
integer
デフォルト:0

ページオフセット。最適化・パフォーマンス・技術的な理由から、ページオフセットは 0 ~ 100000 に制限されています。日付などの他のパラメータを使用してクエリ結果を絞り込んでください。デフォルト値は 0 です。

pageSize
integer
デフォルト:100

返される結果の件数。最大 1000 件

parameters[date]
string<date>

calendar データをクエリする日付。date_from と date_to が同一の場合の省略形。指定しない場合は最新日付がデフォルトになります。

parameters[date_from]
string<date>

YYYY-MM-DD 形式の開始日

parameters[date_to]
string<date>

終了日(YYYY-MM-DD 形式)

parameters[importance]
enum<integer>

フィルタに使用する重要度レベル。指定した重要度以上のものが対象になります

利用可能なオプション:
0,
1,
2,
3,
4,
5
parameters[tickers]
string<csv>

カンマ区切りで1つ以上のティッカーシンボルを指定します。最大50件まで

parameters[updated]
integer

レコードの最終更新日時を表す Unix タイムスタンプ(UTC)。これを指定すると、ソートは指定したタイムスタンプ以上(Greater Than or Equal)を下限として実行されます。

search_keys_type
enum<string>

検索キーのタイプ

利用可能なオプション:
event_type
search_keys
string

検索キー

レスポンス

イベント

events
object[]