Skip to content

Palomar Holdings, Inc.: filings

Every Palomar Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-05fiscal Q2 202629810001193125-26-335508
10-Q2026-05-08fiscal Q1 202626540001193125-26-212569
10-K2026-02-24fiscal FY 202537950001193125-26-067364
10-Q2025-11-07fiscal Q3 202527840001193125-25-272277
10-Q2025-08-05fiscal Q2 202525760000950170-25-103234
10-Q2025-05-06fiscal Q1 202525520001437749-25-014835
10-K2025-02-25fiscal FY 202437950001437749-25-005069
10-Q2024-11-06fiscal Q3 202426820001437749-24-033403
10-Q2024-08-06fiscal Q2 202426740001437749-24-024910
10-Q2024-05-03fiscal Q1 202425520001437749-24-014682
10-K2024-02-23fiscal FY 202338970001437749-24-005385
10-Q2023-11-02fiscal Q3 202327780001437749-23-030041
10-Q2023-08-03fiscal Q2 202327780001437749-23-021982
10-Q2023-05-08fiscal Q1 202328570001558370-23-008567
10-K2023-03-01fiscal FY 2022411020001558370-23-002465
10-Q2022-11-03fiscal Q3 202228790001558370-22-016296
10-Q2022-08-04fiscal Q2 202227740001558370-22-012290
10-Q2022-05-05fiscal Q1 202226520001558370-22-007459
10-K2022-02-25fiscal FY 202139970001558370-22-002035
10-Q2021-11-05fiscal Q3 202127770001558370-21-014714
10-Q2021-08-06fiscal Q2 202126750001558370-21-010650
10-Q2021-05-07fiscal Q1 202123490001558370-21-006350
10-K2021-03-09fiscal FY 2020381370001558370-21-002643
10-Q2020-11-13fiscal Q3 202027730001558370-20-013825
10-Q2020-08-05fiscal Q2 202025690001558370-20-009402
10-Q2020-05-06fiscal Q1 202026530001558370-20-005437
10-K2020-02-28fiscal FY 2019341290001558370-20-001709
10-Q2019-11-05fiscal Q3 201926720001558370-19-009971
10-Q2019-08-13fiscal Q2 201928780001558370-19-008059
10-Q2019-05-17fiscal Q1 201922470001558370-19-005155

Inspect the source

Entity
Palomar Holdings, Inc. / CIK 0001761312
Captured
2026-09-21T17:26:21.100Z
SEC response SHA-256
25cb21b0934dde27a0da68a75ad1e51178e03dfe085f2143407513d8cf968c97

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