Skip to content

Medizone International Inc: filings

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

Filing record ends 2018-03-20

The latest filing in this captured record is a 10-K filed 2018-03-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. Medizone 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-K2018-03-20fiscal FY 201733680001185185-18-000468
10-Q2017-11-08fiscal Q3 201730820001185185-17-002274
10-Q2017-08-08fiscal Q2 201730810001185185-17-001679
10-Q2017-05-12fiscal Q1 201731640001185185-17-001124
10-K2017-03-22fiscal FY 201637760001185185-17-000634
10-Q2016-11-10fiscal Q3 201630800001185185-16-005690
10-Q2016-08-15fiscal Q2 201630800001185185-16-005206
10-Q2016-05-13fiscal Q1 201630620001185185-16-004540
10-K2016-03-03fiscal FY 201538780001185185-16-003817
10-Q2015-11-13fiscal Q3 201529790001185185-15-002925
10-Q2015-07-31fiscal Q2 201528770001185185-15-001971
10-Q2015-04-30fiscal Q1 201528590001185185-15-001061
10-K2015-02-13fiscal FY 201437770001185185-15-000294
10-Q2014-10-24fiscal Q3 201432850001185185-14-002793
10-Q2014-08-08fiscal Q2 201431820001185185-14-002024
10-Q2014-04-29fiscal Q1 201428580001185185-14-001080
10-K2014-02-28fiscal FY 201339790001185185-14-000439
10-Q2013-10-31fiscal Q3 201331820001185185-13-002293
10-Q2013-07-30fiscal Q2 201330810001185185-13-001531
10-Q2013-04-26fiscal Q1 201331650001185185-13-000934
10-K2013-03-18fiscal FY 201237750001185185-13-000522
10-Q2012-10-25fiscal Q3 201234880001185185-12-002304
10-Q2012-08-01fiscal Q2 201232940001185185-12-001607
10-Q2012-05-04fiscal Q1 201230720001185185-12-000917
10-K2012-02-28fiscal FY 201131740001185185-12-000298
10-Q2011-10-31fiscal Q3 201130920001185185-11-001794
10-Q2011-07-26fiscal Q2 201130910001185185-11-001046

Inspect the source

Entity
Medizone International Inc / CIK 0000753772
Captured
SEC response SHA-256
04471858ba0d5f48bb5f8ce668f84a9bf1ffd848a9aa91865fad26d24b0eeb5b

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