Skip to content

Presurance Holdings, Inc.: filings

Every Presurance Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-08-12fiscal Q2 202628840001193125-26-346778
10-Q2026-05-13fiscal Q1 202628600001193125-26-221549
10-K2026-03-27fiscal FY 202528580001193125-26-129019
10-Q2025-11-12fiscal Q3 202526820001193125-25-277589
10-Q2025-08-13fiscal Q2 202526820001193125-25-179796
10-Q2025-05-14fiscal Q1 202527580000950170-25-071392
10-K2025-03-28fiscal FY 202429600000950170-25-046719
10-Q2024-11-13fiscal Q3 202427860000950170-24-126271
10-Q2024-08-13fiscal Q2 202428860000950170-24-096287
10-Q2024-05-14fiscal Q1 202427580000950170-24-059481
10-K2024-04-01fiscal FY 202332650000950170-24-039426
10-Q2023-11-13fiscal Q3 202327790000950170-23-062287
10-Q2023-08-09fiscal Q2 202327790000950170-23-040707
10-Q2023-05-11fiscal Q1 202326540000950170-23-020704
10-K2023-03-27fiscal FY 202230810000950170-23-009881
10-Q2022-11-09fiscal Q3 202228820001564590-22-037197
10-Q2022-08-11fiscal Q2 202228820001564590-22-028976
10-Q2022-05-12fiscal Q1 202223500001564590-22-019606
10-K2022-03-10fiscal FY 202127710001564590-22-009601
10-Q2021-11-10fiscal Q3 202123640001564590-21-056169
10-Q2021-08-11fiscal Q2 202123640001564590-21-043418
10-Q2021-05-11fiscal Q1 202123500001564590-21-026526
10-K2021-03-11fiscal FY 2020281070001564590-21-012548
10-Q2020-11-12fiscal Q3 202024660001564590-20-053245
10-Q2020-08-12fiscal Q2 202024650001564590-20-039682
10-Q2020-05-13fiscal Q1 202023500001564590-20-025106
10-K2020-03-12fiscal FY 2019281060001564590-20-010435
10-Q2019-11-12fiscal Q3 201924660001502292-19-000039
10-Q2019-08-07fiscal Q2 201924650001502292-19-000031
10-Q2019-05-08fiscal Q1 201923510001502292-19-000018
10-K2019-03-13fiscal FY 2018291190001502292-19-000008
10-Q2018-11-07fiscal Q3 201822610001502292-18-000055
10-Q2018-08-08fiscal Q2 201820570001502292-18-000034
10-K/A2018-05-14fiscal FY 2017291190001502292-18-000026
10-Q2018-05-09fiscal Q1 201822490001502292-18-000021
10-K2018-03-15fiscal FY 2017291190001502292-18-000011
10-Q2017-11-08fiscal Q3 201724670001502292-17-000036
10-Q2017-08-09fiscal Q2 201723650001502292-17-000025
10-Q2017-05-10fiscal Q1 201719430001502292-17-000016
10-K2017-03-15fiscal FY 2016281240001502292-17-000007
10-Q2016-11-09fiscal Q3 201623690001502292-16-000049
10-Q2016-08-11fiscal Q2 201622670001502292-16-000041
10-Q2016-05-12fiscal Q1 201621470001502292-16-000031
10-K2016-03-15fiscal FY 2015251160001502292-16-000019
10-Q2015-11-10fiscal Q3 201525750001437749-15-020404
10-Q2015-10-13fiscal Q2 201524730001437749-15-018291

Inspect the source

Entity
Presurance Holdings, Inc. / CIK 0001502292
Captured
2026-09-20T09:11:46.799Z
SEC response SHA-256
a20698fc6c7181fe72929fd478cd2e1164d10f8ba90b65c583c0e9c16ef46d59

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