Skip to content

CARBO CERAMICS INC: filings

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

Filing record ends 2020-05-15

The latest filing in this captured record is a 10-K filed 2020-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. CARBO CERAMICS 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-K2020-05-15fiscal FY 2019471250001564590-20-025870
10-Q2019-11-08fiscal Q3 2019431260001564590-19-042312
10-Q2019-07-25fiscal Q2 2019431190001564590-19-026018
10-Q2019-04-25fiscal Q1 201943840001564590-19-012936
10-K2019-02-28fiscal FY 2018451310001564590-19-005345
10-Q2018-10-25fiscal Q3 2018411140001564590-18-025045
10-Q2018-07-26fiscal Q2 2018421180001564590-18-017535
10-Q2018-04-26fiscal Q1 201836740001564590-18-009211
10-K2018-03-08fiscal FY 2017401400001564590-18-004771
10-Q2017-11-09fiscal Q3 2017361040001564590-17-023308
10-Q2017-07-27fiscal Q2 2017361040001564590-17-014203
10-Q2017-04-27fiscal Q1 201735700001564590-17-007450
10-K2017-03-01fiscal FY 2016391380001564590-17-002988
10-Q2016-10-27fiscal Q3 2016351000001564590-16-026315
10-Q2016-07-28fiscal Q2 2016351000001564590-16-021597
10-Q2016-04-28fiscal Q1 201633680001193125-16-560261
10-K2016-02-29fiscal FY 2015371330001193125-16-482830
10-Q2015-10-29fiscal Q3 201532920001193125-15-357435
10-Q2015-07-30fiscal Q2 201531880001193125-15-269804
10-Q2015-04-30fiscal Q1 201531640001193125-15-159939
10-K2015-02-26fiscal FY 2014361300001193125-15-065548
10-Q2014-11-04fiscal Q3 201430840001193125-14-396204
10-Q2014-07-31fiscal Q2 201430840001193125-14-288709
10-Q2014-04-28fiscal Q1 201431640001193125-14-163161
10-K2014-02-24fiscal FY 2013351270001193125-14-065056
10-Q2013-11-01fiscal Q3 201331880001193125-13-422998
10-Q2013-07-29fiscal Q2 201331880001193125-13-307437
10-Q2013-04-30fiscal Q1 201331640001193125-13-185323
10-K2013-02-25fiscal FY 2012351270001193125-13-074252
10-Q2012-10-31fiscal Q3 201231880001193125-12-441851
10-Q2012-08-01fiscal Q2 201231880001193125-12-328965
10-Q2012-05-01fiscal Q1 201231640001193125-12-201061
10-K2012-02-29fiscal FY 2011371310001193125-12-088873
10-Q2011-11-01fiscal Q3 201133920001193125-11-289052
10-Q2011-08-01fiscal Q2 201133920001193125-11-204747
10-Q2011-05-05fiscal Q1 201129600000950123-11-045623
10-K2011-02-25fiscal FY 201030800000950123-11-018736
10-Q2010-11-02fiscal Q3 201029780000950123-10-098916
10-Q2010-08-04fiscal Q2 201029780000950123-10-072357

Inspect the source

Entity
CARBO CERAMICS INC / CIK 0001009672
Captured
SEC response SHA-256
415fc9158302ebf50e87350b0dc3e16da3927d4c802042b965c920e30daaf1f8

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