> ## Documentation Index
> Fetch the complete documentation index at: https://docs.benzinga.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 내부자 거래 소유자

<ResponseExample>
  ```json 응답 (200 OK) theme={null}
  {
    "data": [
      {
        "cik": "0001462356",
        "name": "Katherine L Adams"
      }
    ]
  }
  ```

  ```json 응답 (401 인증 실패) theme={null}
  {
    "ok": false,
    "errors": [
      {
        "code": "auth_failed",
        "id": "unauthorized",
        "value": "인증 토큰이 없거나 올바르지 않습니다"
      }
    ]
  }
  ```

  ```json 응답 (404 찾을 수 없음) theme={null}
  {
    "ok": false,
    "errors": [
      {
        "code": "no_data_found",
        "id": "not_found",
        "value": "지정된 파라미터에 대한 데이터를 찾을 수 없습니다"
      }
    ]
  }
  ```

  ```json 응답 (500 내부 서버 오류) theme={null}
  {
    "ok": false,
    "errors": [
      {
        "code": "internal_server_error",
        "id": "server_error",
        "value": "요청을 처리하는 동안 예기치 않은 오류가 발생했습니다"
      }
    ]
  }
  ```
</ResponseExample>


## OpenAPI

````yaml ko/openapi/calendar-api.spec.yml GET /api/v1/sec/insider_transactions/owners
openapi: 3.0.0
info:
  contact: {}
  description: >-
    تُعيد واجهة برمجة تطبيقات REST هذه بيانات مُنظَّمة لمكالمات المؤتمرات
    الهاتفية (conference calls)، وتوزيعات الأرباح (dividends)، والأرباح (بما في
    ذلك تواريخ الأرباح المستقبلية)، والبيانات الاقتصادية، وإعلانات شركات
    الأدوية، والتوجيّهات المستقبلية للشركات (guidance)، والاكتتابات العامة
    الأولية (IPOs)، والعروض الثانوية، والتقييمات (ratings)، وأنشطة الاندماجات
    والاستحواذات (M&A)، وتجزيئة الأسهم (splits).
  termsOfService: http://swagger.io/terms/
  title: Calendar API
  version: 2.1.0
servers:
  - url: https://api.benzinga.com
    description: PROD
security: []
paths:
  /api/v1/sec/insider_transactions/owners:
    get:
      tags:
        - Insider Transaction
      summary: مالك الصفقة الداخلية
      description: >-
        يُرجِع معلومات عن مالكي معاملات المطلعين، بما في ذلك مسؤولو الشركة
        والمديرون والمالكون المستفيدون
      operationId: get-insider-transaction-owner
      parameters:
        - description: >-
            إزاحة الصفحة (Page offset). لأسباب متعلّقة بالتحسين والأداء
            والاعتبارات التقنية، تُقيَّد قيم الإزاحة بين 0 و100000. حدِّد نطاق
            نتائج الاستعلام باستخدام معلمات أخرى مثل التاريخ. القيمة الافتراضية
            هي 0
          in: query
          name: page
          schema:
            type: integer
            default: 0
        - description: عدد النتائج المُرجَعة. الحد الأقصى 1000
          in: query
          name: pagesize
          schema:
            type: integer
            default: 100
        - description: تاريخ البدء بصيغة YYYY-MM-DD
          in: query
          name: date_from
          schema:
            type: string
            format: date
        - description: تاريخ الانتهاء بصيغة YYYY-MM-DD
          in: query
          name: date_to
          schema:
            type: string
            format: date
        - description: >-
            أحدث طابع زمني من نوع Unix (بالتوقيت العالمي UTC) للسجلات المحدَّثة.
            سيُجبِر ترتيب الفرز ليكون أكبر من أو يساوي الطابع الزمني المحدَّد.
          in: query
          name: updated_since
          schema:
            type: integer
        - description: تاريخ بصيغة YYYY-MM-DD
          in: query
          name: date
          schema:
            type: string
            format: date
        - description: الغرفة
          in: query
          name: chamber
          schema:
            type: string
            enum:
              - House
              - Senate
        - description: الحقول
          in: query
          name: fields
          schema:
            type: string
        - description: نوع مفتاح البحث
          in: query
          name: search_keys_type
          schema:
            type: string
            enum:
              - symbol
              - cik
              - name_fuzzy
              - name_starts_with
        - description: مفاتيح البحث
          in: query
          name: search_keys
          schema:
            type: string
        - description: العرض
          in: query
          name: display
          schema:
            type: string
            enum:
              - flat
              - nested
      responses:
        '200':
          description: مالك الصفقة الداخلية
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/calendarapi.InsiderTransactionFilingDoc'
        '400':
          description: طلب غير صالح
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/api.ErrorResponse'
        '500':
          description: خطأ داخلي في الخادم
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/api.ErrorResponse'
      security:
        - ApiKeyAuth: []
