
ODP Corp — Investor Relations & Filings
The ODP Corporation is a leading provider of business services, supplies, products, and digital workplace technology solutions. The company operates through an integrated business-to-business (B2B) distribution platform and an omnichannel presence. This model combines world-class supply chain and distribution operations, a dedicated sales force, an extensive online platform, and a retail network of Office Depot and OfficeMax stores. Through its primary operating companies—Office Depot, LLC; ODP Business Solutions, LLC; and Veyer, LLC—the corporation serves a diverse customer base, including small, medium, and enterprise-level businesses, as well as individual professionals and consumers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| SCHEDULE 13G/A Filing | 2026-01-21 | English | |
| 25-NSE Filing | 2025-12-10 | English | |
| 4 Filing | 2025-12-10 | English | |
| S-8 POS Filing | 2025-12-10 | English | |
| 4 Filing | 2025-12-10 | English | |
| S-8 POS Filing | 2025-12-10 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 18748297 | SCHEDULE 13G/A Filing | 2026-01-21 | English | ||
|
2025
14 filings
| |||||
| 18748535 | 25-NSE Filing | 2025-12-10 | English | ||
| 18748437 | 4 Filing | 2025-12-10 | English | ||
| 18748204 | S-8 POS Filing | 2025-12-10 | English | ||
| 18748180 | 4 Filing | 2025-12-10 | English | ||
| 18748175 | S-8 POS Filing | 2025-12-10 | English | ||
| 18748146 | 4 Filing | 2025-12-10 | English | ||
| 18748121 | S-8 POS Filing | 2025-12-10 | English | ||
| 18748115 | 4 Filing | 2025-12-10 | English | ||
| 18748099 | 4 Filing | 2025-12-10 | English | ||
| 18748092 | 4 Filing | 2025-12-10 | English | ||
| 18748083 | 4 Filing | 2025-12-10 | English | ||
| 18748072 | 4 Filing | 2025-12-10 | English | ||
| 18748023 | 4 Filing | 2025-12-10 | English | ||
| 18748011 | 4 Filing | 2025-12-10 | English | ||
Market data
Market data not available
Price history
Peer group · Retail sale of books, newspapers, stationery and office supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
THEWORKS.CO.UK PLC
A value retailer of books, arts and crafts, stationery, toy…
|
WRKS | GB | Wholesale and retail trade |
|
TORICO Co.,Ltd.
A manga business operating in e-commerce, digital media, pu…
|
7138 | JP | Wholesale and retail trade |
|
Vialife
An e-commerce platform for selling press publications and p…
|
ALVIA | FR | Wholesale and retail trade |
ODP 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/32365/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32365 | 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=32365 | 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=32365 \ -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": 32365}, 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 ODP Corp (id: 32365)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.