
Showa Manufacturing Co.,Ltd. — Investor Relations & Filings
Showa Manufacturing Co., Ltd. is a diversified manufacturer specializing in thermal energy and environmental control systems. The company's core product lines include heat source equipment, hot water supply systems, and air conditioning products, encompassing boilers, commercial water heaters, and heat pumps. Beyond its HVAC and water heating solutions, Showa Manufacturing produces urban landscape products, such as protective fences for bridges and parks. The company also has capabilities in casting and machining, providing sand and precision cast components. Additionally, it develops specialized thermal products, including industrial heat treatment furnaces and various types of advanced heaters for specific industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第100期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第100期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第100期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-12 | Japanese | |
| 内部統制報告書-第99期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | |
| 確認書 | 2021-06-24 | Japanese | |
| 有価証券報告書-第99期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
1 filing
| |||||
| 7617077 | 四半期報告書-第100期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7622580 | 四半期報告書-第100期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7627919 | 四半期報告書-第100期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-12 | Japanese | ||
| 7668531 | 内部統制報告書-第99期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7668529 | 確認書 | 2021-06-24 | Japanese | ||
| 7668528 | 有価証券報告書-第99期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7675275 | 四半期報告書-第99期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-15 | Japanese | ||
|
2020
4 filings
| |||||
| 7680152 | 四半期報告書-第99期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7685967 | 四半期報告書-第99期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-11 | Japanese | ||
| 7689224 | 有価証券報告書-第98期(平成31年4月1日-令和2年3月31日) | 2020-06-25 | Japanese | ||
| 7693294 | 四半期報告書-第98期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
|
2019
4 filings
| |||||
| 7696584 | 四半期報告書-第98期第2四半期(2019/07/01-2019/09/30) | 2019-11-13 | Japanese | ||
| 7700404 | 四半期報告書-第98期第1四半期(2019/04/01-2019/06/30) | 2019-08-09 | Japanese | ||
| 7709441 | 有価証券報告書-第97期(平成30年4月1日-平成31年3月31日) | 2019-06-27 | Japanese | ||
| 7713904 | 四半期報告書-第97期第3四半期(2018/10/01-2018/12/31) | 2019-02-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of ovens, furnaces and permanent household heating equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aages S.A.
Designs and manufactures standard and custom induction heat…
|
AAG | RO | Manufacturing |
|
Absolicon Solar Collector AB
Develops and sells patented solar collectors for industrial…
|
ABSL B | SE | Manufacturing |
|
ALARKO CARRIER SANAYİ VE TİCARET A.Ş.
Manufacturer of HVAC and water pressurization systems for r…
|
ALCAR | TR | Manufacturing |
|
Arbonia AG
Supplier of interior doors, shower enclosures, and room par…
|
ARBN | CH | Manufacturing |
|
Ariston Holding N.V.
Global provider of renewable and high-efficiency water and …
|
ARIS | NL | Manufacturing |
|
BOSCH HOME COMFORT INDIA LIMITED
Provides energy-efficient HVAC solutions and smart thermal …
|
BOSCH-HCIL | IN | Manufacturing |
|
Brenmiller Energy Ltd.
Develops thermal energy storage systems using crushed rocks…
|
BNRG | US | Manufacturing |
|
CHOFU SEISAKUSHO CO.,LTD.
Manufacturer of residential climate control and water heati…
|
5946 | JP | Manufacturing |
|
Chugai Ro Co.,Ltd.
Develops and manufactures industrial equipment specializing…
|
1964 | JP | Manufacturing |
|
ClearSign Technologies Corp
Develops emission-control and combustion enhancement techno…
|
CLIR | US | Manufacturing |
Showa Manufacturing 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/11798/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11798 | 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=11798 | 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=11798 \ -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": 11798}, 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 Showa Manufacturing Co.,Ltd. (id: 11798)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.