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).x-api-key: ********************curl --location 'https://sugra.ai/api/v1/sec/13f/quarters' \
--header 'x-api-key: <api-key>'{
"data": [
{
"stem": "01dec2025-28feb2026",
"period_end": "2026-02-28",
"fetched_at": "2026-05-18T03:15:00Z",
"filers_count": 0,
"holdings_count": 0,
"notices_count": 0
}
],
"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": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}