v5

OpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
SEC EDGAR

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

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.

get/api/v1/sec/edgar/insider/{cik}/transactions

Path parameters

cikstring required

Issuer CIK (10-digit zero-padded or unpadded).

Issuer CIK (10-digit zero-padded or unpadded).

Query parameters

from_datestring required

Inclusive window start (YYYY-MM-DD).

Inclusive window start (YYYY-MM-DD).

to_datestring required

Inclusive window end (YYYY-MM-DD).

Inclusive window end (YYYY-MM-DD).

filter_typestring nullable

Filter to one transaction type: purchase|sale|option_exercise|award|gift|disposition|other.

Filter to one transaction type: purchase|sale|option_exercise|award|gift|disposition|other.

Response

Insider transactions payload.

Example response

{
  "data": {
    "cik": "0000320193",
    "company_name": "Apple Inc",
    "from_date": "2026-05-12",
    "to_date": "2026-05-19",
    "transactions": [
      {
        "filing_accession": "0001209191-26-031234",
        "filed_at": "2026-05-19T18:32:00Z",
        "form": "4",
        "reporting_owner_cik": "0001214156",
        "reporting_owner_name": "COOK TIMOTHY D",
        "officer_title": "Chief Executive Officer",
        "transaction_date": "2026-05-15",
        "transaction_type": "sale",
        "transaction_code": "S",
        "security_title": "Common Stock",
        "shares": 511000,
        "price_per_share": 185.23,
        "total_value_usd": 94652530,
        "shares_owned_after": 3275000
      }
    ]
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}