For the complete documentation index, see llms.txt. This page is also available as Markdown.

Insider transactions

get

Retrieves the insider transactions for a given ticker symbol.

Authorizations
AuthorizationstringRequired
Path parameters
tickerstringRequired
  • The ticker symbol of the company.
Query parameters
limitnumber · doubleOptional
  • The maximum number of insider transactions to return.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200

A promise that resolves to an InsiderTransactionsAPIResponse object containing the insider transactions.

application/json

Represents the response of the getInsiderTransactions endpoint.

successbooleanRequired

The success status of the operation.

messagestringRequired

The message associated with the operation.

addressstringOptional

The address associated with the operation.

get/financial-datasets/insider-transactions/{ticker}
200

A promise that resolves to an InsiderTransactionsAPIResponse object containing the insider transactions.