---
title: "Insider transaction"
method: GET
path: "/insider_transactions"
tags: ["regulatory"]
---

# Insider transaction

`GET /insider_transactions`

The insider transaction endpoint provides detailed data on trades executed by company insiders, such as executives and directors. It returns information including the insider's name, their role, the transaction type, the number of shares, the transaction date, and the price per share. This endpoint is useful for tracking insider activity and understanding potential insider sentiment towards a company's stock.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string

## Response `200`

- object
  - `meta` object, required — Metadata about the instrument
    - `symbol` string, required — Ticker symbol of instrument
    - `name` string, required — Name of the company
    - `currency` string, required — Currency of the instrument according to the ISO 4217 standard
    - `exchange` string, required — Exchange where instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `exchange_timezone` string, required — Timezone of the exchange
  - `insider_transactions` object[], required — List of insider transactions
    - `full_name` string, required — Full name of an individual, including first name, middle name, last name, and suffix
    - `position` string, required — Job position of insider
    - `date_reported` string, required — Date the transaction was reported
    - `is_direct` boolean — `true` if direct, `false` if indirect
    - `shares` integer — As per report the number of shares acquired or disposed of the transaction
    - `value` integer — Represents the value of transaction, calculated as price multiplied by the volume
    - `description` string, required — Exact price or price range of the transaction if available

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
