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