Skip to content

Prime Meridian Holding Co: filings

Every Prime Meridian Holding Co annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-Q2024-11-08fiscal Q3 202424760001437749-24-034095
10-Q2024-08-09fiscal Q2 202424720001437749-24-025720
10-Q2024-05-09fiscal Q1 202425520001437749-24-015567
10-K2024-03-21fiscal FY 202331630001437749-24-008801
10-Q2023-11-07fiscal Q3 202325800001437749-23-030508
10-Q2023-08-08fiscal Q2 202325760001437749-23-022395
10-Q2023-05-10fiscal Q1 202325520001437749-23-013506
10-K2023-03-09fiscal FY 202231630001437749-23-005878
10-Q2022-11-10fiscal Q3 202225800001437749-22-026737
10-Q2022-08-09fiscal Q2 202225760001437749-22-019560
10-Q2022-05-10fiscal Q1 202225520001437749-22-011589
10-K2022-03-10fiscal FY 202131630001437749-22-005796
10-Q2021-11-09fiscal Q3 202125800001437749-21-025834
10-Q2021-08-06fiscal Q2 202125760001437749-21-018922
10-Q2021-05-11fiscal Q1 202125550001437749-21-011610
10-K2021-03-22fiscal FY 202032660001437749-21-006676
10-Q2020-11-10fiscal Q3 202024780001437749-20-023305
10-Q2020-08-11fiscal Q2 202026790001437749-20-017412
10-Q2020-05-08fiscal Q1 202026550001437749-20-009974
10-K2020-03-24fiscal FY 201932630001437749-20-005969
10-Q2019-11-13fiscal Q3 201928880001437749-19-022599
10-Q2019-08-08fiscal Q2 201928820001437749-19-015879
10-Q2019-05-09fiscal Q1 201924520001437749-19-009182
10-K2019-03-21fiscal FY 201831630001437749-19-005385
10-Q2018-11-08fiscal Q3 201825710001437749-18-019954
10-Q2018-08-09fiscal Q2 201826730001193125-18-243559
10-Q2018-05-14fiscal Q1 201824520001193125-18-161711
10-K2018-03-20fiscal FY 201731630001193125-18-088885
10-Q2017-11-09fiscal Q3 201722670001193125-17-338071
10-Q2017-08-10fiscal Q2 201721620001193125-17-254093
10-Q2017-05-15fiscal Q1 201720420001193125-17-169875
10-K2017-03-21fiscal FY 201626540001193125-17-090188
10-Q2016-11-10fiscal Q3 201621660001193125-16-765359
10-Q2016-08-11fiscal Q2 201621660001193125-16-678883
10-Q2016-05-12fiscal Q1 201621460001193125-16-588286
10-K2016-03-22fiscal FY 201527560001193125-16-513324
10-Q2015-11-12fiscal Q3 201522680001193125-15-375370
10-Q2015-08-12fiscal Q2 201522680001193125-15-287537
10-Q2015-05-12fiscal Q1 201521470001193125-15-183735
10-K2015-03-26fiscal FY 201426540001193125-15-106251
10-Q2014-11-13fiscal Q3 201424700001193125-14-410794
10-Q2014-08-13fiscal Q2 201424700001193125-14-307955
10-Q2014-05-13fiscal Q1 201424520001193125-14-196291

Inspect the source

Entity
Prime Meridian Holding Co / CIK 0001586454
Captured
2026-09-21T17:21:11.526Z
SEC response SHA-256
bb9469f2723b7edb5825605b5489cc4dd655b9b9ce17362f720462334be2c5b1

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