
CHEGG, INC — Investor Relations & Filings
Chegg, Inc. is an educational technology company that operates a student-focused, connected learning platform. The company provides on-demand academic support through a subscription-based model, offering 24/7 homework help across numerous subjects. Its core services include access to a large library of expert-verified, step-by-step solutions and expert Q&A. The platform is enhanced by AI-powered tools that provide practice questions, flashcards, and personalized learning assistance. Additionally, Chegg offers writing support services, including expert proofreading, grammar checks, and instant citation generation. The company's mission is to improve learning outcomes by helping students learn more in less time and at a lower cost.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - CHEGG, INC (0001364954) (Filer) | 2026-05-11 | English | |
| 8-K - CHEGG, INC (0001364954) (Filer) | 2026-04-15 | English | |
| 8-K - CHEGG, INC (0001364954) (Filer) | 2026-03-31 | English | |
| 4 - CHEGG, INC (0001364954) (Filer) | 2026-02-18 | English | |
| 8-K Filing | 2026-02-17 | English | |
| 8-K Filing | 2026-02-09 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
8 filings
| |||||
| 44998786 | 10-Q - CHEGG, INC (0001364954) (Filer) | 2026-05-11 | English | ||
| 34579236 | 8-K - CHEGG, INC (0001364954) (Filer) | 2026-04-15 | English | ||
| 33121975 | 8-K - CHEGG, INC (0001364954) (Filer) | 2026-03-31 | English | ||
| 32890651 | 4 - CHEGG, INC (0001364954) (Filer) | 2026-02-18 | English | ||
| 29113949 | 8-K Filing | 2026-02-17 | English | ||
| 29113877 | 8-K Filing | 2026-02-09 | English | ||
| 29114414 | SCHEDULE 13G Filing | 2026-01-30 | English | ||
| 29115317 | 4 Filing | 2026-01-15 | English | ||
|
2025
7 filings
| |||||
| 11990006 | 8-K | 2025-12-29 | English | ||
| 11990013 | 8-K | 2025-12-15 | English | ||
| 11990009 | FORM 4 | 2025-12-15 | English | ||
| 11990012 | 8-K | 2025-11-20 | English | ||
| 11990015 | FORM 4 | 2025-11-19 | English | ||
| 11990018 | FORM 4 | 2025-11-19 | English | ||
| 11990017 | FORM 4 | 2025-11-19 | English | ||
Market data
Market data not available
Price history
Peer group · Other educational support activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
VISANG EDUCATION INC
Develops K-12 textbooks, digital learning content, and inte…
|
100220 | KR | Education |
|
VJTF Eduservices Limited
Provides K-12 school management, curriculum development, an…
|
509026 | IN | Education |
|
Western Overseas Study Abroad Limited
Provides international education consultancy, test preparat…
|
544636 | IN | Education |
|
Winny Immigration & Education Services Limited
Provides overseas education, global migration, visa process…
|
WINNY | IN | Education |
|
Xikang Cloud Hospital Holdings Inc.
Provides cloud hospital platform services and associated me…
|
9686 | HK | Education |
|
ZEE LEARN LIMITED
Provides K-12 education, preschools, and vocational trainin…
|
ZEELEARN | IN | Education |
CHEGG, INC via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/33845/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33845 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=33845 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=33845 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 33845}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for CHEGG, INC (id: 33845)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.