Skip to content

BGM Group Ltd: financial reference

Explore BGM Group Ltd financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Context from the filing

For BGM’s years ended September 30, 2023, 2024 and 2025, EPS uses net loss attributable to ordinary shareholders after noncontrolling interests, rather than consolidated or comprehensive loss. The filing excludes anti-dilutive potential shares and states there were no other diluted shares for these years. Its June 2024 five-for-one consolidation is already reflected. The prior auditor explicitly says it did not audit the subsequent adjustment to the 2023 share and EPS figures; this review preserves that limitation and does not certify those adjustments. Full share counts, USD EPS and September fiscal dates remain as reported. Read the source filing.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-09-30433,814,485USD2026-07-21
Total liabilitiesAt date2025-09-3041,916,992USD2026-07-21
Stockholders equityAt date2025-09-30390,878,117USD2026-07-21
Cash and cash equivalentsAt date2025-09-309,819,570USD2026-07-21
Net income or loss2024-10-012025-09-30-19,941,242USD2026-07-21
Operating cash flow2024-10-012025-09-30-2,372,437USD2026-07-21
Capital expenditure payments2024-10-012025-09-301,566,653USD2026-07-21
Contract revenue excluding tax2024-10-012025-09-3037,919,425USD2026-07-21
Financing cash flow2024-10-012025-09-302,618,921USD2026-07-21
Investing cash flow2024-10-012025-09-30-162,908USD2026-07-21
Retained earnings or deficitAt date2025-09-30-15,777,045USD2026-07-21
Basic weighted-average shares2024-10-012025-09-30113,261,317shares2026-07-21
Diluted weighted-average shares2024-10-012025-09-30113,261,317shares2026-07-21
Basic earnings per share2024-10-012025-09-30-0.18USD/shares2026-07-21
Diluted earnings per share2024-10-012025-09-30-0.18USD/shares2026-07-21
Income tax expense or benefit2024-10-012025-09-30277,790USD2026-07-21
Net property, plant and equipmentAt date2022-09-3010,184,029USD2023-04-19
Operating income or loss2024-10-012025-09-30-12,581,664USD2026-07-21
Current assetsAt date2025-09-3051,546,533USD2026-07-21
Interest expense2020-10-012021-09-3057,671USD2022-10-13
Current liabilitiesAt date2025-09-3041,597,527USD2026-07-21
Current accounts payableAt date2025-09-306,555,588USD2026-07-21
Net finite-lived intangible assetsAt date2025-09-304,487,581USD2026-07-21
Net current accounts receivableAt date2025-09-304,253,629USD2026-07-21
Net inventoryAt date2025-09-3020,103,215USD2026-07-21
Gross profit2024-10-012025-09-306,311,459USD2026-07-21
Cost of revenue2024-10-012025-09-3031,607,966USD2026-07-21
Selling, general and administrative expense2024-10-012025-09-3018,220,454USD2026-07-21
Research and development expense2024-10-012025-09-30672,669USD2026-07-21

Inspect the source

Entity
BGM Group Ltd / CIK 0001779578
Captured
2026-09-19T11:21:13.455Z
SEC response SHA-256
33210dced8349befe86035f27f40b7d791195a7c7d46a49edee117719fcc79c3

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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