Skip to content

Meridian Corp: filings

Every Meridian Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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 202629830001750735-26-000063
10-Q2026-05-11fiscal Q1 202629610001750735-26-000050
10-K2026-03-13fiscal FY 202538760001750735-26-000009
10-Q2025-11-07fiscal Q3 202531890001750735-25-000077
10-Q2025-08-08fiscal Q2 202530870001750735-25-000067
10-Q2025-05-09fiscal Q1 202530650001750735-25-000039
10-K2025-03-17fiscal FY 202437750001750735-25-000011
10-Q2024-11-08fiscal Q3 202431890001750735-24-000072
10-Q2024-08-09fiscal Q2 202431890001750735-24-000055
10-Q2024-05-09fiscal Q1 202432690001750735-24-000040
10-K2024-03-15fiscal FY 202338760001750735-24-000019
10-Q2023-11-09fiscal Q3 202332930001750735-23-000094
10-Q2023-08-09fiscal Q2 202332910001750735-23-000069
10-Q2023-05-10fiscal Q1 202332690001750735-23-000051
10-K2023-03-16fiscal FY 202239750001750735-23-000024
10-Q2022-11-09fiscal Q3 202234920001750735-22-000080
10-Q2022-08-09fiscal Q2 202234960001750735-22-000044
10-Q2022-05-10fiscal Q1 202233680001750735-22-000026
10-K2022-03-16fiscal FY 202134680001558370-22-003752
10-Q2021-11-15fiscal Q3 2021311000001558370-21-015925
10-Q2021-08-16fiscal Q2 202131920001558370-21-011811
10-Q2021-05-14fiscal Q1 202130630001558370-21-007238
10-K2021-03-29fiscal FY 202034680001558370-21-003625
10-Q2020-11-09fiscal Q3 202031960001558370-20-013391
10-Q2020-08-10fiscal Q2 202030890001558370-20-010105
10-Q2020-05-11fiscal Q1 202031650001558370-20-006290
10-K2020-03-30fiscal FY 201935700001558370-20-003393
10-Q2019-11-13fiscal Q3 201927890001558370-19-010944
10-Q2019-08-14fiscal Q2 201927830001558370-19-008188
10-Q2019-05-29fiscal Q1 201927590001558370-19-005331
10-K2019-04-01fiscal FY 201832650001558370-19-002678
10-Q2018-11-14fiscal Q3 201830820001558370-18-009325

Inspect the source

Entity
Meridian Corp / CIK 0001750735
Captured
2026-09-21T17:25:57.161Z
SEC response SHA-256
1d5903376e86493fdf7bc7c576ea70f5130229d94c0737dece5d3131612b99dd

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