Skip to content

BANGFU TECHNOLOGY GROUP CO., LTD.: filings

Every BANGFU TECHNOLOGY GROUP CO., LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 filings, each linked to its SEC index.

Filing record ends 2024-02-12

The latest filing in this captured record is a 10-Q filed 2024-02-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. BANGFU TECHNOLOGY GROUP CO., LTD. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-02-12fiscal Q2 202418550001731122-24-000231
10-Q2023-11-20fiscal Q1 202418360001731122-23-002172
10-K2023-10-13fiscal FY 202318370001731122-23-001899
10-Q2023-05-15fiscal Q3 202314390001731122-23-000919
10-Q2023-02-10fiscal Q2 202314350001731122-23-000183
10-Q2022-11-09fiscal Q1 202315310001731122-22-001907
10-K2022-10-07fiscal FY 202215300001731122-22-001723
10-Q2022-05-16fiscal Q3 202220540001731122-22-000925
10-Q2022-02-22fiscal Q2 202216410001731122-22-000289
10-Q2021-11-15fiscal Q1 202216270001731122-21-001915
10-K2021-09-28fiscal FY 202120330001731122-21-001587
10-Q2021-05-17fiscal Q3 202116380001731122-21-000892
10-Q2021-02-16fiscal Q2 202114350001731122-21-000270
10-Q2020-11-13fiscal Q1 202114250001731122-20-001149
10-K2020-10-14fiscal FY 202024410001731122-20-001042
10-Q2020-05-20fiscal Q3 202025750001731122-20-000549
10-Q2020-02-04fiscal Q2 202028780001741257-20-000002
10-Q2019-11-06fiscal Q1 202027570001741257-19-000014
10-K2019-09-23fiscal FY 201928560001741257-19-000010
10-Q2019-05-06fiscal Q3 201923590001741257-19-000008

Inspect the source

Entity
BANGFU TECHNOLOGY GROUP CO., LTD. / CIK 0001741257
Captured
SEC response SHA-256
a2650738487c8a3df020dbc267589dcc69ec0dc207a74c204c31c64dbb730478

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