
CARMAX INC — Investor Relations & Filings
CarMax Inc. is a large-scale retailer of used vehicles. The company's core business involves buying and selling used cars through an omnichannel model that integrates its online platform with a network of physical retail stores. CarMax is known for its no-haggle pricing policy, offering fixed, upfront prices on all vehicles. The company provides a comprehensive customer experience that includes vehicle financing, trade-ins, and a direct car-buying service for consumers wishing to sell their vehicles. To ensure quality, vehicles undergo a certification process and are sold with detailed history reports. Customer-centric policies include a 10-day return option and a 90-day or 4,000-mile limited warranty on purchases.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| DEF 14A - CARMAX INC (0001170010) (Filer) | 2026-05-12 | English | |
| ARS - CARMAX INC (0001170010) (Filer) | 2026-05-12 | English | |
| 10-K - CARMAX INC (0001170010) (Filer) | 2026-04-15 | English | |
| 8-K - CARMAX INC (0001170010) (Filer) | 2026-04-14 | English | |
| 8-K - CARMAX INC (0001170010) (Filer) | 2026-04-09 | English | |
| SCHEDULE 13G/A - CARMAX INC (0001170010) (Subject) | 2026-03-26 | English |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 45340408 | DEF 14A - CARMAX INC (0001170010) (Filer) | 2026-05-12 | English | ||
| 45282601 | ARS - CARMAX INC (0001170010) (Filer) | 2026-05-12 | English | ||
| 34588784 | 10-K - CARMAX INC (0001170010) (Filer) | 2026-04-15 | English | ||
| 34479455 | 8-K - CARMAX INC (0001170010) (Filer) | 2026-04-14 | English | ||
| 33937808 | 8-K - CARMAX INC (0001170010) (Filer) | 2026-04-09 | English | ||
| 33052278 | SCHEDULE 13G/A - CARMAX INC (0001170010) (Subject) | 2026-03-26 | English | ||
| 33035687 | 4 - CARMAX INC (0001170010) (Issuer) | 2026-03-24 | English | ||
| 32979240 | 4 - CARMAX INC (0001170010) (Issuer) | 2026-03-18 | English | ||
| 32967348 | DEFA14A - CARMAX INC (0001170010) (Filer) | 2026-03-17 | English | ||
| 32888662 | 8-K - CARMAX INC (0001170010) (Filer) | 2026-03-02 | English | ||
| 28320190 | SCHEDULE 13G Filing | 2026-02-13 | English | ||
| 28319851 | 8-K Filing | 2026-02-12 | English | ||
|
2025
3 filings
| |||||
| 28320440 | 4 Filing | 2025-12-30 | English | ||
| 28320088 | 4 Filing | 2025-12-30 | English | ||
| 28319876 | 4 Filing | 2025-12-30 | English | ||
Market data
Market data not available
Price history
Peer group · Retail sale of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Zhongsheng Group Holdings Limited
Automobile dealership group distributing luxury and mid-to-…
|
881 | KY | Wholesale and retail trade |
|
德众汽车
Multi-brand automotive group providing vehicle sales, after…
|
920030 | CN | Wholesale and retail trade |
CARMAX 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/30853/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30853 | 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=30853 | 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=30853 \ -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": 30853}, 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 CARMAX INC (id: 30853)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.