Skip to content

W. R. GRACE & CO.: filings

Every W. R. GRACE & CO. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2021-08-02

The latest filing in this captured record is a 10-Q filed 2021-08-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. W. R. GRACE & CO. 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-Q2021-08-02fiscal Q2 2021461320001045309-21-000086
10-Q2021-05-07fiscal Q1 202145940001045309-21-000054
10-K2021-02-26fiscal FY 2020521830001045309-21-000028
10-Q2020-11-04fiscal Q3 2020451320001045309-20-000125
10-Q2020-08-05fiscal Q2 2020451280001045309-20-000107
10-Q2020-05-08fiscal Q1 202045940001045309-20-000063
10-K2020-02-27fiscal FY 2019511790001045309-20-000033
10-Q2019-11-07fiscal Q3 2019461320001045309-19-000113
10-Q2019-08-07fiscal Q2 2019461280001045309-19-000095
10-Q2019-05-08fiscal Q1 201946930001045309-19-000047
10-K2019-02-28fiscal FY 2018451660001045309-19-000025
10-Q2018-11-08fiscal Q3 2018421160001045309-18-000111
10-Q2018-08-08fiscal Q2 2018421160001045309-18-000103
10-Q2018-05-09fiscal Q1 201842880001045309-18-000057
10-K2018-02-22fiscal FY 2017391410001045309-18-000014
10-Q2017-11-02fiscal Q3 2017361000001045309-17-000079
10-Q2017-07-28fiscal Q2 2017361000001045309-17-000075
10-Q2017-05-09fiscal Q1 201737760001045309-17-000053
10-K2017-02-23fiscal FY 2016401420001045309-17-000022
10-Q2016-11-03fiscal Q3 2016371020001045309-16-000237
10-Q2016-08-04fiscal Q2 2016371090001045309-16-000221
10-Q2016-05-05fiscal Q1 201637760001045309-16-000195
10-K2016-02-25fiscal FY 2015401400001045309-16-000163
10-Q2015-11-05fiscal Q3 2015371060001045309-15-000109
10-Q2015-08-05fiscal Q2 2015351030001045309-15-000101
10-Q2015-05-07fiscal Q1 201535760001045309-15-000054
10-K2015-02-25fiscal FY 2014411420001045309-15-000030
10-Q2014-11-06fiscal Q3 2014361040001045309-14-000124
10-Q2014-08-07fiscal Q2 2014361040001045309-14-000101
10-Q2014-05-08fiscal Q1 201437800001045309-14-000057
10-K2014-02-27fiscal FY 2013391340001045309-14-000032
10-Q2013-11-08fiscal Q3 2013351020001045309-13-000109
10-Q2013-08-02fiscal Q2 2013351020001045309-13-000097
10-Q2013-05-03fiscal Q1 201335760001045309-13-000050
10-K2013-02-27fiscal FY 2012391270001045309-13-000015
10-Q2012-11-08fiscal Q3 2012361040001047469-12-010260
10-Q2012-08-06fiscal Q2 2012351000001047469-12-007782
10-Q2012-05-04fiscal Q1 201234720001047469-12-005352
10-K2012-02-24fiscal FY 2011361190001047469-12-001426
10-Q2011-11-04fiscal Q3 201134960001047469-11-009027
10-Q2011-08-05fiscal Q2 2011381060001047469-11-006984
10-Q2011-05-06fiscal Q1 201136760001047469-11-004712
10-K2011-02-25fiscal FY 201036950001047469-11-001361
10-Q2010-11-05fiscal Q3 2010361000001047469-10-009285
10-Q2010-08-05fiscal Q2 2010361000001047469-10-007068

Inspect the source

Entity
W. R. GRACE & CO. / CIK 0001045309
Captured
SEC response SHA-256
dbcbea872694552d2b3db3c97fd772fd7af0fc7a5e53a328e5d8bb0bf754c244

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