Skip to content

CHEGG, INC: filings

Every CHEGG, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-08-06fiscal Q2 2026491400001364954-26-000088
10-Q2026-05-11fiscal Q1 2026481000001364954-26-000048
10-K2026-03-09fiscal FY 2025561480001364954-26-000021
10-Q2025-11-10fiscal Q3 2025501420001364954-25-000117
10-Q2025-08-08fiscal Q2 2025501420001364954-25-000096
10-Q2025-05-12fiscal Q1 2025501050001364954-25-000052
10-K2025-02-24fiscal FY 2024561490001364954-25-000013
10-Q2024-11-12fiscal Q3 2024551530001364954-24-000085
10-Q2024-08-05fiscal Q2 2024541520001364954-24-000072
10-Q2024-04-29fiscal Q1 2024501050001364954-24-000042
10-K2024-02-20fiscal FY 2023571510001364954-24-000009
10-Q2023-10-30fiscal Q3 2023531480001364954-23-000146
10-Q2023-08-07fiscal Q2 2023501400001364954-23-000121
10-Q2023-05-01fiscal Q1 2023501040001364954-23-000068
10-K2023-02-21fiscal FY 2022571510001364954-23-000013
10-Q2022-11-01fiscal Q3 2022511420001364954-22-000107
10-Q2022-08-04fiscal Q2 2022501400001364954-22-000088
10-Q2022-05-02fiscal Q1 2022501040001364954-22-000050
10-K2022-02-22fiscal FY 2021561480001364954-22-000011
10-Q2021-11-01fiscal Q3 2021481370001364954-21-000113
10-Q2021-08-09fiscal Q2 2021471330001364954-21-000071
10-Q2021-05-03fiscal Q1 202143910001364954-21-000048
10-K2021-02-22fiscal FY 2020521800001364954-21-000013
10-Q2020-10-26fiscal Q3 2020431150001364954-20-000210
10-Q2020-08-03fiscal Q2 2020471310001364954-20-000172
10-Q2020-05-04fiscal Q1 202043910001364954-20-000094
10-K2020-02-20fiscal FY 2019531810001364954-20-000041
10-Q2019-11-04fiscal Q3 2019441160001364954-19-000251
10-Q2019-07-29fiscal Q2 2019441160001364954-19-000188
10-Q2019-04-29fiscal Q1 201943900001364954-19-000125
10-K2019-02-25fiscal FY 2018491660001364954-19-000027
10-Q2018-10-29fiscal Q3 2018411070001364954-18-000200
10-Q2018-07-30fiscal Q2 2018391030001364954-18-000170
10-Q2018-04-26fiscal Q1 201836750001364954-18-000113
10-K2018-02-26fiscal FY 2017461500001364954-18-000039
10-Q2017-10-30fiscal Q3 201736950001364954-17-000188
10-Q2017-07-31fiscal Q2 201735930001364954-17-000157
10-Q2017-05-01fiscal Q1 201735710001364954-17-000103
10-K2017-02-23fiscal FY 2016421410001364954-17-000031
10-Q2016-11-07fiscal Q3 201635940001364954-16-000457
10-Q2016-08-03fiscal Q2 201635940001364954-16-000398
10-Q2016-05-03fiscal Q1 201632650001364954-16-000337
10-K2016-03-04fiscal FY 2015431520001364954-16-000291
10-Q2015-12-21fiscal Q3 201533910001364954-15-000199
10-Q2015-12-21fiscal Q2 201533910001364954-15-000198
10-Q/A2015-12-21fiscal Q1 201534690001364954-15-000197
10-Q2015-11-05fiscal Q3 201533910001364954-15-000150
10-Q2015-08-06fiscal Q2 201533910001364954-15-000088
10-Q2015-05-08fiscal Q1 201534690001364954-15-000032
10-K2015-03-06fiscal FY 2014451610001364954-15-000009
10-Q2014-11-07fiscal Q3 201436990001564590-14-005296
10-Q2014-08-08fiscal Q2 2014391050001564590-14-003407
10-Q2014-05-12fiscal Q1 201438790001564590-14-002022

Inspect the source

Entity
CHEGG, INC / CIK 0001364954
Captured
2026-09-20T07:56:28.372Z
SEC response SHA-256
4908f73f194f68fa491f78fa5ccc2ec78f52c32e7228cde19ed5cff033a659d3

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