Skip to content

DOW CHEMICAL CO /DE/: filings

Every DOW CHEMICAL CO /DE/ annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-Q2026-07-24fiscal Q2 2026461310001751788-26-000147
10-K2019-02-11fiscal FY 2018491640000029915-19-000008
10-Q2018-11-02fiscal Q3 2018441260000029915-18-000026
10-Q2018-08-03fiscal Q2 2018431220000029915-18-000020
10-Q2018-05-04fiscal Q1 2018431020000029915-18-000013
10-K2018-02-15fiscal FY 2017481680000029915-18-000007
10-Q2017-11-06fiscal Q3 2017461220000029915-17-000048
10-Q2017-07-27fiscal Q2 2017391130000029915-17-000035
10-Q2017-04-27fiscal Q1 201739810000029915-17-000020
10-K2017-02-09fiscal FY 2016431150000029915-17-000011
10-Q2016-10-27fiscal Q3 2016391110000029915-16-000107
10-Q2016-07-28fiscal Q2 2016391110000029915-16-000098
10-Q2016-04-29fiscal Q1 201639810000029915-16-000081
10-K2016-02-12fiscal FY 2015431160000029915-16-000066
10-Q2015-10-27fiscal Q3 2015401130000029915-15-000055
10-Q2015-07-29fiscal Q2 2015401130000029915-15-000045
10-Q2015-05-04fiscal Q1 201540830000029915-15-000030
10-K2015-02-13fiscal FY 2014431160000029915-15-000011
10-Q2014-10-28fiscal Q3 2014401130000029915-14-000045
10-Q2014-07-29fiscal Q2 2014401130000029915-14-000037
10-Q2014-04-29fiscal Q1 201440830000029915-14-000020
10-K2014-02-14fiscal FY 2013431160000029915-14-000011
10-Q2013-10-29fiscal Q3 2013401130000029915-13-000035
10-Q2013-07-30fiscal Q2 2013401180000029915-13-000029
10-Q2013-04-30fiscal Q1 201340820000029915-13-000022
10-K2013-02-15fiscal FY 2012431140000029915-13-000014
10-Q2012-10-30fiscal Q3 2012401100000029915-12-000040
10-Q2012-08-01fiscal Q2 2012401100000029915-12-000030
10-Q2012-05-02fiscal Q1 201241840000029915-12-000024
10-K2012-02-15fiscal FY 2011431150000029915-12-000008
10-Q2011-11-01fiscal Q3 2011411140000029915-11-000041
10-Q2011-08-03fiscal Q2 2011411140000029915-11-000032
10-Q2011-05-04fiscal Q1 201139840001193125-11-125654
10-K2011-02-18fiscal FY 2010421140001193125-11-040023
10-Q2010-11-03fiscal Q3 2010381110001193125-10-245463
10-Q2010-08-04fiscal Q2 2010381120001193125-10-176970
10-Q2010-05-04fiscal Q1 201037810000029915-10-000047
10-K2010-02-19fiscal FY 2009371010000029915-10-000024
10-Q2009-10-30fiscal Q3 2009381090000029915-09-000074
10-Q2009-08-03fiscal Q2 2009391130000029915-09-000044

Inspect the source

Entity
DOW CHEMICAL CO /DE/ / CIK 0000029915
Captured
2026-09-21T17:16:27.865Z
SEC response SHA-256
accffbe214d86c96d8d99e3017b67d98120dc8def68cd6f4b51dc68eba3752b5

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