
Snap-on Inc — Investor Relations & Filings
Snap-on Incorporated is a global innovator, manufacturer, and marketer of tools, equipment, diagnostics, repair information, and systems solutions for professional users. The company provides a broad array of productivity solutions for professionals performing critical tasks in a wide range of industries. Key markets served include automotive, aviation and aerospace, collision repair, heavy-duty transport, manufacturing, military and defense, and natural resources sectors. A significant part of its distribution model involves a direct sales approach through a large network of franchisees who operate mobile stores, bringing products directly to customer workplaces.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-01 | English | |
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| 10-Q - Snap-on Inc (0000091440) (Filer) | 2026-04-23 | English | |
| 8-K - Snap-on Inc (0000091440) (Filer) | 2026-04-23 | English | |
| SCHEDULE 13G/A - Snap-on Inc (0000091440) (Subject) | 2026-03-27 | English |
Browse filings by year
27 years- 2026 44 filings
- 2025 72 filings
- 2024 97 filings
- 2023 82 filings
- 2022 51 filings
- 2021 93 filings
- 2020 63 filings
- 2019 77 filings
- 2018 72 filings
- 2017 81 filings
- 2016 81 filings
- 2015 87 filings
- 2014 78 filings
- 2013 79 filings
- 2012 96 filings
- 2011 64 filings
- 2010 79 filings
- 2009 89 filings
- 2008 101 filings
- 2007 119 filings
- 2006 98 filings
- 2005 141 filings
- 2004 156 filings
- 2003 72 filings
- 2002 23 filings
- 2001 18 filings
- 2000 17 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45993669 | 8-K | 2026-05-01 | English | ||
| 45993674 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 45993680 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 35768158 | 10-Q - Snap-on Inc (0000091440) (Filer) | 2026-04-23 | English | ||
| 35685117 | 8-K - Snap-on Inc (0000091440) (Filer) | 2026-04-23 | English | ||
| 33063819 | SCHEDULE 13G/A - Snap-on Inc (0000091440) (Subject) | 2026-03-27 | English | ||
| 45993691 | DEF 14A | 2026-03-11 | English | ||
| 45993812 | ARS | 2026-03-11 | English | ||
| 32878415 | 4 - SNAP-ON INC (0000091440) (Filer) | 2026-02-25 | English | ||
| 32878416 | 4 - SNAP-ON INC (0000091440) (Filer) | 2026-02-23 | English | ||
| 32878417 | 4 - SNAP-ON INC (0000091440) (Filer) | 2026-02-19 | English | ||
| 32878418 | 4 - SNAP-ON INC (0000091440) (Filer) | 2026-02-17 | English | ||
| 32878419 | 4 - SNAP-ON INC (0000091440) (Filer) | 2026-02-17 | English | ||
| 32878420 | 4 - SNAP-ON INC (0000091440) (Filer) | 2026-02-17 | English | ||
| 32878421 | 4 - SNAP-ON INC (0000091440) (Filer) | 2026-02-17 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WISE HOLDINGS CO.,LTD.
Holding company that manufactures and sells industrial fast…
|
5955 | JP | Manufacturing |
|
Yalco - Constantinou S.A.
Distributes and produces houseware and professional equipme…
|
YALCO | GR | Manufacturing |
|
Yangling Metron New Material Co., Ltd.
Produces electroplated diamond wire for photovoltaic and se…
|
300861 | CN | Manufacturing |
|
YG-1 CO.,LTD
Global manufacturer and distributor of precision cutting to…
|
019210 | KR | Manufacturing |
|
YM CO., LTD.
Manufacturer and distributor of metal fasteners and forged …
|
007530 | KR | Manufacturing |
|
Zhang Xiaoquan Inc.
Heritage manufacturer of cutlery and household tools using …
|
301055 | CN | Manufacturing |
|
ZHUZHOU HUARUI PRECISION CUTTING TOOLS.CO.,LTD.
Manufacturer of high-performance CNC cutting tools and ceme…
|
688059 | CN | Manufacturing |
|
ZJK Industrial Co., Ltd.
Manufactures precision metal parts for aerospace, new energ…
|
ZJK | US | Manufacturing |
|
Zurn Elkay Water Solutions Corp
Designs and manufactures engineered water solutions and bui…
|
ZWS | US | Manufacturing |
|
海达尔
Manufactures precision slide rails and linear motion compon…
|
920699 | CN | Manufacturing |
Snap-on 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/30335/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30335 | 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=30335 | 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=30335 \ -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": 30335}, 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 Snap-on Inc (id: 30335)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.