Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/market/v1/get-insider-transactions
{ "unavailable": true, "symbol": "<string>", "totalBuys": 123, "totalSells": 123, "netValue": 123, "transactions": [ { "name": "<string>", "shares": 123, "value": 123, "transactionCode": "<string>", "transactionDate": "<string>" } ], "fetchedAt": "<string>" }
GetInsiderTransactions retrieves SEC insider buy/sell activity from Finnhub.
Successful response
Show child attributes
Was this page helpful?