Skip to content

CB FINANCIAL SERVICES, INC.: filings

Every CB FINANCIAL SERVICES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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 202629790001605301-26-000031
10-Q2026-05-12fiscal Q1 202630620001605301-26-000023
10-K2026-03-13fiscal FY 202535710001605301-26-000009
10-Q2025-11-07fiscal Q3 202530830001605301-25-000045
10-Q2025-08-08fiscal Q2 202530830001605301-25-000037
10-Q2025-05-09fiscal Q1 202530630001605301-25-000023
10-K2025-03-19fiscal FY 202435710001605301-25-000008
10-Q2024-11-08fiscal Q3 202431850001605301-24-000043
10-Q2024-08-09fiscal Q2 202431850001605301-24-000035
10-Q2024-05-10fiscal Q1 202432670001605301-24-000023
10-K2024-03-13fiscal FY 202336740001605301-24-000005
10-Q2023-11-13fiscal Q3 202332890001605301-23-000043
10-Q2023-08-11fiscal Q2 202332890001605301-23-000035
10-Q2023-05-12fiscal Q1 202332670001605301-23-000024
10-K2023-03-10fiscal FY 202236730001605301-23-000008
10-Q2022-11-09fiscal Q3 202232890001605301-22-000034
10-Q2022-08-09fiscal Q2 202233910001605301-22-000029
10-Q2022-05-11fiscal Q1 202233690001605301-22-000020
10-K2022-03-11fiscal FY 202137760001605301-22-000008
10-Q2021-11-08fiscal Q3 202133910001605301-21-000059
10-Q2021-08-09fiscal Q2 202132870001605301-21-000048
10-Q2021-05-10fiscal Q1 202132670001605301-21-000030
10-K2021-03-17fiscal FY 2020361130001605301-21-000019
10-Q2020-11-09fiscal Q3 202032870001605301-20-000027
10-Q2020-08-10fiscal Q2 202032870001605301-20-000014
10-Q2020-05-08fiscal Q1 202028600001171843-20-003521
10-K2020-03-11fiscal FY 2019341100001171843-20-001640
10-Q2019-11-06fiscal Q3 201930870001171843-19-007243
10-Q2019-08-08fiscal Q2 201931810001171843-19-005302
10-Q2019-05-15fiscal Q1 201931620001171843-19-003385
10-K2019-03-18fiscal FY 2018331100001171843-19-001792
10-Q2018-11-09fiscal Q3 201827760001171843-18-007838
10-Q2018-08-14fiscal Q2 201827760001171843-18-006073
10-Q2018-05-10fiscal Q1 201827580001171843-18-003804
10-K2018-03-28fiscal FY 2017321270001171843-18-002336
10-Q2017-11-08fiscal Q3 201726740001171843-17-006721
10-Q2017-08-09fiscal Q2 201723680001171843-17-004880
10-Q2017-05-08fiscal Q1 201723500001171843-17-002788
10-K2017-03-13fiscal FY 2016291150001171843-17-001458
10-Q2016-11-07fiscal Q3 201623660001171843-16-012990
10-Q2016-08-09fiscal Q2 201622650001171843-16-011616
10-Q2016-05-11fiscal Q1 201622470001171843-16-009952
10-K2016-03-14fiscal FY 2015291130001171843-16-008550
10-Q2015-11-09fiscal Q3 201522630001171843-15-006135
10-Q2015-08-07fiscal Q2 201525690001171843-15-004470
10-Q2015-05-15fiscal Q1 201525520001171843-15-002891
10-K2015-03-26fiscal FY 2014311210001171843-15-001661
10-Q2014-11-14fiscal Q3 201427750001171843-14-005557
10-Q2014-11-05fiscal Q2 201427730001171843-14-005257

Inspect the source

Entity
CB FINANCIAL SERVICES, INC. / CIK 0001605301
Captured
2026-09-20T09:26:02.169Z
SEC response SHA-256
15d45960d7a6be786b1143fe0e60ccffac22589907de5f48320dafd363840335

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