Skip to content

OWENS-ILLINOIS GROUP, INC.: filings

Every OWENS-ILLINOIS GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2019-10-29

The latest filing in this captured record is a 10-Q filed 2019-10-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. OWENS-ILLINOIS GROUP, 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-Q2019-10-29fiscal Q3 2019361120001558370-19-009319
10-Q2019-08-01fiscal Q2 2019361120001558370-19-006833
10-Q2019-05-02fiscal Q1 201936850001558370-19-003879
10-K2019-02-14fiscal FY 2018421120001558370-19-000654
10-Q2018-10-31fiscal Q3 2018321050001558370-18-008163
10-Q2018-07-24fiscal Q2 2018321050001558370-18-005679
10-Q2018-04-24fiscal Q1 201832790001558370-18-003192
10-K2018-02-14fiscal FY 2017431140001558370-18-000670
10-Q2017-10-24fiscal Q3 201730960001558370-17-007486
10-Q2017-08-01fiscal Q2 201730960001558370-17-005623
10-Q2017-04-25fiscal Q1 201729740001558370-17-002862
10-K2017-02-10fiscal FY 2016421110001558370-17-000501
10-Q2016-10-26fiscal Q3 201630980001558370-16-008763
10-Q2016-07-28fiscal Q2 201629940001558370-16-006902
10-Q2016-05-13fiscal Q1 201629720001558370-16-005954
10-K2016-02-16fiscal FY 2015411070001558370-16-003218
10-Q2015-10-29fiscal Q3 201528920001558370-15-002054
10-Q2015-07-30fiscal Q2 201528920001104659-15-054899
10-Q2015-04-29fiscal Q1 201529730001104659-15-031671
10-K2015-02-11fiscal FY 2014401060001104659-15-008329
10-Q2014-10-29fiscal Q3 201429960001104659-14-074871
10-Q2014-07-30fiscal Q2 201429960001104659-14-054970
10-Q2014-04-30fiscal Q1 201428700001104659-14-032680
10-K2014-02-13fiscal FY 2013401060001104659-14-009776
10-Q2013-10-31fiscal Q3 201330970001104659-13-079679
10-Q2013-07-25fiscal Q2 201330970001104659-13-056674
10-Q2013-04-24fiscal Q1 201330770001104659-13-032302
10-K2013-02-13fiscal FY 2012381010001104659-13-010206
10-Q2012-10-25fiscal Q3 201230970001104659-12-071198
10-Q2012-07-26fiscal Q2 2012311000001104659-12-051455
10-Q2012-04-26fiscal Q1 201231800001104659-12-029057
10-K2012-02-09fiscal FY 2011401090001104659-12-008162
10-Q2011-10-27fiscal Q3 2011311000001104659-11-058462
10-Q2011-07-28fiscal Q2 201130960001104659-11-041508
10-Q2011-04-28fiscal Q1 201129740001104659-11-023679
10-K2011-02-10fiscal FY 201031790001104659-11-006372
10-Q2010-10-28fiscal Q3 201029910001104659-10-054358
10-Q2010-07-29fiscal Q2 201029910001104659-10-040531

Inspect the source

Entity
OWENS-ILLINOIS GROUP, INC. / CIK 0000812233
Captured
SEC response SHA-256
77b2adfb1e5a1ad826bf44dcb8f99be9a746e196ce9b9c5a15b406d3230ccba9

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