Skip to content

KiNRG, Inc.: filings

Every KiNRG, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-19fiscal Q2 2026471100001213900-26-091673
10-Q2026-05-15fiscal Q1 202629580001213900-26-056976
10-K2026-03-23fiscal FY 202531630001213900-26-032486
10-Q/A2026-02-24fiscal Q3 202531900001213900-26-019900
10-Q2025-12-02fiscal Q3 202531910001213900-25-116815
10-Q2017-06-14fiscal Q3 201626820001683168-17-001584
10-Q2017-05-22fiscal Q2 201626820001683168-17-001368
10-Q2017-05-12fiscal Q1 201626520001683168-17-001188
10-K2017-03-02fiscal FY 201527550001683168-17-000483
10-Q2015-11-13fiscal Q3 201527700001493152-15-005432
10-Q2015-08-13fiscal Q2 201526680001493152-15-003575
10-Q2015-05-15fiscal Q1 201528560001019687-15-001993
10-K/A2015-04-03fiscal FY 201427550001019687-15-001304
10-Q2014-10-31fiscal Q3 201426740001019687-14-004011
10-Q2014-08-06fiscal Q2 201428840001019687-14-002979
10-Q2014-05-15fiscal Q1 201425650001019687-14-001890
10-K2014-03-28fiscal FY 201325660001019687-14-001048
10-Q2013-11-01fiscal Q3 201325830001019687-13-004048
10-Q2013-08-05fiscal Q2 201329990001019687-13-002855
10-Q/A2013-05-14fiscal Q1 201325570001019687-13-001828
10-K2013-04-01fiscal FY 201223580001019687-13-001131
10-Q2012-11-08fiscal Q3 201221680001019687-12-003915
10-Q/A2012-08-21fiscal Q2 201225790001546079-12-000079
10-Q2012-05-15fiscal Q1 201222530001019687-12-001777
10-K2012-04-02fiscal FY 201122550001019687-12-001187
10-Q2011-11-14fiscal Q3 201125570001019687-11-003528
10-Q2011-08-05fiscal Q2 201124550001019687-11-002460

Inspect the source

Entity
KiNRG, Inc. / CIK 0000095572
Captured
2026-09-19T14:53:01.115Z
SEC response SHA-256
c581543d2f28fe2cc75ed136352865851c7a9e6c2a3a3f452705c4938f19226f

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

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

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