Skip to content

MUNCY COLUMBIA FINANCIAL CORPORATION: filings

Every MUNCY COLUMBIA FINANCIAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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 202626730001174947-26-000773
10-Q2026-05-08fiscal Q1 202625540001174947-26-000564
10-K2026-03-06fiscal FY 202534680001174947-26-000299
10-Q2025-11-07fiscal Q3 202527750001174947-25-001348
10-Q2025-08-08fiscal Q2 202527750002077096-25-000006
10-Q2025-05-09fiscal Q1 202525540001999371-25-005747
10-K2025-03-07fiscal FY 202432640001839882-25-014475
10-Q2024-11-08fiscal Q3 202426730001999371-24-014411
10-Q2024-08-12fiscal Q2 202426730001999371-24-009916
10-Q2024-05-13fiscal Q1 202426550001999371-24-005970
10-K2024-03-12fiscal FY 202333650001999371-24-003417
10-Q2023-11-09fiscal Q3 202326710001839882-23-030333
10-Q2023-09-25fiscal Q2 202326710001387131-23-011504
10-K2014-03-21fiscal FY 201325720001144204-14-016997
10-Q2013-11-13fiscal Q3 201322600001144204-13-060811
10-Q2013-08-12fiscal Q2 201322600001144204-13-044566
10-Q2013-05-13fiscal Q1 201322460001144204-13-028101
10-K2013-03-07fiscal FY 201228810001144204-13-013569
10-Q2012-11-13fiscal Q3 201222610001144204-12-061172
10-Q2012-08-13fiscal Q2 201222600001144204-12-044705
10-Q2012-05-08fiscal Q1 201222460001144204-12-026687
10-K2012-03-14fiscal FY 201122610001144204-12-014700
10-Q2011-11-09fiscal Q3 201122600001144204-11-062265
10-Q2011-08-09fiscal Q2 201121560001144204-11-044838

Inspect the source

Entity
MUNCY COLUMBIA FINANCIAL CORPORATION / CIK 0000731122
Captured
2026-09-19T15:00:45.353Z
SEC response SHA-256
bc31626902886bed7fee0e1f41e777f6937fc433bf6077a8323f3288fb4e0604

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