Skip to content

Heritage Insurance Holdings, Inc.: filings

Every Heritage Insurance Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-07fiscal Q2 2026401150001193125-26-339815
10-Q2026-05-08fiscal Q1 202638770001193125-26-214067
10-K/A2026-03-19fiscal FY 2025411490001193125-26-115451
10-K2026-03-12fiscal FY 2025411490001193125-26-103715
10-Q2025-11-07fiscal Q3 2025391170001598665-25-000076
10-Q2025-08-08fiscal Q2 2025391130001598665-25-000058
10-Q2025-05-09fiscal Q1 202539780001598665-25-000027
10-K2025-03-13fiscal FY 2024421520001598665-25-000009
10-Q2024-11-08fiscal Q3 2024401190001598665-24-000014
10-Q2024-08-08fiscal Q2 2024401150001598665-24-000008
10-Q2024-05-08fiscal Q1 202439790000950170-24-055619
10-K2024-03-13fiscal FY 2023411490000950170-24-030766
10-Q2023-11-06fiscal Q3 2023401170000950170-23-059379
10-Q2023-08-09fiscal Q2 2023401130000950170-23-040144
10-Q2023-05-08fiscal Q1 202340810000950170-23-018796
10-K2023-03-13fiscal FY 2022431530000950170-23-007569
10-Q2022-11-09fiscal Q3 2022421220000950170-22-023719
10-Q2022-08-08fiscal Q2 2022421170000950170-22-015531
10-Q2022-05-09fiscal Q1 202242830000950170-22-008527
10-K2022-03-14fiscal FY 2021431520000950170-22-003575
10-Q2021-11-08fiscal Q3 2021421190000950170-21-003444
10-Q2021-08-06fiscal Q2 2021421140001564590-21-041909
10-Q2021-05-07fiscal Q1 202141800001564590-21-025308
10-K2021-03-09fiscal FY 2020431510001564590-21-011792
10-Q2020-11-05fiscal Q3 2020431200001564590-20-051323
10-Q2020-08-04fiscal Q2 2020431160001564590-20-036121
10-Q2020-05-08fiscal Q1 202041800001564590-20-023563
10-K2020-03-10fiscal FY 2019421490001564590-20-009748
10-Q2019-11-06fiscal Q3 2019421180001564590-19-041012
10-Q2019-08-07fiscal Q2 2019401130001564590-19-030047
10-Q2019-05-08fiscal Q1 201940780001564590-19-017314
10-K2019-03-12fiscal FY 2018401440001564590-19-007360
10-Q2018-11-06fiscal Q3 2018391060001564590-18-027397
10-Q2018-08-08fiscal Q2 2018381030001564590-18-020554
10-Q2018-05-09fiscal Q1 201834710001564590-18-012484
10-K2018-03-15fiscal FY 2017351320001564590-18-005881
10-Q2017-11-02fiscal Q3 2017361040001564590-17-021213
10-Q2017-08-09fiscal Q2 201731890001564590-17-016717
10-Q2017-05-09fiscal Q1 201731660001564590-17-009851
10-K2017-03-15fiscal FY 2016341190001564590-17-004457
10-Q2016-11-08fiscal Q3 201632890001564590-16-028325
10-Q2016-08-08fiscal Q2 201632890001564590-16-023281
10-Q2016-05-10fiscal Q1 201630620001564590-16-018962
10-K2016-03-08fiscal FY 2015291160001564590-16-014232
10-Q2015-11-06fiscal Q3 201528860001193125-15-370194
10-Q2015-08-07fiscal Q2 201528830001193125-15-283066
10-Q2015-05-08fiscal Q1 201529610001193125-15-179618
10-K2015-03-18fiscal FY 2014311110001193125-15-097128
10-Q2014-11-06fiscal Q3 201430870001193125-14-401113
10-Q2014-08-06fiscal Q2 201429860001193125-14-298331

Inspect the source

Entity
Heritage Insurance Holdings, Inc. / CIK 0001598665
Captured
2026-09-20T09:25:03.508Z
SEC response SHA-256
6e97a3fb4250cf7c4f0da830eb0c5650c2d7a2dc046529916223894778cc9419

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