Skip to content

Acadian Asset Management Inc.: filings

Every Acadian Asset Management Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-06fiscal Q2 202623790001628280-26-053869
10-Q2026-05-07fiscal Q1 202623470001628280-26-031710
10-K2026-02-27fiscal FY 202528780001628280-26-012856
10-Q2025-11-06fiscal Q3 202523790001628280-25-049860
10-Q2025-08-07fiscal Q2 202522750001748824-25-000056
10-Q2025-05-08fiscal Q1 202523470001748824-25-000034
10-K2025-02-27fiscal FY 202425690001748824-25-000016
10-Q2024-11-07fiscal Q3 202423790001748824-24-000048
10-Q2024-08-08fiscal Q2 202423790001748824-24-000037
10-Q2024-05-09fiscal Q1 202423470001748824-24-000024
10-K2024-02-28fiscal FY 202327760001748824-24-000010
10-Q2023-11-08fiscal Q3 202322750001748824-23-000056
10-Q2023-08-08fiscal Q2 202328930001748824-23-000050
10-Q2023-05-08fiscal Q1 202330610001748824-23-000034
10-K2023-02-28fiscal FY 2022281390001748824-23-000010
10-Q2022-11-04fiscal Q3 2022391220001748824-22-000053
10-Q2022-08-05fiscal Q2 2022371160001748824-22-000048
10-Q2022-05-09fiscal Q1 202237780001748824-22-000032
10-K2022-02-28fiscal FY 2021291400001748824-22-000018
10-Q2021-11-05fiscal Q3 202123790001748824-21-000052
10-Q2021-08-09fiscal Q2 202123770001748824-21-000044
10-Q2021-05-07fiscal Q1 202124510001748824-21-000023
10-K2021-03-01fiscal FY 2020291410001748824-21-000012
10-Q2020-11-06fiscal Q3 202027910001748824-20-000056
10-Q2020-08-10fiscal Q2 202027910001748824-20-000048
10-Q2020-05-11fiscal Q1 202027580001748824-20-000029
10-K2020-03-02fiscal FY 2019301440001748824-20-000008
10-Q2019-11-12fiscal Q3 201924780001748824-19-000067
10-Q2019-08-09fiscal Q2 201923760001748824-19-000046

Inspect the source

Entity
Acadian Asset Management Inc. / CIK 0001748824
Captured
2026-09-21T17:25:54.058Z
SEC response SHA-256
a4332a5dc8e3e5abe776a53ce8ed40008977e6b329ad9fcbb7695c3e864636e1

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/0001748824.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"])))