
Nerdy Inc. — Investor Relations & Filings
Nerdy Inc. is a company that operates a platform for live online learning, integrating artificial intelligence with expert instruction. Its proprietary technology, which powers brands like Varsity Tutors, connects learners with tutors and instructors across more than 3,000 subjects. The platform utilizes AI for the intelligent matching of students with experts, leveraging numerous data points to optimize pairings. Services include live one-on-one tutoring, group classes, and test preparation. The platform is enhanced by a suite of AI-powered tools, such as an on-demand AI tutor, adaptive practice problems, and automated session summaries, designed to create personalized and effective learning experiences.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - Nerdy Inc. (0001819404) (Filer) | 2026-04-06 | English | |
| 4 - Nerdy Inc. (0001819404) (Issuer) | 2026-03-18 | English | |
| 4 - Nerdy Inc. (0001819404) (Issuer) | 2026-03-18 | English | |
| 10-K - NERDY INC. (0001819404) (Filer) | 2026-02-26 | English | |
| 8-K - NERDY INC. (0001819404) (Filer) | 2026-02-26 | English | |
| 4 - NERDY INC. (0001819404) (Filer) | 2026-02-18 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 33601599 | 8-K - Nerdy Inc. (0001819404) (Filer) | 2026-04-06 | English | ||
| 32979625 | 4 - Nerdy Inc. (0001819404) (Issuer) | 2026-03-18 | English | ||
| 32979631 | 4 - Nerdy Inc. (0001819404) (Issuer) | 2026-03-18 | English | ||
| 32898891 | 10-K - NERDY INC. (0001819404) (Filer) | 2026-02-26 | English | ||
| 32898890 | 8-K - NERDY INC. (0001819404) (Filer) | 2026-02-26 | English | ||
| 32898887 | 4 - NERDY INC. (0001819404) (Filer) | 2026-02-18 | English | ||
| 32898888 | 4 - NERDY INC. (0001819404) (Filer) | 2026-02-18 | English | ||
| 32898889 | 4 - NERDY INC. (0001819404) (Filer) | 2026-02-18 | English | ||
| 13280746 | FORM 4 | 2026-01-21 | English | ||
|
2025
6 filings
| |||||
| 13280748 | FORM 4 | 2025-12-29 | English | ||
| 13280749 | Regulatory Filings 2025 | 2025-12-22 | English | ||
| 13280751 | FORM 4 | 2025-12-18 | English | ||
| 13280752 | FORM 4 | 2025-12-18 | English | ||
| 13280755 | FORM 4 | 2025-12-18 | English | ||
| 13280750 | FORM 4 | 2025-12-17 | English | ||
Market data
Market data not available
Price history
Peer group · Intermediation service activities for courses and tutors
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BetterU Education Corp.
Technology company providing a skills development platform …
|
BTRU.H | CA | Education |
|
CRIZAC LIMITED
Global edtech firm specializing in international student mo…
|
CRIZAC | IN | Education |
|
IDP EDUCATION LIMITED
Global provider of student placement and English language t…
|
IEL | AU | Education |
Nerdy 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/33552/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33552 | 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=33552 | 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=33552 \ -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": 33552}, 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 Nerdy Inc. (id: 33552)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.