Skip to content

Kibush Capital Corp.: filings

Every Kibush Capital Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2021-10-07

The latest filing in this captured record is a 10-Q/A filed 2021-10-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. Kibush Capital Corp. 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-Q/A2021-10-07fiscal Q3 202126680001493152-21-024862
10-Q/A2021-10-07fiscal Q2 202125680001493152-21-024861
10-Q2021-09-23fiscal Q2 202125680001493152-21-023427
10-Q2021-09-23fiscal Q1 202127530001493152-21-023410
10-K2021-08-31fiscal FY 202025490001493152-21-021615
10-Q2020-08-28fiscal Q3 202026730001493152-20-016857
10-Q/A2020-07-06fiscal Q2 202026710001493152-20-012597
10-Q/A2020-06-24fiscal Q2 202026710001493152-20-011674
10-Q2020-06-16fiscal Q2 202026710001493152-20-011274
10-Q2020-03-30fiscal Q1 202026520001493152-20-005003
10-K2020-03-16fiscal FY 201926530001493152-20-004031
10-Q2019-08-23fiscal Q3 201928780001493152-19-013317
10-Q2019-05-16fiscal Q2 201928760001493152-19-007572
10-Q2019-02-22fiscal Q1 201926540001493152-19-002449
10-K2019-02-11fiscal FY 201828570001493152-19-001650
10-Q2018-08-20fiscal Q3 201829800001493152-18-012271
10-Q2018-05-18fiscal Q2 201829770001493152-18-007401
10-Q2018-03-01fiscal Q1 201827540001493152-18-002736
10-K2018-02-15fiscal FY 201730580001493152-18-002246
10-Q2017-08-21fiscal Q3 201731820001493152-17-009634
10-Q2017-06-08fiscal Q2 201731780001493152-17-006302
10-Q2017-04-18fiscal Q1 201726510001493152-17-004053
10-K/A2017-03-09fiscal FY 201629550001493152-17-002262
10-K/A2017-02-21fiscal FY 201629550001493152-17-001760
10-K2017-02-10fiscal FY 201629550001493152-17-001325
10-Q2016-08-17fiscal Q3 201629790001493152-16-012615
10-Q2016-05-13fiscal Q2 201629760001493152-16-009780
10-Q/A2016-05-04fiscal Q3 201533780001493152-16-009370
10-K/A2016-03-31fiscal FY 201531610001493152-16-008497
10-Q/A2016-03-24fiscal Q3 201533780001493152-16-008242
10-Q2016-02-22fiscal Q1 201627560001493152-16-007576
10-Q2015-08-20fiscal Q3 201531750001477932-15-005510

Inspect the source

Entity
Kibush Capital Corp. / CIK 0001614466
Captured
SEC response SHA-256
4065165333ac4966127d3008d06b87ff48f5c3ad56b0fd963d6e50a84bd06ed6

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