---
title: "Insider Transactions"
method: GET
path: "/stock/insider-transactions"
tags: ["Default"]
---

# Insider Transactions

`GET /stock/insider-transactions`

Company insider transactions data sourced from <code>Form 3,4,5</code>, SEDI and relevant companies' filings. This endpoint covers US, UK, Canada, Australia, India, and all major EU markets. Limit to 100 transactions per API call.

## Query parameters

- `symbol` string, required
- `from` string, date
- `to` string, date

## Response `200`

successful operation

- InsiderTransactions
  - `symbol` string — Symbol of the company.
  - `data` Transactions[] — Array of insider transactions.
    - `symbol` string — Symbol.
    - `name` string — Insider's name.
    - `share` integer — Number of shares held after the transaction.
    - `change` integer — Number of share changed from the last period. A positive value suggests a <code>BUY</code> transaction. A negative value suggests a <code>SELL</code> transaction.
    - `filingDate` string, date — Filing date.
    - `transactionDate` string, date — Transaction date.
    - `transactionPrice` number, float — Average transaction price.
    - `transactionCode` string — Transaction code. A list of codes and their meanings can be found <a href="https://www.sec.gov/about/forms/form4data.pdf" target="_blank" rel="noopener">here</a>.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
