Skip to content

SIRIUSPOINT LTD.: filings

Every SIRIUSPOINT LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-07-29fiscal Q2 202634970001576018-26-000085
10-Q2026-05-07fiscal Q1 202634710001576018-26-000065
10-K2026-02-24fiscal FY 2025391020001576018-26-000032
10-Q2025-10-30fiscal Q3 202533950001576018-25-000044
10-Q2025-08-04fiscal Q2 202533950001576018-25-000033
10-Q2025-05-05fiscal Q1 202533690001576018-25-000019
10-K2025-02-21fiscal FY 2024391020001576018-25-000010
10-Q2024-10-31fiscal Q3 202433950001576018-24-000054
10-Q2024-08-01fiscal Q2 202432970001576018-24-000042
10-Q2024-05-01fiscal Q1 202432670001576018-24-000031
10-K2024-02-29fiscal FY 2023401050001576018-24-000018
10-Q2023-11-08fiscal Q3 2023331410001576018-23-000112
10-Q2023-08-02fiscal Q2 202333950001576018-23-000100
10-Q2023-05-03fiscal Q1 202333690001576018-23-000063
10-K2023-02-24fiscal FY 2022401050001576018-23-000016
10-Q2022-11-02fiscal Q3 202234960001576018-22-000123
10-Q2022-08-03fiscal Q2 202234970001576018-22-000102
10-Q2022-05-04fiscal Q1 202234710001576018-22-000079
10-K2022-03-01fiscal FY 2021381680001576018-22-000021
10-Q2021-11-03fiscal Q3 202133950001576018-21-000183
10-Q2021-08-05fiscal Q2 202133950001576018-21-000163
10-Q2021-05-10fiscal Q1 202133690001576018-21-000115
10-K2021-02-23fiscal FY 2020301730001576018-21-000026
10-Q2020-11-05fiscal Q3 202027810001576018-20-000162
10-Q2020-08-10fiscal Q2 202025750001576018-20-000115
10-Q2020-05-07fiscal Q1 202025530001576018-20-000074
10-K2020-02-28fiscal FY 2019301730001576018-20-000014
10-Q2019-11-05fiscal Q3 201926790001576018-19-000089
10-Q2019-08-07fiscal Q2 201926790001576018-19-000077
10-Q2019-05-09fiscal Q1 201926550001576018-19-000046
10-K2019-02-28fiscal FY 2018301730001576018-19-000028
10-Q2018-11-06fiscal Q3 201828850001576018-18-000088
10-Q2018-07-31fiscal Q2 201827830001576018-18-000074
10-Q2018-05-10fiscal Q1 201827580001576018-18-000049
10-K2018-03-01fiscal FY 2017281660001576018-18-000012
10-Q2017-11-09fiscal Q3 201726820001576018-17-000080
10-Q2017-08-03fiscal Q2 201726810001576018-17-000056
10-Q2017-05-05fiscal Q1 201726560001576018-17-000041
10-K2017-02-24fiscal FY 2016291690001576018-17-000023
10-Q2016-11-04fiscal Q3 201626810001576018-16-000120
10-Q2016-08-05fiscal Q2 201626810001576018-16-000107
10-Q2016-05-06fiscal Q1 201625530001576018-16-000088
10-K2016-02-26fiscal FY 2015281650001576018-16-000075
10-Q2015-11-04fiscal Q3 201525770001576018-15-000066
10-Q2015-08-06fiscal Q2 201525770001576018-15-000059
10-Q2015-05-08fiscal Q1 201525530001576018-15-000049
10-K2015-02-27fiscal FY 2014241390001576018-15-000018
10-Q2014-11-07fiscal Q3 201425770001576018-14-000065
10-Q2014-08-08fiscal Q2 201424750001576018-14-000051
10-Q2014-05-09fiscal Q1 201422470001576018-14-000032
10-K2014-02-28fiscal FY 2013221330001576018-14-000010
10-Q2013-11-12fiscal Q3 201321610001576018-13-000002

Inspect the source

Entity
SIRIUSPOINT LTD. / CIK 0001576018
Captured
2026-09-20T09:21:53.316Z
SEC response SHA-256
5618823a9e980a4cc1957d4eeea00d4f57e773d9c0636391e662815f9301f7a7

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