
GameStop Corp. — Investor Relations & Filings
GameStop Corp. is a specialty retailer of video games, consumer electronics, and gaming merchandise. The company operates on a multichannel basis, providing new and pre-owned entertainment products through its e-commerce platforms and physical stores. Core product offerings include video game software and hardware, gaming accessories, and pop culture collectibles. A key feature of its business model is a trade-in program that allows customers to sell or exchange video games, consoles, and other electronics.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 4 Filing | 2026-01-06 | English | |
| FORM 4 | 2025-12-30 | English | |
| FORM 4 | 2025-12-30 | English | |
| FORM 4 | 2025-12-10 | English | |
| 10-Q | 2025-12-09 | English | |
| 8-K | 2025-12-09 | English |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 28898968 | 4 Filing | 2026-01-06 | English | ||
|
2025
14 filings
| |||||
| 11850712 | FORM 4 | 2025-12-30 | English | ||
| 11850713 | FORM 4 | 2025-12-30 | English | ||
| 11850718 | FORM 4 | 2025-12-10 | English | ||
| 11850717 | 10-Q | 2025-12-09 | English | ||
| 11850720 | 8-K | 2025-12-09 | English | ||
| 11850721 | 424B2 | 2025-10-07 | English | ||
| 11850725 | 8-K | 2025-10-07 | English | ||
| 11850726 | NYSE CERTIFICATION | 2025-10-06 | English | ||
| 11850729 | 8-K/A | 2025-10-04 | English | ||
| 11850727 | S-3 | 2025-10-03 | English | ||
| 11850728 | FORM 4 | 2025-10-03 | English | ||
| 11850730 | FORM 4 | 2025-10-03 | English | ||
| 11850731 | Regulatory Filings 2025 | 2025-10-02 | English | ||
| 11850732 | Regulatory Filings 2025 | 2025-10-02 | English | ||
Market data
Market data not available
Price history
Peer group · Retail sale of games and toys
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Amuse Group Holding Limited
Designs, markets, distributes, and retails toys and related…
|
8545 | HK | Wholesale and retail trade |
|
BUILD-A-BEAR WORKSHOP INC
Offers a hands-on retail experience for creating personaliz…
|
BBW | US | Wholesale and retail trade |
|
Kidsland International Holdings Limited
Leading distributor and retailer of toys and lifestyle prod…
|
2122 | HK | Wholesale and retail trade |
|
Punktid Technologies AS
Operates an online marketplace for digital codes for video …
|
PNKTD | EE | Wholesale and retail trade |
GameStop Corp. 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/30508/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30508 | 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=30508 | 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=30508 \ -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": 30508}, 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 GameStop Corp. (id: 30508)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.