Insider transactions

get

Retrieves the insider transactions for a given ticker symbol.

Authorizations
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
get
GET //financial-datasets/insider-transactions/{ticker} HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

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

{
  "success": true,
  "message": "text",
  "body": {
    "to": "text",
    "data": "text",
    "value": "text",
    "gasLimit": "text",
    "nonce": "text",
    "simulate": true,
    "gas": "text",
    "gasPrice": "text",
    "maxFeePerGas": "text",
    "maxPriorityFeePerGas": "text",
    "chain_id": "text",
    "encoding": "text",
    "type": 1,
    "accessList": [
      {
        "address": "text",
        "storageKeys": [
          "text"
        ]
      }
    ],
    "blobGas": "text",
    "blobGasFeeCap": "text",
    "blobHashes": [
      "text"
    ],
    "dryrun": true,
    "input": "text",
    "EOA": true,
    "contract_address": "text",
    "token_id": "text",
    "token_ids": "text",
    "approved": true,
    "broadcast": true,
    "alwaysIncrementNonce": true,
    "asset": "text",
    "amount": "text",
    "interestRateMode": 1,
    "referralCode": 1,
    "onBehalfOf": "text",
    "receiverAddress": "text",
    "assets": [
      "text"
    ],
    "amounts": [
      "text"
    ],
    "modes": [
      1
    ],
    "params": "text",
    "rateMode": 1,
    "useAsCollateral": true,
    "collateralAsset": "text",
    "debtAsset": "text",
    "user": "text",
    "debtToCover": "text",
    "receiveAToken": true,
    "inputTokens": [
      {
        "tokenAddress": "text",
        "amount": "text"
      }
    ],
    "outputTokens": [
      {
        "tokenAddress": "text",
        "proportion": 1
      }
    ],
    "slippageLimitPercent": 1,
    "minHealthFactor": "text",
    "premiums": [
      "text"
    ],
    "initiator": "text",
    "role": "text",
    "account": "text",
    "initialDeposit": "text",
    "borrowAmount": "text"
  },
  "address": "text",
  "data": [
    {
      "ticker": "text",
      "issuer": "text",
      "name": "text",
      "title": "text",
      "is_board_director": true,
      "transaction_date": "text",
      "transaction_shares": 1,
      "transaction_price_per_share": 1,
      "transaction_value": 1,
      "shares_owned_before_transaction": 1,
      "shares_owned_after_transaction": 1,
      "security_title": "text",
      "filing_date": "text"
    }
  ]
}