---
title: "Insider Transaction Owner"
method: GET
path: "/api/v1/sec/insider_transactions/owners"
tags: ["Insider Transaction"]
---

# Insider Transaction Owner

`GET /api/v1/sec/insider_transactions/owners`

Returns information about insider transaction owners, including company officers, directors, and beneficial owners

## Query parameters

- `page` integer
- `pagesize` integer
- `date_from` string, date
- `date_to` string, date
- `updated_since` integer
- `date` string, date
- `chamber` 'House' | 'Senate'
- `fields` string
- `search_keys_type` 'symbol' | 'cik' | 'name_fuzzy' | 'name_starts_with'
- `search_keys` string
- `display` 'flat' | 'nested'

## Response `200`

Insider Transaction Owner

- GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiInsiderTransactionFilingDoc
  - `data` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiInsiderTransaction[]
    - `accession_number` string
    - `company_cik` string
    - `company_name` string
    - `company_symbol` string
    - `filing_date` string
    - `footnotes` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiSECFootnotes[]
      - `id` string
      - `text` string
    - `form_type` string
    - `html_url` string
    - `id` string
    - `is_10b5` boolean
    - `owner` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiOwner
      - `insider_cik` string
      - `insider_name` string
      - `insider_title` string
      - `is_director` boolean
      - `is_officer` boolean
      - `is_ten_percent_owner` boolean
      - `raw_signature` string
    - `remaining_shares` string
    - `remaining_underlying_shares` string
    - `traded_percentage` string
    - `transactions` GitlabBenzingaIoBenzingaBzgoPkgModelsCalendarApiTransaction[]
      - `acquired_or_disposed` string
      - `conversion_exercise_price_derivative` string
      - `date_deemed_execution` string
      - `date_exercisable` string
      - `date_expiration` string
      - `date_transaction` string
      - `is_derivative` boolean
      - `ownership` string
      - `post_transaction_quantity` string
      - `price_per_share` string
      - `remaining_underlying_shares` string
      - `security_title` string
      - `shares` string
      - `transaction_code` string
      - `transaction_id` string
      - `underlying_security_title` string
      - `underlying_shares` string
      - `voluntarily_reported` boolean
    - `updated` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
