High-Trend International Group: profit or loss including noncontrolling interests
Profit or loss including noncontrolling interests for High-Trend International Group. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All High-Trend International Group financial histories
What this measure means
Net income or loss including the portion attributable to noncontrolling interests. It can differ from the net income attributable to the parent that per-share figures use.
Exact concept: us-gaap:ProfitLoss. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2019-11-01 to 2025-10-31. The SEC response was captured on 2026-09-21.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2024-11-01 | 2025-10-31 | -20,110,427 | USD | 2026-01-23 | 20-F · 0001213900-26-007246 |
| 2023-11-01 | 2024-10-31 | -21,214,850 | USD | 2026-01-23 | 20-F · 0001213900-26-007246 |
| 2022-11-01 | 2023-10-31 | -15,777,704 | USD | 2026-01-23 | 20-F · 0001213900-26-007246 |
| 2021-11-01 | 2022-10-31 | 23,596,914 | USD | 2025-02-27 | 20-F · 0001213900-25-018123 |
| 2020-11-01 | 2021-10-31 | 10,256,622 | USD | 2024-09-09 | 20-F · 0001213900-24-076729 |
| 2019-11-01 | 2020-10-31 | -5,760,986 | USD | 2023-08-28 | 20-F · 0001213900-23-071314 |
Related financial histories
- High-Trend International Group: total assets
- High-Trend International Group: total liabilities
- High-Trend International Group: stockholders equity
- High-Trend International Group: cash and cash equivalents
- High-Trend International Group: net income or loss
- High-Trend International Group: operating cash flow
- High-Trend International Group: revenue
- High-Trend International Group: financing cash flow
- High-Trend International Group: investing cash flow
- High-Trend International Group: retained earnings or deficit
- High-Trend International Group: basic weighted-average shares
- High-Trend International Group: diluted weighted-average shares
- High-Trend International Group: basic earnings per share
- High-Trend International Group: diluted earnings per share
- High-Trend International Group: income tax expense or benefit
- High-Trend International Group: net property, plant and equipment
- High-Trend International Group: operating income or loss
- High-Trend International Group: current assets
- High-Trend International Group: interest expense
- High-Trend International Group: current liabilities
- High-Trend International Group: current accounts payable
- High-Trend International Group: net current accounts receivable
- High-Trend International Group: operating expenses
- High-Trend International Group: gross profit
- High-Trend International Group: cost of revenue
- High-Trend International Group: common shares outstanding
- High-Trend International Group: cash including restricted cash
- High-Trend International Group: additional paid-in capital
- High-Trend International Group: total equity including noncontrolling interests
- High-Trend International Group: operating lease right-of-use asset
- High-Trend International Group: operating lease liability
- High-Trend International Group: long-term debt
- High-Trend International Group: gross property, plant and equipment
- High-Trend International Group: accumulated depreciation on property, plant and equipment
- High-Trend International Group: accrued current liabilities
- High-Trend International Group: prepaid expenses and other current assets
- High-Trend International Group: current contract liabilities
- High-Trend International Group: net deferred tax liabilities
- High-Trend International Group: pre-tax income or loss from continuing operations
- High-Trend International Group: comprehensive income or loss
- High-Trend International Group: general and administrative expense
- High-Trend International Group: depreciation expense
- High-Trend International Group: nonoperating interest expense
- High-Trend International Group: other nonoperating income or expense
- High-Trend International Group: nonoperating income or expense
- High-Trend International Group: current income tax expense or benefit
- High-Trend International Group: deferred income tax expense or benefit
- High-Trend International Group: interest paid, net
- High-Trend International Group: income taxes paid, net
- High-Trend International Group: change in accounts receivable
- High-Trend International Group: change in accounts payable
Inspect the source
- Entity
- High-Trend International Group / CIK 0001928948
- Captured
- 2026-09-21T17:36:46.430Z
- SEC response SHA-256
b29f753d451cbae4513a44c1ea3f5ab3d26d60f5e25d8e866da3d3768d45ae0d
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
Read the published dataset with Python
import json
from urllib.request import urlopen
with urlopen("https://canlicapital.com/company-data/0001928948.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"])))