Skip to content

STEPSTONE GROUP INC.: filings

Every STEPSTONE GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-07fiscal Q1 202737780001628280-26-054818
10-K2026-05-27fiscal FY 2026471260001628280-26-038446
10-Q2026-02-05fiscal Q3 2026381120001628280-26-005769
10-Q2025-11-06fiscal Q2 2026381120001628280-25-050217
10-Q2025-08-07fiscal Q1 202637780001796022-25-000060
10-K2025-05-23fiscal FY 2025461240001796022-25-000041
10-Q2025-02-06fiscal Q3 2025381120001796022-25-000008
10-Q2024-11-07fiscal Q2 2025381120001796022-24-000088
10-Q2024-08-08fiscal Q1 202537780001796022-24-000063
10-K2024-05-24fiscal FY 2024451210001796022-24-000041
10-Q2024-02-08fiscal Q3 2024371100001796022-24-000008
10-Q2023-11-07fiscal Q2 2024371100001796022-23-000080
10-Q2023-08-07fiscal Q1 202437780001796022-23-000049
10-K2023-05-26fiscal FY 2023451250001796022-23-000033
10-Q2023-02-09fiscal Q3 2023371100001796022-23-000011
10-Q2022-11-07fiscal Q2 2023381130001796022-22-000056
10-Q2022-08-05fiscal Q1 202338810001796022-22-000037
10-K2022-05-31fiscal FY 2022461250001796022-22-000029
10-Q2022-02-10fiscal Q3 2022381140001796022-22-000006
10-Q2021-11-12fiscal Q2 2022381200001796022-21-000102
10-Q2021-08-12fiscal Q1 202237740001796022-21-000050
10-K2021-06-23fiscal FY 2021431110001796022-21-000044
10-Q2021-02-11fiscal Q3 2021361010001796022-21-000007
10-Q2020-11-12fiscal Q2 202132890001796022-20-000010

Inspect the source

Entity
STEPSTONE GROUP INC. / CIK 0001796022
Captured
2026-09-19T11:21:20.714Z
SEC response SHA-256
8bb0ad19aab37b781a60b563f51ebf336b5a31361bd7903dcbf86ea308110904

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001796022.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))