Skip to content

Cindisue Mining Corp.: filings

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

Filing record ends 2015-06-22

The latest filing in this captured record is a 10-Q filed 2015-06-22. No later filing is in the SEC companyfacts record captured on 2026-09-23. Cindisue Mining 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-Q2015-06-22fiscal Q1 201619390001469709-15-000374
10-K2015-03-31fiscal FY 201520410001469709-15-000141
10-Q2014-12-10fiscal Q3 201520640001469709-14-000528
10-Q2014-09-04fiscal Q2 201520640001469709-14-000375
10-Q2014-07-09fiscal Q1 201520500001469709-14-000275
10-Q2014-06-23fiscal Q1 201520500001469709-14-000242
10-K2014-04-22fiscal FY 201320570001469709-14-000148
10-Q2013-11-27fiscal Q3 201320640001469709-13-000692
10-Q2013-09-16fiscal Q2 201320640001469709-13-000536
10-Q2013-06-07fiscal Q1 201320500001469709-13-000372
10-K2013-04-30fiscal FY 201219510001165527-13-000431
10-Q2012-12-17fiscal Q3 201220620001165527-12-001313
10-Q2012-09-13fiscal Q2 201220620001165527-12-000965
10-Q2012-06-13fiscal Q1 201218450001165527-12-000632
10-K2012-04-18fiscal FY 201117450001165527-12-000327
10-Q2011-12-09fiscal Q3 201117550001165527-11-001174
10-Q2011-09-01fiscal Q2 201119630001165527-11-000812

Inspect the source

Entity
Cindisue Mining Corp. / CIK 0001481339
Captured
SEC response SHA-256
f45e7f8692b48671d08feb7d368e1e95c0a14fb1c84251a8a74eae1f2e733fa3

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