Skip to content

King Resources, Inc.: financial reference

Explore King Resources, 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 date2026-03-31280,216USD2026-07-23
Total liabilitiesAt date2026-03-311,465,519USD2026-07-23
Stockholders equityAt date2026-03-31-1,185,303USD2026-07-23
Cash and cash equivalentsAt date2026-03-318,789USD2026-07-23
Net income or loss2025-04-012026-03-31-2,184,179USD2026-07-23
Operating cash flow2025-04-012026-03-31-156,676USD2026-07-23
Capital expenditure payments2025-04-012026-03-319,437USD2026-07-23
Revenue2025-04-012026-03-31830,662USD2026-07-23
Financing cash flow2025-04-012026-03-31169,976USD2026-07-23
Investing cash flow2025-04-012026-03-31-9,437USD2026-07-23
Retained earnings or deficitAt date2026-03-31-9,627,557USD2026-07-23
Basic weighted-average shares2025-04-012026-03-3122,089,108shares2026-07-23
Diluted weighted-average shares2025-04-012026-03-3122,089,108shares2026-07-23
Basic earnings per share2025-04-012026-03-31-0.1USD/shares2026-07-23
Diluted earnings per share2025-04-012026-03-31-0.1USD/shares2026-07-23
Net property, plant and equipmentAt date2026-03-318,374USD2026-07-23
Operating income or loss2025-04-012026-03-31-2,184,179USD2026-07-23
Current assetsAt date2026-03-31271,830USD2026-07-23
Current liabilitiesAt date2026-03-311,465,519USD2026-07-23
Current accounts payableAt date2026-03-31292,618USD2026-07-23
Net finite-lived intangible assetsAt date2026-03-3112USD2026-07-23
Net current accounts receivableAt date2024-03-310USD2024-07-16
Operating expenses2025-04-012026-03-312,288,769USD2026-07-23
Net inventoryAt date2023-03-310USD2023-07-14
Gross profit2025-04-012026-03-31104,590USD2026-07-23
Cost of revenue2025-04-012026-03-31726,072USD2026-07-23
Research and development expense2025-04-012026-03-310USD2026-07-23
Common shares outstandingAt date2026-03-3110,881,149shares2026-07-23
Cash including restricted cashAt date2026-03-318,789USD2026-07-23
Additional paid-in capitalAt date2026-03-3110,877,009USD2026-07-23
Accumulated other comprehensive income or lossAt date2026-03-313,557USD2026-07-23
Operating lease right-of-use assetAt date2024-03-310USD2024-07-16
Operating lease liabilityAt date2024-03-310USD2024-07-16
Gross property, plant and equipmentAt date2025-03-310USD2025-07-15
Accumulated depreciation on property, plant and equipmentAt date2026-03-311,063USD2026-07-23
Net intangible assets excluding goodwillAt date2026-03-3112USD2026-07-23
Prepaid expenses and other current assetsAt date2026-03-3116,546USD2026-07-23
Pre-tax income or loss from continuing operations2025-04-012026-03-31-2,184,179USD2026-07-23
Profit or loss including noncontrolling interests2022-04-012023-03-31-1,315,508USD2023-07-14
Comprehensive income or loss2025-04-012026-03-31-2,181,677USD2026-07-23
Net income available to common stockholders2025-04-012026-03-31-2,184,179USD2026-07-23
General and administrative expense2025-04-012026-03-312,134,178USD2026-07-23
Depreciation expense2025-04-012026-03-311,063USD2026-07-23
Depreciation, depletion and amortization2025-04-012026-03-311,063USD2026-07-23
Amortization of intangible assets2025-04-012026-03-311,488USD2026-07-23
Nonoperating income or expense2025-04-012026-03-310USD2026-07-23
Change in accounts receivable2025-04-012026-03-31246,495USD2026-07-23
Change in inventories2022-04-012023-03-31-17,617USD2024-07-16

Filings

20 King Resources, filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

Inspect the source

Entity
King Resources, Inc. / CIK 0000774415
Captured
2026-09-19T15:03:18.909Z
SEC response SHA-256
d161592baa906fe7ccf6c16fa8780854f3056198dfdc75735e6198af5611c726

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