Skip to content

PartnerRe Ltd.: filings

Every PartnerRe Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2024-03-25

The latest filing in this captured record is a 20-F filed 2024-03-25. No later filing is in the SEC companyfacts record captured on 2026-09-20. PartnerRe Ltd. 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
20-F2024-03-25fiscal FY 202331880000911421-24-000018
20-F2023-03-21fiscal FY 202231830000911421-23-000012
20-F2022-03-02fiscal FY 202131810000911421-22-000011
20-F2021-02-25fiscal FY 202031810000911421-21-000026
20-F2020-03-02fiscal FY 201929740000911421-20-000007
20-F2019-03-20fiscal FY 201821550000911421-19-000026
20-F2018-03-14fiscal FY 201724630000911421-18-000010
20-F2017-04-05fiscal FY 201624630000911421-17-000011
10-Q2016-05-02fiscal Q1 201620440000911421-16-000093
10-K2016-02-25fiscal FY 2015281470000911421-16-000072
10-Q2015-10-30fiscal Q3 201524780000911421-15-000046
10-Q2015-07-31fiscal Q2 201524780000911421-15-000030
10-Q2015-05-04fiscal Q1 201524520000911421-15-000020
10-K2015-02-26fiscal FY 2014281470000911421-15-000011
10-Q2014-10-31fiscal Q3 201424770000911421-14-000023
10-Q2014-08-01fiscal Q2 201424780000911421-14-000014
10-Q2014-05-02fiscal Q1 201424520001193125-14-179786
10-K2014-02-27fiscal FY 2013281470001193125-14-071574
10-Q2013-11-01fiscal Q3 201324780001193125-13-422803
10-Q2013-08-01fiscal Q2 201326820001193125-13-315016
10-Q2013-05-03fiscal Q1 201325530001193125-13-198854
10-K2013-02-26fiscal FY 2012281390001193125-13-077241
10-Q2012-11-02fiscal Q3 201223730001193125-12-448813
10-Q2012-08-02fiscal Q2 201223730001193125-12-330859
10-Q2012-05-04fiscal Q1 201223490001193125-12-211513
10-K/A2012-02-29fiscal FY 2011261360001193125-12-089176
10-K2012-02-24fiscal FY 2011261360001193125-12-077514
10-Q2011-11-03fiscal Q3 201123730001193125-11-295054
10-Q2011-08-04fiscal Q2 201124750001193125-11-210043
10-Q2011-05-04fiscal Q1 201124510001193125-11-126191
10-K/A2011-04-07fiscal FY 2010271390001193125-11-091163
10-K2011-02-28fiscal FY 2010271390001193125-11-049296
10-Q2010-11-08fiscal Q3 201022690001193125-10-252268
10-Q2010-08-09fiscal Q2 201022670001193125-10-182919

Inspect the source

Entity
PartnerRe Ltd. / CIK 0000911421
Captured
2026-09-20T05:06:21.080Z
SEC response SHA-256
788a91b42b9896b8b2cf23b1b576dbeb8b5f0b9e00bd08a6b8b249cb8f98b315

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