メインコンテンツへスキップ
GET
/
api
/
v1
/
signal
/
option_activity
OptionActivity V1
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/signal/option_activity?token='
{
  "option_activity": [
    {
      "aggressor_ind": "0.73",
      "ask": "5.75",
      "bid": "5.2",
      "cost_basis": "336000.0",
      "date": "2025-12-29",
      "date_expiration": "2026-09-18",
      "description": "Freeport-McMoRan Option Alert: Sep 18 $50 Puts at the Ask: 600 vs 636 OI; Earnings 1/22 Before Open [est] ",
      "description_extended": "Freeport-McMoRan Option Alert: Sep 18 $50 Puts at the Ask: 600 @ $5.6 vs 636 OI; Earnings 1/22 Before Open [est] Ref=$51.4",
      "exchange": "NYSE",
      "execution_estimate": "AT_ASK",
      "id": "6952ef7b6ab0a40001b39586",
      "midpoint": "5.475",
      "open_interest": "636",
      "option_activity_type": "TRADE",
      "option_symbol": "FCX260918P00050000",
      "price": "5.6",
      "put_call": "PUT",
      "sentiment": "BEARISH",
      "size": "600",
      "strike_price": "50.00",
      "ticker": "FCX",
      "time": "16:15:32",
      "trade_count": 1,
      "underlying_price": "51.4",
      "underlying_type": "STOCK",
      "updated": 1767042939,
      "volume": "1601"
    }
  ]
}
{
  "option_activity": [
    {
      "aggressor_ind": "0.73",
      "ask": "5.75",
      "bid": "5.2",
      "cost_basis": "336000.0",
      "date": "2025-12-29",
      "date_expiration": "2026-09-18",
      "description": "Freeport-McMoRan Option Alert: Sep 18 $50 Puts at the Ask: 600 vs 636 OI; Earnings 1/22 Before Open [est] ",
      "description_extended": "Freeport-McMoRan Option Alert: Sep 18 $50 Puts at the Ask: 600 @ $5.6 vs 636 OI; Earnings 1/22 Before Open [est] Ref=$51.4",
      "exchange": "NYSE",
      "execution_estimate": "AT_ASK",
      "id": "6952ef7b6ab0a40001b39586",
      "midpoint": "5.475",
      "open_interest": "636",
      "option_activity_type": "TRADE",
      "option_symbol": "FCX260918P00050000",
      "price": "5.6",
      "put_call": "PUT",
      "sentiment": "BEARISH",
      "size": "600",
      "strike_price": "50.00",
      "ticker": "FCX",
      "time": "16:15:32",
      "trade_count": 1,
      "underlying_price": "51.4",
      "underlying_type": "STOCK",
      "updated": 1767042939,
      "volume": "1601"
    }
  ]
}

承認

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[date_sort]
enum<string>

日付順に並べ替え

利用可能なオプション:
date
parameters[tickers]
string<csv>

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

parameters[id]
string

ID

parameters[updated]
integer

レコードが最後に更新された時刻を示す Unix タイムスタンプ(UTC)。指定したタイムスタンプ以上の値になるよう、ソート順が必ず設定されます。

レスポンス

オプション取引動向

option_activity
object[]