Skip to content

PATHFINDER BANCORP, INC.: filings

Every PATHFINDER BANCORP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-13fiscal Q2 202626680001193125-26-349125
10-Q2026-05-15fiscal Q1 202626540001193125-26-226649
10-K2026-03-30fiscal FY 202534680001193125-26-132075
10-Q2025-11-14fiscal Q3 202528740001193125-25-282280
10-Q2025-08-14fiscal Q2 202528740000950170-25-108856
10-Q2025-05-15fiscal Q1 202527560000950170-25-072602
10-K2025-03-31fiscal FY 202433660000950170-25-047820
10-Q2024-11-14fiscal Q3 202427720000950170-24-126921
10-Q2024-08-14fiscal Q2 202428760000950170-24-097025
10-Q2024-05-15fiscal Q1 202428580000950170-24-060110
10-K2024-03-22fiscal FY 202334720000950170-24-035248
10-Q2023-11-14fiscal Q3 202328760000950170-23-063449
10-Q2023-08-09fiscal Q2 202328760000950170-23-040501
10-Q2023-05-15fiscal Q1 202328610000950170-23-022226
10-K2023-03-31fiscal FY 202233700000950170-23-011185
10-Q2022-11-14fiscal Q3 202228760000950170-22-025027
10-Q2022-08-15fiscal Q2 202228760000950170-22-017281
10-Q2022-05-16fiscal Q1 202228600001564590-22-020371
10-K2022-03-25fiscal FY 202134700001564590-22-011817
10-Q2021-11-15fiscal Q3 202128760001564590-21-056916
10-Q2021-08-16fiscal Q2 202128760001564590-21-044551
10-Q2021-05-17fiscal Q1 202134700001564590-21-028281
10-K2021-03-30fiscal FY 202039800001564590-21-016744
10-Q2020-11-16fiscal Q3 202034980001564590-20-054218
10-Q2020-08-13fiscal Q2 202034980001564590-20-039872
10-Q2020-05-29fiscal Q1 202034700001564590-20-027590
10-K2020-03-23fiscal FY 201939770001564590-20-012167
10-Q2019-11-12fiscal Q3 201934940001564590-19-042788
10-Q2019-08-09fiscal Q2 201934940001564590-19-031063
10-Q2019-05-14fiscal Q1 201934670001564590-19-019130
10-K2019-03-27fiscal FY 201836740001564590-19-009543
10-Q2018-11-13fiscal Q3 201831900001564590-18-029224
10-Q2018-08-10fiscal Q2 201831900001564590-18-021248
10-Q2018-05-11fiscal Q1 201826560001564590-18-013200
10-K2018-03-30fiscal FY 201732670001564590-18-007279
10-Q2017-11-13fiscal Q3 201727820001564590-17-023504
10-Q2017-08-11fiscal Q2 201726800001564590-17-017395
10-Q2017-05-15fiscal Q1 201725540001609065-17-000021
10-K2017-03-31fiscal FY 201632660001609065-17-000013
10-Q2016-11-14fiscal Q3 201626780001609065-16-000095
10-Q2016-08-12fiscal Q2 201625760001609065-16-000084
10-Q2016-05-13fiscal Q1 201624540001609065-16-000072
10-K2016-03-29fiscal FY 201532660001609065-16-000054
10-Q2015-11-13fiscal Q3 201524740001609065-15-000043
10-Q2015-08-13fiscal Q2 201524740001609065-15-000035
10-Q2015-05-14fiscal Q1 201524540001609065-15-000025
10-K2015-03-18fiscal FY 201431650001609065-15-000006
10-Q2014-11-12fiscal Q3 201424740001609065-14-000005

Inspect the source

Entity
PATHFINDER BANCORP, INC. / CIK 0001609065
Captured
2026-09-20T09:26:27.925Z
SEC response SHA-256
c18c0687ebefecd4c76506710f6a4a66bcce9ae98fe8202553bdb42ad39b7035

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