---
title: "Form 4 / 4/A / 5 / 5/A insider transactions for one issuer CIK"
method: GET
path: "/api/v1/sec/edgar/insider/{cik}/transactions"
tags: ["SEC EDGAR"]
---

# Form 4 / 4/A / 5 / 5/A insider transactions for one issuer CIK

`GET /api/v1/sec/edgar/insider/{cik}/transactions`

Insider transactions (purchases, sales, option exercises, awards) reported on Form 4 / 4/A plus Form 5 / 5/A annual statements for the given issuer CIK in the inclusive [from_date, to_date] window. One row per transaction (filings commonly contain multiple transactions on the same day). Form 5 transaction rows carry ``is_annual=True``; Form 4 rows omit the flag. Use ``filter_type`` to narrow to one transaction class. CIK accepted as 10-digit zero-padded or unpadded; canonicalised server-side. Retention 365 days; out-of-window from_date returns 422.

## Path parameters

- `cik` string, required — Issuer CIK (10-digit zero-padded or unpadded).

## Query parameters

- `from_date` string, required — Inclusive window start (YYYY-MM-DD).
- `to_date` string, required — Inclusive window end (YYYY-MM-DD).
- `filter_type` string, nullable — Filter to one transaction type: purchase|sale|option_exercise|award|gift|disposition|other.

## Response `200`

Insider transactions payload.

- EnvelopeSecEdgarInsiderTransactionsPayload
  - `data` SecEdgarInsiderTransactionsPayload, required — Response payload for ``/insider/{cik}/transactions``.
    - `cik` string, required — Issuer CIK (10-digit zero-padded).
    - `company_name` string, nullable — Issuer company name.
    - `from_date` string, required — Inclusive window start (ISO).
    - `to_date` string, required — Inclusive window end (ISO).
    - `filter_type` string, nullable — Optional transaction_type filter (purchase|sale|option_exercise|award|gift|disposition|other).
    - `transactions` InsiderTransaction[], required — Insider transactions on this issuer in the window (1 row per transaction). Sourced from Form 4 / 4/A plus Form 5 / 5/A annual statements (Form 5 rows carry ``is_annual=True``).
      - `filing_accession` string, required — SEC accession of the filing.
      - `filed_at` string, required — Filing publish timestamp (ISO).
      - `transaction_id` integer, required — Unique-within-filing transaction index (0, 1, 2, ...).
      - `form` string, required — '4' or '4/A'.
      - `is_amendment` boolean, required — True for Form 4/A.
      - `amends_accession` string, nullable — Accession of the original Form 4 when is_amendment=True.
      - `reporting_owner_cik` string, nullable — CIK of the reporting officer / director (10-digit zero-padded).
      - `reporting_owner_name` string, nullable — Reporting owner name.
      - `is_director` boolean, nullable — Reporting owner flagged as director.
      - `is_officer` boolean, nullable — Reporting owner flagged as officer.
      - `officer_title` string, nullable — Officer title when is_officer=True.
      - `transaction_date` string, nullable — Date of the underlying transaction (ISO).
      - `transaction_type` string, required — Normalized Sugra transaction_type: purchase|sale|option_exercise|award|gift|disposition|other.
      - `transaction_code` string, nullable — Raw SEC transaction code (P=purchase, S=sale, M=option exercise, A=award, G=gift, D=disposition, J=other).
      - `is_derivative` boolean, nullable — True for derivative (options) transactions.
      - `security_title` string, nullable — Security title.
      - `shares` number, nullable — Share count for the transaction.
      - `price_per_share` number, nullable — Per-share price.
      - `total_value_usd` number, nullable — Total transaction value in USD.
      - `shares_owned_after` number, nullable — Post-transaction beneficial ownership.
      - `primary_doc_url` string, nullable — URL of the Form 4 XML document.
      - `is_annual` boolean, nullable — True for transaction rows sourced from a Form 5 annual statement of changes; absent/null for Form 4 rows (DATA-1.5). Form 4 rows never carry this flag set to False - it is additive.
      - `period_of_report` string, nullable — Reporting period (YYYY-MM-DD) from the filing envelope. Stamped on Form 5 rows; absent/null for Form 4 rows (DATA-1.5).
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

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