Skip to content

SHARING ECONOMY INTERNATIONAL INC.: financial reference

Explore SHARING ECONOMY INTERNATIONAL INC. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

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-12-3118,320,261USD2026-05-08
Total liabilitiesAt date2025-12-314,260,812USD2026-05-08
Stockholders equityAt date2025-12-3114,059,449USD2026-05-08
Cash and cash equivalentsAt date2020-12-311,805,417USD2021-04-16
Net income or loss2025-01-012025-12-31-24,388USD2026-05-08
Operating cash flow2025-01-012025-12-31-24,388USD2026-05-08
Capital expenditure payments2022-01-012022-12-317,949USD2026-04-03
Revenue2022-01-012022-12-31317,316USD2026-04-03
Financing cash flow2025-01-012025-12-31266,768USD2026-05-08
Investing cash flow2022-01-012022-12-31-20,094USD2026-04-28
Retained earnings or deficitAt date2025-12-31-55,535,146USD2026-05-08
Basic weighted-average shares2025-01-012025-12-311,221,737,689shares2026-05-08
Diluted weighted-average shares2025-01-012025-12-311,221,737,689shares2026-05-08
Basic earnings per share2025-01-012025-12-310USD/shares2026-05-08
Diluted earnings per share2025-01-012025-12-310USD/shares2026-05-08
Income tax expense or benefit2018-01-012018-12-3127,446USD2020-07-24
Net property, plant and equipmentAt date2022-12-31269,085USD2026-04-03
Share-based compensation expense2019-01-012019-12-313,018,829USD2020-07-24
Operating income or loss2025-01-012025-12-31-24,383USD2026-05-08
Current assetsAt date2025-12-3118,320,261USD2026-05-08
Interest expense2021-01-012021-12-31377,915USD2022-03-31
Current liabilitiesAt date2025-12-314,260,812USD2026-05-08
Current accounts payableAt date2023-12-31740,029USD2026-04-28
Goodwill carrying amountAt date2020-08-1482,692USD2021-04-16
Net finite-lived intangible assetsAt date2021-12-3131,504USD2022-03-31
Net current accounts receivableAt date2022-12-31294,684USD2026-04-03
Operating expenses2025-01-012025-12-3124,383USD2026-05-08
Net inventoryAt date2018-12-316,414,305USD2019-04-16
Gross profit2022-01-012022-12-31317,316USD2026-04-03
Cost of revenue2021-01-012021-12-3154,038USD2026-04-03
Selling, general and administrative expense2025-01-012025-12-3124,383USD2026-05-08
Research and development expense2018-01-012018-12-31498,803USD2019-04-16

Inspect the source

Entity
SHARING ECONOMY INTERNATIONAL INC. / CIK 0000819926
Captured
2026-09-19T15:07:15.542Z
SEC response SHA-256
e0671f8dcb3c0f558c1c4052bef5dad418fa224d590f9737470d181e67f8ee01

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