Skip to content

USG CORP: filings

Every USG CORP 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 2019-02-14

The latest filing in this captured record is a 10-K filed 2019-02-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. USG CORP 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-K2019-02-14fiscal FY 2018481640000757011-19-000016
10-Q2018-10-25fiscal Q3 2018381020000757011-18-000103
10-Q2018-07-25fiscal Q2 2018371000000757011-18-000064
10-Q2018-04-25fiscal Q1 201837760000757011-18-000040
10-K2018-02-14fiscal FY 2017481510000757011-18-000014
10-Q2017-10-26fiscal Q3 2017371020000757011-17-000064
10-Q2017-07-26fiscal Q2 2017361000000757011-17-000052
10-Q2017-04-27fiscal Q1 201736760000757011-17-000034
10-K2017-02-08fiscal FY 2016451470000757011-17-000010
10-Q2016-10-25fiscal Q3 2016381040000757011-16-000214
10-Q2016-07-26fiscal Q2 2016411120000757011-16-000196
10-Q2016-04-21fiscal Q1 201641860000757011-16-000175
10-K2016-02-10fiscal FY 2015471510000757011-16-000148
10-Q2015-10-22fiscal Q3 2015431160000757011-15-000117
10-Q2015-07-23fiscal Q2 2015431160000757011-15-000090
10-Q2015-04-23fiscal Q1 201443900000757011-15-000068
10-K2015-02-12fiscal FY 2014461480000757011-15-000041
10-Q2014-10-23fiscal Q3 2014421120000757011-14-000081
10-Q2014-07-24fiscal Q2 2014421120000757011-14-000074
10-Q2014-04-24fiscal Q1 201443900000757011-14-000058
10-K2014-03-03fiscal FY 2013471520000757011-14-000047
10-Q2013-10-24fiscal Q3 2013421130000757011-13-000059
10-Q2013-07-25fiscal Q2 2013421130000757011-13-000046
10-Q2013-04-24fiscal Q1 201342880000757011-13-000032
10-K2013-02-15fiscal FY 2012471520000757011-13-000023
10-Q2012-10-26fiscal Q3 2012441170000757011-12-000062
10-Q2012-07-25fiscal Q2 2012421140001193125-12-314476
10-Q2012-04-30fiscal Q1 201239810001193125-12-192122
10-K2012-02-14fiscal FY 2011441550001193125-12-059658
10-Q2011-10-31fiscal Q3 2011401020000950123-11-093430
10-Q2011-08-03fiscal Q2 2011391030000950123-11-072313
10-Q2011-04-28fiscal Q1 201135700000950123-11-040783
10-K2011-02-11fiscal FY 201035920000950123-11-012693
10-Q2010-10-29fiscal Q3 201037940000950123-10-097902
10-Q2010-07-29fiscal Q2 201036940000950123-10-069521

Inspect the source

Entity
USG CORP / CIK 0000757011
Captured
SEC response SHA-256
6389514b7abb496a616f91950185b69df7b98d7c80b2ced3b4b5d53a01364304

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