Form 3 / 5 insider holdings for one issuer CIK
Insider beneficial-ownership holdings reported on Form 3 (initial statement) and Form 5 (annual statement) for the given issuer CIK in the inclusive [from_date, to_date] window. One row per holding; the row's form field is '3' or '5'. Form 5 holdings carry is_annual=True; Form 3 holdings omit the flag (additive). Derivative-only fields (conversion/exercise price, expiration, underlying security) are null for non-derivative holdings. CIK accepted as 10-digit zero-padded or unpadded; canonicalised server-side. Retention 365 days; out-of-window from_date returns 422.
Path parameters
Issuer CIK (10-digit zero-padded or unpadded).
Issuer CIK (10-digit zero-padded or unpadded).
Query parameters
Inclusive window start (YYYY-MM-DD).
Inclusive window start (YYYY-MM-DD).
Inclusive window end (YYYY-MM-DD).
Inclusive window end (YYYY-MM-DD).
Response
Insider holdings payload.
Example response
{
"data": {
"cik": "0000320193",
"company_name": "Apple Inc",
"from_date": "2026-05-12",
"to_date": "2026-05-19",
"holdings": [
{
"filing_accession": "0001209191-26-031234",
"filed_at": "2026-05-19T18:32:00Z",
"form": "3",
"reporting_owner_cik": "0001214156",
"reporting_owner_name": "COOK TIMOTHY D",
"officer_title": "Chief Executive Officer",
"security_title": "Common Stock",
"shares_owned": 3275000,
"direct_or_indirect": "D",
"nature_of_ownership": "By Trust"
}
]
},
"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"
]
}
}