
SHIGEMATSU WORKS CO.,LTD. — Investor Relations & Filings
SHIGEMATSU WORKS CO., LTD., established in 1917, is a manufacturer specializing in personal protective equipment (PPE). The company's core focus is on Respiratory Protection (RP), developing and supplying products to safeguard workers from occupational diseases and industrial hazards. Its extensive product portfolio includes a wide range of devices such as industrial-use dust respirators, gas masks, supplied-air respirators, and disposable respirators. In addition to its specialization in respiratory safety, the company also produces other protective equipment, including protective clothing and gloves, for a comprehensive approach to workplace safety.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第76期(令和3年4月1日-令和4年3月31日) | 2022-06-30 | Japanese | |
| 四半期報告書-第76期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第76期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第76期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | |
| 確認書 | 2021-06-30 | Japanese | |
| 内部統制報告書-第75期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
2 filings
| |||||
| 7597302 | 有価証券報告書-第76期(令和3年4月1日-令和4年3月31日) | 2022-06-30 | Japanese | ||
| 7616047 | 四半期報告書-第76期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7622535 | 四半期報告書-第76期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7628367 | 四半期報告書-第76期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7663962 | 確認書 | 2021-06-30 | Japanese | ||
| 7663951 | 内部統制報告書-第75期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7663937 | 有価証券報告書-第75期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7675524 | 四半期報告書-第75期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7680093 | 四半期報告書-第75期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7685839 | 四半期報告書-第75期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-11 | Japanese | ||
| 7688166 | 有価証券報告書-第74期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7692349 | 四半期報告書-第74期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-14 | Japanese | ||
|
2019
3 filings
| |||||
| 7695736 | 四半期報告書-第74期第2四半期(2019/07/01-2019/09/30) | 2019-11-14 | Japanese | ||
| 7699895 | 四半期報告書-第74期第1四半期(2019/04/01-2019/06/30) | 2019-08-09 | Japanese | ||
| 7702448 | 有価証券報告書-第73期(平成30年4月1日-平成31年3月31日) | 2019-06-28 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other manufacturing n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3M India Ltd.
Science-based firm delivering industrial, safety, healthcar…
|
3MINDIA | IN | Manufacturing |
|
ACCO BRANDS Corp
Global designer and manufacturer of academic, consumer, and…
|
ACCO | US | Manufacturing |
|
ADEL KALEMCİLİK TİCARET VE SANAYİ A.Ş.
A manufacturer and marketer of stationery products like pen…
|
ADEL | TR | Manufacturing |
|
ALKOSIGN LIMITED
Designs and manufactures visual communication products and …
|
543453 | IN | Manufacturing |
|
Amifa Co., Ltd.
Plans, manufactures, and wholesales lifestyle goods like gi…
|
7800 | JP | Manufacturing |
|
ANSELL LIMITED
Global developer and manufacturer of advanced hand and body…
|
ANN | AU | Manufacturing |
|
ARTNATURE INC.
Manufactures and sells wigs, hairpieces, and hair augmentat…
|
7823 | JP | Manufacturing |
|
AVON PROTECTION PLC
Provider of mission-critical personal protection systems fo…
|
AVON | GB | Manufacturing |
|
Best Bristle Company Co., Ltd.
Manufacturer of PBT filaments for oral care, industrial, an…
|
318410 | KR | Manufacturing |
|
BRADY CORP
Manufacturer of solutions that identify and protect people,…
|
BRC | US | Manufacturing |
SHIGEMATSU WORKS CO.,LTD. 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/12193/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12193 | 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=12193 | 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=12193 \ -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": 12193}, 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 SHIGEMATSU WORKS CO.,LTD. (id: 12193)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.