Skip to content

BM TECHNOLOGIES, INC.: filings

Every BM TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-Q2024-11-14fiscal Q3 2024381140001628280-24-047894
10-Q2024-08-14fiscal Q2 2024371060001628280-24-037281
10-Q2024-05-15fiscal Q1 202437780001628280-24-023590
10-K2024-04-05fiscal FY 202341840001725872-24-000001
10-Q2023-11-20fiscal Q3 2023411180001725872-23-000008
10-Q2023-08-21fiscal Q2 2023411140001725872-23-000006
10-Q2023-05-22fiscal Q1 202340840001725872-23-000003
10-K2023-03-31fiscal FY 202245930001725872-23-000002
10-Q2022-11-15fiscal Q3 2022431240001725872-22-000005
10-Q2022-08-22fiscal Q2 2022431220001628280-22-023418
10-Q2022-08-16fiscal Q1 202242880001628280-22-023021
10-K2022-05-10fiscal FY 2021452210001628280-22-013593
10-Q2021-11-15fiscal Q3 2021431240001628280-21-023357
10-Q2021-08-16fiscal Q2 2021421180001628280-21-017105
10-K/A2021-07-14fiscal FY 202024470001213900-21-036735
10-Q2021-05-24fiscal Q1 202141860001628280-21-010973
10-K2021-03-31fiscal FY 202025490001213900-21-019315
10-Q2020-11-09fiscal Q3 202021620001213900-20-035952
10-Q2020-08-10fiscal Q2 202021580001213900-20-021181
10-Q2020-05-11fiscal Q1 202019420001213900-20-011649
10-K2020-03-16fiscal FY 201923470001213900-20-006491
10-Q2019-11-13fiscal Q3 201921650001213900-19-023210
10-Q2019-08-13fiscal Q2 201920540001213900-19-015514
10-Q2019-05-15fiscal Q1 201919390001213900-19-008763
10-K2019-04-01fiscal FY 201823400001213900-19-005448
10-Q2018-11-14fiscal Q3 201822400001213900-18-015775

Inspect the source

Entity
BM TECHNOLOGIES, INC. / CIK 0001725872
Captured
2026-09-21T17:25:15.117Z
SEC response SHA-256
2310dd0396d9b090e953c53a5e8571bf97f20f48e35a045f35a377bd2343afce

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