Skip to content

BANCORP 34, INC.: filings

Every BANCORP 34, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-K2025-03-06fiscal FY 202430580001552781-25-000058
10-Q2024-11-13fiscal Q3 202433850001552781-24-000598
10-Q2024-08-14fiscal Q2 202433830001552781-24-000486
10-Q2024-05-15fiscal Q1 202430600001552781-24-000342
10-K2024-03-08fiscal FY 202329590001552781-24-000084
10-Q2023-12-27fiscal Q3 202332880001552781-23-000490
10-Q2020-07-27fiscal Q2 202029840001437749-20-015784
10-Q2020-05-05fiscal Q1 202029580001437749-20-009457
10-K2020-02-18fiscal FY 201930630001437749-20-002924
10-Q2019-10-28fiscal Q3 201927860001437749-19-020667
10-Q2019-08-08fiscal Q2 201927820001437749-19-016077
10-Q2019-04-26fiscal Q1 201927580001437749-19-008052
10-K2019-02-19fiscal FY 201830630001437749-19-002871
10-Q2018-10-29fiscal Q3 201827780001437749-18-018978
10-Q2018-07-30fiscal Q2 201827780001437749-18-014011
10-Q2018-04-30fiscal Q1 201827580001437749-18-008142
10-K2018-03-14fiscal FY 201731650001437749-18-004627
10-Q2017-11-14fiscal Q3 201724710001437749-17-019265
10-Q2017-07-31fiscal Q2 201720620001144204-17-039213
10-Q2017-05-05fiscal Q1 201720440001144204-17-024859
10-K2017-03-23fiscal FY 201625520001144204-17-016126
10-Q2016-11-14fiscal Q3 201619580001144204-16-134454

Inspect the source

Entity
BANCORP 34, INC. / CIK 0001668340
Captured
2026-09-21T17:23:18.527Z
SEC response SHA-256
07184790dc8013c3e61ff2ab9dd5ad75fa0ef03d5f10ae880f06d64cfb849afd

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