Skip to content

ALLEGHANY CORP /DE: filings

Every ALLEGHANY CORP /DE annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2022-08-04

The latest filing in this captured record is a 10-Q filed 2022-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. ALLEGHANY CORP /DE may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-08-04fiscal Q2 202229920000950170-22-014825
10-Q2022-05-05fiscal Q1 202229620000950170-22-007933
10-K2022-02-23fiscal FY 2021351180000950170-22-001798
10-Q2021-11-04fiscal Q3 202129980000950170-21-003120
10-Q2021-08-05fiscal Q2 202129920001564590-21-041661
10-Q2021-05-06fiscal Q1 202129620001564590-21-025065
10-K2021-02-23fiscal FY 2020351180001564590-21-007601
10-Q2020-11-03fiscal Q3 202028960001564590-20-050023
10-Q2020-08-04fiscal Q2 202028900001564590-20-036188
10-Q2020-05-05fiscal Q1 202028600001564590-20-021320
10-K2020-02-19fiscal FY 2019331120001564590-20-005335
10-Q2019-11-05fiscal Q3 201931990001564590-19-040439
10-Q2019-08-06fiscal Q2 201930890001193125-19-214165
10-Q2019-05-07fiscal Q1 201929580001193125-19-139814
10-K2019-02-20fiscal FY 2018291030001193125-19-045528
10-Q2018-11-01fiscal Q3 201827750001193125-18-315892
10-Q2018-08-02fiscal Q2 201826730001193125-18-236762
10-Q2018-05-03fiscal Q1 201821410001193125-18-150853
10-K2018-02-21fiscal FY 201725910001193125-18-052080
10-Q2017-11-02fiscal Q3 201722660001193125-17-331193
10-Q2017-08-03fiscal Q2 201723690001193125-17-247546
10-Q2017-05-04fiscal Q1 201724470001193125-17-158867
10-K2017-02-22fiscal FY 2016281000001193125-17-052180
10-Q2016-11-01fiscal Q3 201624720001193125-16-755417
10-Q2016-08-02fiscal Q2 201624720001193125-16-668439
10-Q2016-05-05fiscal Q1 201624500001193125-16-580114
10-K2016-02-23fiscal FY 2015281010001193125-16-473635
10-Q2015-11-03fiscal Q3 201525760001193125-15-364407
10-Q2015-08-04fiscal Q2 201525760001193125-15-276687
10-Q2015-05-05fiscal Q1 201525520001193125-15-172252
10-K2015-02-24fiscal FY 2014281000001193125-15-060159
10-Q2014-11-03fiscal Q3 201425760001193125-14-394076
10-Q2014-08-04fiscal Q2 201425760001193125-14-293508
10-Q2014-05-05fiscal Q1 201428580001193125-14-182594
10-K2014-02-25fiscal FY 2013311080001193125-14-067345
10-Q2013-11-04fiscal Q3 201328790001193125-13-425282
10-Q2013-08-05fiscal Q2 201326730001193125-13-319134
10-Q2013-05-06fiscal Q1 201326510001193125-13-201651
10-K2013-02-21fiscal FY 2012291030001193125-13-069346
10-Q2012-11-06fiscal Q3 201229790001193125-12-454671
10-Q2012-08-06fiscal Q2 201229790001193125-12-337844
10-Q2012-05-07fiscal Q1 201229570001193125-12-215471
10-K2012-02-24fiscal FY 2011321120001193125-12-076843
10-Q2011-11-07fiscal Q3 201125700001193125-11-299942
10-Q2011-08-04fiscal Q2 201125700001193125-11-210341
10-Q2011-05-05fiscal Q1 201124470000950123-11-045451
10-K2011-02-25fiscal FY 201025660000950123-11-018269
10-Q2010-11-04fiscal Q3 201025680000950123-10-100926
10-Q2010-08-05fiscal Q2 201024650000950123-10-073379

Inspect the source

Entity
ALLEGHANY CORP /DE / CIK 0000775368
Captured
SEC response SHA-256
6b503f2c1c5241b6127cafb5cfd86a1cc9a5d00a206442efd6834cc90800e077

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