Skip to main content
HEAD
/
api
/
market-data
/
fundamental
/
insider_trades
Get insider transaction disclosure headers
curl --request HEAD \
  --url https://openapi.fcontext.com/api/market-data/fundamental/insider_trades \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

Security symbol, for example AAPL.US.

count
integer
default:20

Number of records to return, default 20, maximum 100.

Required range: 1 <= x <= 100

Response

Market-data response headers.