メインコンテンツへスキップ
GET
/
api
/
market-data
/
fundamental
/
insider_trades
インサイダー取引開示を取得
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/fundamental/insider_trades \
  --header 'x-api-key: <api-key>'
{
  "insiderTrades": [
    {
      "filing_date": "2026-06-12",
      "owner": "Jane Insider",
      "title": "Chief Executive Officer",
      "date": "2026-06-10",
      "code": "P",
      "type": "BUY",
      "shares": 123,
      "price": 123,
      "value": 123,
      "shares_after": 123
    }
  ]
}

承認

x-api-key
string
header
必須

アカウント設定で生成された Financial Context key。x-api-key: <key> として送信します。

クエリパラメータ

symbol
string
必須

証券シンボル。例:AAPL.US

count
integer
デフォルト:20

返すレコード数。デフォルトは 20、最大 100。

必須範囲: 1 <= x <= 100

レスポンス

インサイダー取引開示

insiderTrades
object[]