components:
  schemas:
    calendarapi.InsiderTransactionFilingDoc:
      properties:
        data:
          items:
            $ref: '#/components/schemas/calendarapi.InsiderTransaction'
          type: array
      type: object
    api.ErrorResponse:
      properties:
        text:
          type: string
      type: object
    calendarapi.InsiderTransaction:
      properties:
        accession_number:
          example: 0001127602-24-000123
          type: string
        company_cik:
          example: 320193
          type: string
        company_name:
          example: Apple Inc.
          type: string
        company_symbol:
          example: AAPL
          type: string
        filing_date:
          example: '2024-01-09T00:00:00.000Z'
          type: string
        footnotes:
          items:
            $ref: '#/components/schemas/calendarapi.SECFootnotes'
          type: array
        form_type:
          example: '4'
          type: string
        html_url:
          example: >-
            https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000320193
          type: string
        id:
          example: 64a1b2c3d4e5f6789012345
          type: string
        is_10b5:
          example: true
          type: boolean
        owner:
          $ref: '#/components/schemas/calendarapi.Owner'
        remaining_shares:
          example: '125000'
          type: string
        remaining_underlying_shares:
          example: '50000'
          type: string
        traded_percentage:
          example: '15.5'
          type: string
        transactions:
          items:
            $ref: '#/components/schemas/calendarapi.Transaction'
          type: array
        updated:
          example: 1704758400
          type: integer
      type: object
    calendarapi.SECFootnotes:
      properties:
        id:
          example: F1
          type: string
        text:
          example: Shares were sold pursuant to a Rule 10b5-1 trading plan
          type: string
      type: object
    calendarapi.Owner:
      properties:
        insider_cik:
          example: '0001234567'
          type: string
        insider_name:
          example: Tim Cook
          type: string
        insider_title:
          example: Chief Executive Officer
          type: string
        is_director:
          example: true
          type: boolean
        is_officer:
          example: true
          type: boolean
        is_ten_percent_owner:
          example: false
          type: boolean
        raw_signature:
          example: /s/ Tim Cook
          type: string
      type: object
    calendarapi.Transaction:
      properties:
        acquired_or_disposed:
          example: D
          type: string
        conversion_exercise_price_derivative:
          example: '150.25'
          type: string
        date_deemed_execution:
          example: '2024-01-09T00:00:00.000Z'
          type: string
        date_exercisable:
          example: '2024-01-09T00:00:00.000Z'
          type: string
        date_expiration:
          example: '2025-01-09T00:00:00.000Z'
          type: string
        date_transaction:
          example: '2024-01-09T00:00:00.000Z'
          type: string
        is_derivative:
          example: false
          type: boolean
        ownership:
          example: Direct
          type: string
        post_transaction_quantity:
          example: '250000'
          type: string
        price_per_share:
          example: '150.25'
          type: string
        remaining_underlying_shares:
          example: '50000'
          type: string
        security_title:
          example: Common Stock
          type: string
        shares:
          example: '10000'
          type: string
        transaction_code:
          example: S
          type: string
        transaction_id:
          example: TXN-20240109-001
          type: string
        underlying_security_title:
          example: Common Stock
          type: string
        underlying_shares:
          example: '10000'
          type: string
        voluntarily_reported:
          example: false
          type: boolean
      type: object
  securitySchemes:
    ApiKeyAuth:
      in: query
      name: token
      type: apiKey

````