Skip to content

Iron Sands Corp.: filings

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

Filing record ends 2017-10-20

The latest filing in this captured record is a 10-Q filed 2017-10-20. No later filing is in the SEC companyfacts record captured on 2026-09-23. Iron Sands 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-Q2017-10-20fiscal Q3 201710260001437749-17-017397
10-Q2017-07-28fiscal Q2 20179240001437749-17-013279
10-Q2017-05-19fiscal Q1 20179200001437749-17-009661
10-K2017-02-07fiscal FY 201613360001437749-17-001865
10-Q2016-11-10fiscal Q3 201619450001437749-16-041698
10-Q2016-07-27fiscal Q2 201617430001437749-16-035736
10-Q2016-04-29fiscal Q1 201617340001437749-16-030360
10-Q2015-11-16fiscal Q2 201619470001437749-15-020988
10-Q2015-08-14fiscal Q1 201614310001213900-15-006165
10-K2015-07-14fiscal FY 201515310001213900-15-005197
10-Q2015-02-17fiscal Q3 201515400001213900-15-001159
10-Q2014-11-14fiscal Q2 201415400001213900-14-008223
10-Q2014-08-14fiscal Q1 201414300001213900-14-005926
10-K2014-07-01fiscal FY 201415420001213900-14-004620
10-Q2014-02-14fiscal Q3 201312440001213900-14-000925
10-Q2013-11-19fiscal Q2 201312420001213900-13-006663
10-Q2013-08-15fiscal Q1 201312350001213900-13-004375
10-K2013-07-16fiscal FY 201212320001213900-13-003647
10-Q2013-02-14fiscal Q3 201215460001213900-13-000696
10-Q2012-11-14fiscal Q2 201214430001213900-12-006147
10-Q2012-08-20fiscal Q1 201211290001213900-12-004783
10-K2012-07-17fiscal FY 201112290001213900-12-003844
10-Q2012-02-21fiscal Q3 201112250001144204-12-010125
10-Q2011-11-25fiscal Q2 201112250001144204-11-067009

Inspect the source

Entity
Iron Sands Corp. / CIK 0001527727
Captured
SEC response SHA-256
f699b10b4943a3ec487d79b93f60e7fda0bb7c200b0ae375681ac8dd2c82e4fe

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