Skip to main content
GET
/
vq
/
insider
/
{symbol}
Get insider transactions
curl --request GET \
  --url https://api.vectrade.io/v1/vq/insider/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "symbol": "<string>",
      "insiderName": "<string>",
      "title": "<string>",
      "shares": 123,
      "price": 123,
      "totalValue": 123,
      "sharesOwnedAfter": 123,
      "filedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

VecTrade API key (e.g., vq_live_...)

Path Parameters

symbol
string
required

Query Parameters

limit
integer
default:20

Response

Insider transaction list

data
object[]