
EVI INDUSTRIES, INC. — Investor Relations & Filings
EVI Industries, Inc. is a value-added distributor and service provider operating within the commercial laundry industry. The company sells and leases a comprehensive range of commercial laundry equipment, including systems for washing, drying, finishing, material handling, water heating, power generation, and water reuse. In addition to equipment, EVI provides technical and advisory services such as planning, design, consulting, installation, maintenance, and repair, as well as supplying related parts and accessories. Its diverse customer base includes retail, commercial, industrial, institutional, and government entities across the industrial, on-premise, vended, and multifamily laundry sectors. The company's growth is driven by a "buy and build" strategy, focused on acquiring and integrating complementary businesses to expand its market leadership.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - EVI INDUSTRIES, INC. (0000065312) (Filer) | 2026-05-11 | English | |
| 10-Q - EVI INDUSTRIES, INC. (0000065312) (Filer) | 2026-05-11 | English | |
| Major Shareholding Notification 2026 | 2026-04-21 | English | |
| 4 - EVI INDUSTRIES, INC. (0000065312) (Filer) | 2026-02-13 | English | |
| 10-Q Filing | 2026-02-09 | English | |
| 8-K Filing | 2026-02-09 | English |
Browse filings by year
32 years- 2026 7 filings
- 2025 36 filings
- 2024 38 filings
- 2023 41 filings
- 2022 25 filings
- 2021 26 filings
- 2020 30 filings
- 2019 24 filings
- 2018 26 filings
- 2017 37 filings
- 2016 39 filings
- 2015 25 filings
- 2014 17 filings
- 2013 18 filings
- 2012 21 filings
- 2011 13 filings
- 2010 16 filings
- 2009 14 filings
- 2008 24 filings
- 2007 21 filings
- 2006 15 filings
- 2005 21 filings
- 2004 26 filings
- 2003 11 filings
- 2002 8 filings
- 2001 5 filings
- 2000 10 filings
- 1999 15 filings
- 1998 12 filings
- 1997 7 filings
- 1996 6 filings
- 1995 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 45000138 | 8-K - EVI INDUSTRIES, INC. (0000065312) (Filer) | 2026-05-11 | English | ||
| 44998782 | 10-Q - EVI INDUSTRIES, INC. (0000065312) (Filer) | 2026-05-11 | English | ||
| 45931812 | Major Shareholding Notification 2026 | 2026-04-21 | English | ||
| 32877336 | 4 - EVI INDUSTRIES, INC. (0000065312) (Filer) | 2026-02-13 | English | ||
| 20365990 | 10-Q Filing | 2026-02-09 | English | ||
| 20365791 | 8-K Filing | 2026-02-09 | English | ||
| 16032532 | SCHEDULE 13G/A Filing | 2026-01-09 | English | ||
|
2025
8 filings
| |||||
| 16032572 | S-8 Filing | 2025-12-23 | English | ||
| 16032573 | 4 Filing | 2025-12-16 | English | ||
| 16032567 | 4 Filing | 2025-12-16 | English | ||
| 16032557 | 4 Filing | 2025-12-16 | English | ||
| 16032542 | 4 Filing | 2025-12-16 | English | ||
| 16032579 | 8-K Filing | 2025-12-15 | English | ||
| 9131817 | Director's Dealing 2025 | 2025-11-20 | English | ||
| 9131820 | DEFINITIVE PROXY STATEMENT | 2025-11-20 | English | ||
Market data
Market data not available
Price history
Peer group · Wholesale of other machinery and equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
EIWA CORPORATION
Engineering firm providing industrial measurement and contr…
|
9857 | JP | Wholesale and retail trade |
|
E Shopping Group Spolka Akcyjna
An e-commerce company operating online stores based on a dr…
|
ESG | PL | Wholesale and retail trade |
|
FAR EAST GROUP LIMITED
Pioneer and leading regional distributor in HVAC&R industry.
|
5TJ | SG | Wholesale and retail trade |
|
Ferronordic
A service and sales company for construction equipment and …
|
FNM | SE | Wholesale and retail trade |
|
Fervi
Provider of professional equipment, machinery, and tools fo…
|
FVI | IT | Wholesale and retail trade |
|
Finning International Inc.
Distribution and support of Caterpillar equipment and engin…
|
FTT | CA | Wholesale and retail trade |
|
FLOWTECH FLUIDPOWER PLC
A specialist distributor of fluid power products and engine…
|
FLO | GB | Wholesale and retail trade |
|
Fortune Energy Inc.
Wholesale distributor of solar panels, inverters, and energ…
|
— | CA | Wholesale and retail trade |
|
FUKUDA CORPORATION
Imports and supplies high-precision machine components from…
|
1899 | JP | Wholesale and retail trade |
|
GLOBAL INDUSTRIAL Co
Distributor and direct marketer of industrial and business …
|
GIC | US | Wholesale and retail trade |
EVI INDUSTRIES, 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/33023/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33023 | 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=33023 | 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=33023 \ -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": 33023}, 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 EVI INDUSTRIES, INC. (id: 33023)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.