
Vestis Corp — Investor Relations & Filings
Vestis Corp., formerly Aramark Uniform Services, is a provider of uniform rentals and workplace supplies. The company serves a broad range of customers, from small businesses to large corporations, across various industries including manufacturing, hospitality, healthcare, and automotive. Its offerings include full-service uniform rental programs, direct uniform sales, and a variety of workplace supplies such as towels, aprons, floor mats, and linens. Vestis also provides managed services, including restroom supply management, first aid and safety products, and specialty garment processing for environments like cleanrooms. The company's services are designed to help clients reduce operating costs, enhance their brand image, and maintain a safe and clean work environment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - Vestis Corp (0001967649) (Filer) | 2026-05-12 | English | |
| 8-K - Vestis Corp (0001967649) (Filer) | 2026-05-12 | English | |
| 4 - VESTIS CORP (0001967649) (Filer) | 2026-03-03 | English | |
| 8-K - VESTIS CORP (0001967649) (Filer) | 2026-02-24 | English | |
| 4 - VESTIS CORP (0001967649) (Filer) | 2026-02-20 | English | |
| 4 - VESTIS CORP (0001967649) (Filer) | 2026-02-20 | English |
Browse filings by year
4 yearsMarket data
Market data not available
Price history
Peer group · Rental and leasing of other personal and household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
UPBOUND GROUP, INC.
A tech-driven platform offering lease-to-own solutions for …
|
UPBD | US | Administrative and support serv… |
|
VHQ Entertainment Inc.
Video rental retailer pioneering flat-fee, direct-to-home m…
|
VHQ | CA | Administrative and support serv… |
Vestis 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/32689/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32689 | 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=32689 | 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=32689 \ -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": 32689}, 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 Vestis Corp (id: 32689)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.