Hedge Fund Intelligence
One fund's full 13F portfolio
All 13F-reported positions for a single institutional manager, looked up by SEC EDGAR CIK number. Returns the latest filed quarter (amendments supersede originals). Each position includes issuer, CUSIP, market value ($thousands), share count, voting authority breakdown, and put/call flag. Cross-link path: SEC ADV /advisers/{crd} -> cik field -> /13f/{cik}/holdings.
get/api/v1/sec/13f/{cik}/holdings
Path parameters
cikstring required
SEC EDGAR CIK; leading zeros optional.
SEC EDGAR CIK; leading zeros optional.
Response
Single fund's portfolio for the latest filed quarter.
Example response
{
"data": {
"positions": [
{
"issuer": "APPLE INC",
"title": "COM",
"cusip": "037833100",
"shares_type": "SH",
"put_call": "PUT",
"investment_discretion": "SOLE",
"accession": "0002085853-26-000289",
"period_of_report": "31-DEC-2025",
"other_manager_cik": "0001067983"
}
]
},
"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"
]
}
}