Skip to content

U.S. CONCRETE, INC.: filings

Every U.S. CONCRETE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-08-05

The latest filing in this captured record is a 10-Q filed 2021-08-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. U.S. CONCRETE, 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-Q2021-08-05fiscal Q2 2021421160001073429-21-000227
10-Q2021-05-06fiscal Q1 202143900001073429-21-000160
10-K2021-02-24fiscal FY 2020521310001073429-21-000055
10-Q2020-10-29fiscal Q3 2020471310001073429-20-000160
10-Q2020-08-04fiscal Q2 2020471250001073429-20-000113
10-Q2020-05-05fiscal Q1 202047970001073429-20-000079
10-K2020-02-25fiscal FY 2019551850001073429-20-000021
10-Q2019-11-08fiscal Q3 2019481330001628280-19-013793
10-Q2019-08-09fiscal Q2 2019481290001073429-19-000168
10-Q2019-05-09fiscal Q1 201948970001073429-19-000104
10-K2019-02-27fiscal FY 2018501780001073429-19-000032
10-Q2018-11-02fiscal Q3 2018441170001073429-18-000206
10-Q2018-08-07fiscal Q2 2018441180001073429-18-000157
10-Q2018-05-07fiscal Q1 201842850001073429-18-000117
10-K2018-03-01fiscal FY 2017491690001073429-18-000048
10-Q2017-11-03fiscal Q3 2017391040001073429-17-000250
10-Q2017-08-08fiscal Q2 2017391060001073429-17-000188
10-Q2017-05-04fiscal Q1 201739820001073429-17-000097
10-K2017-02-28fiscal FY 2016441480001073429-17-000022
10-Q2016-11-04fiscal Q3 2016401080001073429-16-000493
10-Q2016-08-05fiscal Q2 2016401080001073429-16-000450
10-Q2016-05-06fiscal Q1 201635740001073429-16-000396
10-K/A2016-04-27fiscal FY 2015421440001073429-16-000367
10-K2016-03-04fiscal FY 2015421440001073429-16-000322
10-Q2015-11-06fiscal Q3 2015401080001073429-15-000237
10-Q2015-08-06fiscal Q2 2015401060001073429-15-000154
10-Q2015-05-08fiscal Q1 201535740001073429-15-000108
10-K2015-03-06fiscal FY 2014431450001073429-15-000025
10-Q2014-11-06fiscal Q3 2014401060001073429-14-000153
10-Q2014-08-08fiscal Q2 2014401060001073429-14-000113
10-Q2014-05-09fiscal Q1 201436760001073429-14-000068
10-K2014-03-07fiscal FY 2013401100001073429-14-000020
10-Q2013-11-07fiscal Q3 201336870001073429-13-000341
10-Q2013-08-09fiscal Q2 2013401030001073429-13-000243
10-Q2013-05-10fiscal Q1 201338780001073429-13-000145
10-K2013-03-08fiscal FY 2012411110001073429-13-000040
10-Q2012-11-09fiscal Q3 2012381020001140361-12-046407
10-Q2012-08-10fiscal Q2 201235940001140361-12-036238
10-Q2012-05-11fiscal Q1 201230640001140361-12-024702
10-K2012-03-14fiscal FY 201116370001140361-12-015554
10-Q2011-11-14fiscal Q3 2011351140001140361-11-053216

Inspect the source

Entity
U.S. CONCRETE, INC. / CIK 0001073429
Captured
SEC response SHA-256
4380c5b614ac244f245ffee39c59e17db61d90dbcd8af0e133d3c0879c3d1cb5

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