
STANLEY BLACK & DECKER, INC. — Investor Relations & Filings
Stanley Black & Decker, Inc. is a global provider of tools, outdoor equipment, and industrial solutions. The company designs, manufactures, and sells a wide range of products including power tools, hand tools, storage solutions, and outdoor power equipment. Its Industrial segment offers engineered fastening systems and other solutions for various sectors. Stanley Black & Decker manages a diverse portfolio of brands such as DEWALT, CRAFTSMAN, STANLEY, BLACK+DECKER, CUB CADET, and LENOX, serving professional, industrial, and consumer markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| S-8 | 2026-04-29 | English | |
| 10-Q - STANLEY BLACK & DECKER, INC. (0000093556) (Filer) | 2026-04-29 | English | |
| 8-K - STANLEY BLACK & DECKER, INC. (0000093556) (Filer) | 2026-04-29 | English | |
| 8-K | 2026-04-27 | English | |
| 8-K - STANLEY BLACK & DECKER, INC. (0000093556) (Filer) | 2026-04-20 | English |
Browse filings by year
27 years- 2026 35 filings
- 2025 100 filings
- 2024 121 filings
- 2023 154 filings
- 2022 183 filings
- 2021 193 filings
- 2020 183 filings
- 2019 161 filings
- 2018 160 filings
- 2017 178 filings
- 2016 180 filings
- 2015 205 filings
- 2014 189 filings
- 2013 240 filings
- 2012 209 filings
- 2011 219 filings
- 2010 225 filings
- 2009 156 filings
- 2008 130 filings
- 2007 146 filings
- 2006 105 filings
- 2005 85 filings
- 2004 128 filings
- 2003 136 filings
- 2002 31 filings
- 2001 15 filings
- 2000 23 filings
Market data
Market data not available
Price history
Peer group · Manufacture of power-driven hand tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
MAX CO., LTD.
Manufacturer of industrial tools, office products, housing,…
|
6454 | JP | Manufacturing |
|
NAKANISHI INC.
Manufacturer of high-speed rotation and precision tech for …
|
7716 | JP | Manufacturing |
|
Nanjing Toua Hardware&Tools Co., Ltd.
Manufacturer of gas-actuated fastening systems, gas nailers…
|
301125 | CN | Manufacturing |
|
Techtronic Industries Co. Ltd.
Global leader in cordless technology, manufacturing power t…
|
669 | HK | Manufacturing |
|
Toya S.A.
International producer and distributor of tools and equipme…
|
TOA | PL | Manufacturing |
|
Vessel Co., Ltd.
Designs and manufactures equipment for the flat panel displ…
|
177350 | KR | Manufacturing |
|
Zhejiang Prulde Electric Appliance Co., Ltd.
Manufacturer of power tools and thermal equipment for globa…
|
301353 | CN | Manufacturing |
STANLEY BLACK & DECKER, 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/30549/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30549 | 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=30549 | 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=30549 \ -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": 30549}, 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 STANLEY BLACK & DECKER, INC. (id: 30549)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.