Skip to content

OMNOVA SOLUTIONS INC: filings

Every OMNOVA SOLUTIONS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2020-03-30

The latest filing in this captured record is a 10-Q filed 2020-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. OMNOVA SOLUTIONS 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-Q2020-03-30fiscal Q1 202044930001090061-20-000018
10-K2020-01-31fiscal FY 2019491540001090061-20-000007
10-Q2019-09-26fiscal Q3 2019411220001090061-19-000056
10-Q2019-07-03fiscal Q2 2019421240001090061-19-000046
10-Q2019-03-27fiscal Q1 201940860001090061-19-000026
10-K2019-01-31fiscal FY 2018481520001090061-19-000008
10-Q2018-09-26fiscal Q3 2018421180001090061-18-000045
10-Q2018-06-28fiscal Q2 2018391060001090061-18-000036
10-Q2018-03-28fiscal Q1 201839820001090061-18-000027
10-K2018-02-02fiscal FY 2017471380001090061-18-000010
10-Q2017-09-28fiscal Q3 2017381040001090061-17-000052
10-Q2017-06-28fiscal Q2 2017381060001090061-17-000037
10-Q2017-03-29fiscal Q1 201738800001090061-17-000022
10-K2017-02-01fiscal FY 2016491490001090061-17-000008
10-Q2016-09-22fiscal Q3 2016401140001090061-16-000087
10-Q2016-06-29fiscal Q2 2016401150001090061-16-000073
10-Q2016-04-06fiscal Q1 201640840001090061-16-000065
10-K2016-01-25fiscal FY 2015471410001090061-16-000050
10-Q2015-09-24fiscal Q3 2015401150001090061-15-000036
10-Q2015-06-30fiscal Q2 2015401150001090061-15-000026
10-Q2015-04-08fiscal Q1 201540840001090061-15-000017
10-K2015-01-23fiscal FY 2014491550001090061-15-000006
10-Q2014-09-25fiscal Q3 2014421200001090061-14-000035
10-Q2014-06-25fiscal Q2 2014421200001090061-14-000019
10-Q2014-04-02fiscal Q1 201441860001090061-14-000011
10-K2014-01-24fiscal FY 2013501570001090061-14-000006
10-Q2013-09-30fiscal Q3 2013411160001090061-13-000010
10-Q2013-06-27fiscal Q2 2013411170001090061-13-000008
10-Q2013-04-03fiscal Q1 201341860001445305-13-000780
10-K2013-01-25fiscal FY 2012481500001445305-13-000092
10-Q2012-09-26fiscal Q3 2012391080001445305-12-003002
10-Q2012-06-29fiscal Q2 2012391070001193125-12-289322
10-Q2012-04-09fiscal Q1 201232660001193125-12-155195
10-K2012-01-27fiscal FY 201135900001193125-12-026970
10-Q2011-10-07fiscal Q3 201134850001193125-11-266848

Inspect the source

Entity
OMNOVA SOLUTIONS INC / CIK 0001090061
Captured
SEC response SHA-256
0f6a38f4bf59042982dbd2d1de911c20ae63e4ea9755f77b7d1e175172a87a88

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