Intchains Group Ltd: basic earnings per share
Basic earnings per share for Intchains Group Ltd. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Intchains Group Ltd financial histories
What this measure means
Reported earnings or loss per basic common share or unit. Inspect attribution, share classes and restatements before comparing periods. This is not a market return.
Exact concept: us-gaap:EarningsPerShareBasic. 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 2020-01-01 to 2025-12-31. The SEC response was captured on 2026-09-21.
Coverage by original unit
- CNY/shares: 2020-01-01 to 2025-12-31.
- USD/shares: 2020-01-01 to 2025-12-31.
These are separate reported series. A newer period in one unit does not update another unit’s history or establish a currency conversion.
Reading these values
This selected numerical history matches Diluted earnings per share for the same reporting intervals and original units. The accounting definitions remain distinct. Equal values do not establish that the concepts are interchangeable or explain why they match; filing dates and accessions may differ. Compare the definitions and source filings before combining them.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2025-01-01 | 2025-12-31 | -0.39 | CNY/shares | 2026-04-13 | 20-F · 0001493152-26-016360 |
| 2024-01-01 | 2024-12-31 | 0.43 | CNY/shares | 2026-04-13 | 20-F · 0001493152-26-016360 |
| 2023-01-01 | 2023-12-31 | -0.22 | CNY/shares | 2026-04-13 | 20-F · 0001493152-26-016360 |
| 2022-01-01 | 2022-12-31 | 3.02 | CNY/shares | 2025-04-30 | 20-F · 0001193125-25-105589 |
| 2021-01-01 | 2021-12-31 | 4.46 | CNY/shares | 2024-03-18 | 20-F · 0001193125-24-070138 |
| 2020-01-01 | 2020-12-31 | 0.08 | CNY/shares | 2023-04-28 | 20-F · 0001193125-23-123984 |
| 2025-01-01 | 2025-12-31 | -0.06 | USD/shares | 2026-04-13 | 20-F · 0001493152-26-016360 |
| 2024-01-01 | 2024-12-31 | 0.06 | USD/shares | 2025-04-30 | 20-F · 0001193125-25-105589 |
| 2023-01-01 | 2023-12-31 | -0.03 | USD/shares | 2024-03-18 | 20-F · 0001193125-24-070138 |
| 2022-01-01 | 2022-12-31 | 0.44 | USD/shares | 2023-04-28 | 20-F · 0001193125-23-123984 |
| 2021-01-01 | 2021-12-31 | 4.46 | USD/shares | 2024-03-18 | 20-F · 0001193125-24-070138 |
| 2020-01-01 | 2020-12-31 | 0.08 | USD/shares | 2023-04-28 | 20-F · 0001193125-23-123984 |
Related financial histories
- Intchains Group Ltd: total assets
- Intchains Group Ltd: total liabilities
- Intchains Group Ltd: stockholders equity
- Intchains Group Ltd: cash and cash equivalents
- Intchains Group Ltd: net income or loss
- Intchains Group Ltd: operating cash flow
- Intchains Group Ltd: capital expenditure payments
- Intchains Group Ltd: revenue
- Intchains Group Ltd: financing cash flow
- Intchains Group Ltd: investing cash flow
- Intchains Group Ltd: retained earnings or deficit
- Intchains Group Ltd: basic weighted-average shares
- Intchains Group Ltd: diluted weighted-average shares
- Intchains Group Ltd: diluted earnings per share
- Intchains Group Ltd: income tax expense or benefit
- Intchains Group Ltd: net property, plant and equipment
- Intchains Group Ltd: share-based compensation expense
- Intchains Group Ltd: operating income or loss
- Intchains Group Ltd: current assets
- Intchains Group Ltd: interest expense
- Intchains Group Ltd: current liabilities
- Intchains Group Ltd: current accounts payable
- Intchains Group Ltd: net finite-lived intangible assets
- Intchains Group Ltd: operating expenses
- Intchains Group Ltd: gross profit
- Intchains Group Ltd: cost of revenue
- Intchains Group Ltd: research and development expense
Inspect the source
- Entity
- Intchains Group Ltd / CIK 0001895597
- Captured
- 2026-09-21T17:40:35.103Z
- SEC response SHA-256
abeb5b8521b8d557b46f6e39971b46384f2827e84f5c93023dd4e964b9da29a2
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/0001895597.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"])))