Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } ] }
アカウント設定で生成された Financial Context key。x-api-key: <key> として送信します。
x-api-key: <key>
証券シンボル。例:AAPL.US。
AAPL.US
返すレコード数。デフォルトは 20、最大 100。
1 <= x <= 100
インサイダー取引開示
Show child attributes