Funds holding multiple given securities (cross-CUSIP overlap)
Reverse lookup spanning multiple CUSIPs at once. Pass a comma-separated list of CUSIPs and the endpoint returns every 13F filer holding at least min_overlap of them in the requested quarter. Useful for detecting consensus baskets (e.g. 'which funds hold all 5 of these AI infrastructure names?'). Each matched fund's per-CUSIP position detail (shares + value + issuer) is echoed so callers don't need a follow-up scan. min_overlap defaults to 2 (the meaningful overlap floor); set to len(cusips) for a strict intersection. PUT/CALL option rows are filtered before counting - this is a stock-ownership signal, not derivative exposure. Optional ?quarter=<stem> selects a historical snapshot (default: newest stem in retention manifest).
Query parameters
Comma-separated list of 9-character canonical CUSIPs (2-10 entries; duplicates dropped).
Comma-separated list of 9-character canonical CUSIPs (2-10 entries; duplicates dropped).
Minimum count of requested CUSIPs a fund must hold to appear (1..10). Defaults to 2 (any pair overlap).
Minimum count of requested CUSIPs a fund must hold to appear (1..10). Defaults to 2 (any pair overlap).
Optional retention-manifest stem. When omitted, scan the newest available stem.
Optional retention-manifest stem. When omitted, scan the newest available stem.
Response
Funds matching the overlap threshold + their per-CUSIP holdings.
Example response
{
"data": {
"funds": [
{
"cik": "0001067983",
"manager_name": "BERKSHIRE HATHAWAY INC"
}
]
},
"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",
"data_age_days": 8.532,
"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"
],
"period": "2026-Q1",
"notes": "the UKMTO report behind these counts is dated 2026-08-21 and is 11 days old"
}
}Changes
Changed in 2 of the 23 revisions of this API.15
- ○
added the optional property
meta/data_age_daysto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/notesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
meta/periodto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the429statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the503statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the401statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the429statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the503statusresponse-optional-property-added
- ○
added the optional property
planto the response with the401statusresponse-optional-property-added
- ○
added the optional property
planto the response with the429statusresponse-optional-property-added
- ○
added the optional property
planto the response with the503statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the401statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the429statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the503statusresponse-optional-property-added
- ○