Skip to main content
GET
/
v1
/
ownership
/
insider-transactions
Get Insider Transactions
curl --request GET \
  --url https://api.aries.com/v1/ownership/insider-transactions \
  --header 'Authorization: Bearer <token>'
{
  "transactions": [
    {
      "symbol": "AAPL",
      "name": "BELL JAMES A",
      "share": 38527,
      "change": 1852,
      "filingDate": "2024-02-05",
      "transactionDate": "2024-02-01",
      "transactionCode": "M",
      "transactionPrice": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

Stock ticker symbol (e.g., AAPL, MSFT)

from
string

Start date for filtering transactions in YYYY-MM-DD format

to
string

End date for filtering transactions in YYYY-MM-DD format

Response

200 - application/json

Insider transactions.

transactions
object[]

List of insider trading transactions