v5

OpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Hedge Fund Intelligence

One fund's portfolio Δ between two retained quarters

Position-level delta between two quarters for one institutional manager (CIK). Without query params: latest 2 quarters from the manifest (most-recent vs previous). With from_quarter + to_quarter: both stems validated against the manifest. Composite diff key is (cusip, put_call, title); multiple INFOTABLE rows with the same key but different investment_discretion / voting / co-manager are aggregated by sum(value)+sum(shares) before diff. filer_status_* is filed or not_filed per quarter - useful for spotting deregistration or new filings. 409 when manifest has <2 quarters and no params provided; 404 when CIK absent from BOTH stems.

get/api/v1/sec/13f/{cik}/changes

Path parameters

cikstring required

SEC EDGAR CIK; leading zeros optional.

SEC EDGAR CIK; leading zeros optional.

Query parameters

from_quarterstring nullable

Older stem (ddmmmyyyy-ddmmmyyyy or yyyyqN). Default: prior to most-recent.

Older stem (ddmmmyyyy-ddmmmyyyy or yyyyqN). Default: prior to most-recent.

to_quarterstring nullable

Newer stem. Default: most-recent stem in retention.

Newer stem. Default: most-recent stem in retention.

Response

Composite-key position delta for one CIK across two quarters.

Example response

{
  "data": {
    "filer_status_from": "filed",
    "filer_status_to": "filed",
    "positions_added": [
      {
        "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"
      }
    ],
    "positions_removed": [
      {
        "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"
    ]
  }
}