Hedge Fund Intelligence
Multi-quarter retention manifest
List of retained 13F quarters served from the per-stem manifest files under static/sec-13f/quarters/. Returns up to 8 entries (rolling 2-year window). Each entry carries the stem identifier, ISO period_end, ingest timestamp, and pre-aggregated filers / holdings / notices counts. Order: most recent first. Empty array when retention has not been populated yet (cold start / pre-backfill).
get/api/v1/sec/13f/quarters
Response
Enumerated retention manifest, most recent first.
Example response
{
"data": [
{
"stem": "01dec2025-28feb2026",
"period_end": "2026-02-28",
"fetched_at": "2026-05-18T03:15:00Z"
}
],
"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"
]
}
}