Skip to content

Kama Resources Inc.: filings

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

Filing record ends 2017-06-21

The latest filing in this captured record is a 10-Q filed 2017-06-21. No later filing is in the SEC companyfacts record captured on 2026-09-23. Kama Resources Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2017-06-21fiscal Q2 201712340001372167-17-000046
10-Q2017-06-21fiscal Q1 201612210001372167-17-000044
10-Q2016-11-22fiscal Q3 201512340001372167-16-000266
10-Q2016-11-22fiscal Q2 201512340001372167-16-000264
10-Q2016-11-22fiscal Q1 201512220001372167-16-000262
10-Q2015-09-16fiscal Q3 201416370001372167-15-000123
10-Q2015-06-19fiscal Q2 201412290001372167-15-000089
10-Q2015-03-18fiscal Q1 201512220001372167-15-000058
10-K2015-02-18fiscal FY 201313280001372167-15-000025
10-Q2014-09-17fiscal Q3 201412360001372167-14-000198
10-Q2014-06-10fiscal Q2 201412300001372167-14-000141
10-Q/A2014-04-29fiscal Q1 201413250001372167-14-000112
10-Q/A2014-04-25fiscal Q1 201413250001372167-14-000110
10-Q2014-03-07fiscal Q1 201413250001372167-14-000074
10-K/A2014-02-27fiscal FY 201312350001372167-14-000060
10-K/A2014-02-25fiscal FY 201312350001372167-14-000053
10-Q2013-09-23fiscal Q3 201312340001372167-13-000117
10-Q2013-06-14fiscal Q2 201311280001372167-13-000068
10-Q2013-03-25fiscal Q1 201312240001372167-13-000037
10-K2013-02-13fiscal FY 201212300001344676-13-000005
10-Q2012-09-19fiscal Q3 201211310001372167-12-000114

Inspect the source

Entity
Kama Resources Inc. / CIK 0001479239
Captured
SEC response SHA-256
f52418d409c15616282d10f73de16f74199ad54309c304eb4e304ddf65a9a34f

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