Skip to content

ASPEN INSURANCE HOLDINGS LIMITED: filings

Every ASPEN INSURANCE HOLDINGS LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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
20-F2026-03-30fiscal FY 202533870001267395-26-000007
20-F2025-03-19fiscal FY 202432840001267395-25-000019
20-F2024-04-01fiscal FY 202332830001267395-24-000012
20-F2023-04-20fiscal FY 202230780001267395-23-000015
20-F2022-05-16fiscal FY 202132840001267395-22-000020
20-F2021-04-09fiscal FY 202032870001267395-21-000021
20-F2020-04-06fiscal FY 201932880001267395-20-000031
10-Q2019-05-08fiscal Q1 201928630001267395-19-000049
10-K2019-02-13fiscal FY 2018352060001267395-19-000008
10-Q2018-10-31fiscal Q3 201830940001267395-18-000114
10-Q2018-08-08fiscal Q2 201830940001267395-18-000093
10-Q2018-05-09fiscal Q1 201829640001267395-18-000050
10-K2018-02-22fiscal FY 2017352050001267395-18-000024
10-Q2017-10-31fiscal Q3 201730940001267395-17-000070
10-Q2017-08-02fiscal Q2 201729880001267395-17-000052
10-Q2017-05-04fiscal Q1 201729630001267395-17-000038
10-K2017-02-22fiscal FY 2016341900001267395-17-000015
10-Q2016-11-07fiscal Q3 201628840001267395-16-000157
10-Q2016-08-04fiscal Q2 201627820001267395-16-000119
10-Q2016-04-28fiscal Q1 201627600001267395-16-000100
10-K2016-02-19fiscal FY 2015311820001267395-16-000081
10-Q2015-11-05fiscal Q3 201527820001267395-15-000054
10-Q2015-07-30fiscal Q2 201527820001267395-15-000039
10-Q2015-04-30fiscal Q1 201527600001267395-15-000031
10-K2015-02-23fiscal FY 2014311820001267395-15-000014
10-Q2014-11-07fiscal Q3 201427820001267395-14-000059
10-Q2014-08-05fiscal Q2 201427820001267395-14-000044
10-Q2014-05-01fiscal Q1 201428620001267395-14-000028
10-K2014-02-20fiscal FY 2013311820001267395-14-000011
10-Q2013-11-05fiscal Q3 201329870001445305-13-002686
10-Q2013-08-02fiscal Q2 201329870001193125-13-316686
10-Q2013-04-29fiscal Q1 201329610001193125-13-181005
10-K2013-02-26fiscal FY 2012342020001193125-13-075831
10-Q2012-11-07fiscal Q3 201228850001193125-12-457072
10-Q2012-08-07fiscal Q2 201229890001193125-12-340195
10-Q2012-05-07fiscal Q1 201228600001193125-12-214006
10-K2012-02-28fiscal FY 2011331980000950123-12-003543
10-Q2011-11-07fiscal Q3 201129880000950123-11-095834
10-Q2011-08-08fiscal Q2 201127800000950123-11-074376
10-Q2011-05-09fiscal Q1 201125550000950123-11-047459
10-K2011-02-25fiscal FY 201025680000950123-11-018156
10-Q2010-11-09fiscal Q3 201025700000950123-10-103118
10-Q/A2010-08-17fiscal Q2 201025700000950123-10-078376

Inspect the source

Entity
ASPEN INSURANCE HOLDINGS LIMITED / CIK 0001267395
Captured
2026-09-20T07:47:33.836Z
SEC response SHA-256
9cfa1070360db32a1d4f16e53cb6e7b2d8d3dfcd0e360512382847dd32534387

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