Skip to content

Associated Capital Group, Inc.: filings

Every Associated Capital Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-Q2025-08-07fiscal Q2 202531890001437749-25-025453
10-Q2025-05-09fiscal Q1 202530630001437749-25-015833
10-K2025-03-19fiscal FY 202435710001437749-25-008454
10-Q2024-11-13fiscal Q3 202432950001437749-24-034932
10-Q2024-08-09fiscal Q2 2024341000001437749-24-025923
10-Q2024-05-15fiscal Q1 202434700001437749-24-016758
10-K2024-03-21fiscal FY 202337810001437749-24-008882
10-Q2023-11-14fiscal Q3 2023341020001437749-23-031711
10-Q2023-08-10fiscal Q2 2023341000001437749-23-023123
10-Q2023-05-12fiscal Q1 202334700001437749-23-014020
10-K2023-03-16fiscal FY 202237820001437749-23-006786
10-Q2022-11-14fiscal Q3 2022331010001437749-22-027354
10-Q2022-08-05fiscal Q2 202233990001437749-22-019198
10-Q2022-05-05fiscal Q1 202231670001140361-22-017912
10-K2022-03-17fiscal FY 202132710001140361-22-009943
10-Q2021-11-08fiscal Q3 202130940001140361-21-037002
10-Q2021-08-06fiscal Q2 202129900001140361-21-027234
10-Q2021-05-07fiscal Q1 202129620001140361-21-016489
10-K2021-03-24fiscal FY 202033740001140361-21-009678
10-Q2020-11-12fiscal Q3 202029930001140361-20-025243
10-Q2020-08-07fiscal Q2 202032980001140361-20-017862
10-Q2020-05-12fiscal Q1 202031660001140361-20-011373
10-K2020-03-16fiscal FY 201933740001140361-20-005911
10-Q2019-11-12fiscal Q3 201931970001140361-19-020288
10-Q2019-08-09fiscal Q2 201931950001140361-19-014768
10-Q2019-05-09fiscal Q1 201930650001140361-19-008701
10-K2019-03-08fiscal FY 201834700001140361-19-004627
10-Q2018-11-07fiscal Q3 201829880001140361-18-042561
10-Q2018-08-08fiscal Q2 201829900001567619-18-000021
10-Q2018-05-09fiscal Q1 201830720001140361-18-022326
10-K2018-03-09fiscal FY 2017351360001140361-18-012653
10-Q2017-11-07fiscal Q3 2017301060001060349-17-000035
10-Q2017-08-04fiscal Q2 2017301050001060349-17-000029
10-Q2017-05-03fiscal Q1 201726680001060349-17-000017
10-K2017-03-14fiscal FY 2016301020001060349-17-000008
10-Q2016-11-04fiscal Q3 201626930001060349-16-000074
10-Q2016-08-05fiscal Q2 201626930001060349-16-000063
10-Q2016-05-13fiscal Q1 201626650001060349-16-000056
10-K2016-03-24fiscal FY 201530940001060349-16-000045
10-Q2015-12-16fiscal Q3 201520710001060349-15-000032

Inspect the source

Entity
Associated Capital Group, Inc. / CIK 0001642122
Captured
2026-09-21T17:22:31.974Z
SEC response SHA-256
3f7a1bfc1e69f75c465d15b88deb684b485fdf2679cf2745223798ab26a3b34f

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