Skip to content

Zeecol International, Inc.: filings

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

Filing record ends 2017-01-30

The latest filing in this captured record is a 10-Q filed 2017-01-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. Zeecol International, 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-01-30fiscal Q3 201731960001144204-17-004437
10-Q2017-01-27fiscal Q2 201731960001144204-17-004385
10-Q2017-01-27fiscal Q1 201730620001144204-17-004380
10-K2017-01-27fiscal FY 201629600001144204-17-004234
10-Q2017-01-24fiscal Q3 201631960001144204-17-003636
10-Q2017-01-24fiscal Q2 201630920001144204-17-003635
10-Q2017-01-24fiscal Q1 201630620001144204-17-003634
10-K2016-12-27fiscal FY 201531640001144204-16-141391
10-Q2015-02-23fiscal Q3 201529840001185185-15-000366
10-Q2014-11-14fiscal Q2 201529840001185185-14-003088
10-Q2014-09-05fiscal Q1 201530640001185185-14-002398
10-K2014-07-15fiscal FY 201434700001185185-14-001800
10-Q2014-06-09fiscal Q3 201433940001185185-14-001542
10-Q2014-03-18fiscal Q3 201333940001185185-14-000596
10-Q2014-03-07fiscal Q2 201333940001185185-14-000488
10-Q2014-02-14fiscal Q1 201333700001185185-14-000336
10-K2013-10-08fiscal FY 201233680001185185-13-002186
10-Q2013-03-20fiscal Q3 201233930001185185-13-000555
10-Q2013-02-01fiscal Q2 201233930001185185-13-000228
10-Q2013-01-16fiscal Q1 201233700001185185-13-000129
10-K2012-12-13fiscal FY 201127550001013762-12-002284
10-Q2012-02-21fiscal Q3 201132870001013762-12-000359
10-Q/A2011-12-19fiscal Q2 201131860001013762-11-003342
10-Q/A2011-12-09fiscal Q2 201131860001013762-11-003286
10-Q/A2011-09-12fiscal Q1 201132640001013762-11-002463

Inspect the source

Entity
Zeecol International, Inc. / CIK 0001417172
Captured
SEC response SHA-256
e155223da97d144323818ec436179d2f0c58ac65c33e207c6b64c6cefb3362d6

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