
FUJITSU GENERAL LIMITED — Investor Relations & Filings
FUJITSU GENERAL LIMITED is a manufacturer specializing in air conditioning systems, information-communication equipment, and electronic devices. The company's core business involves the development and global sale of high-quality, environmentally-friendly HVAC solutions designed to create comfortable and sustainable living environments. Its corporate philosophy emphasizes enhancing well-being through technology, positioning its products as "Life Conditioners." As of 2025, the company operates as a member of the Paloma Rheem Group and has announced its intention to change its trade name to GENERAL Inc.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-06-22 | Japanese | |
| 有価証券報告書-第103期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | |
| 四半期報告書-第103期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-03 | Japanese | |
| 四半期報告書-第103期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-04 | Japanese | |
| 四半期報告書-第103期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-03 | Japanese | |
| 内部統制報告書-第102期(令和2年4月1日-令和3年3月31日) | 2021-06-22 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7604360 | 確認書 | 2022-06-22 | Japanese | ||
| 7604362 | 有価証券報告書-第103期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | ||
| 7618657 | 四半期報告書-第103期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-03 | Japanese | ||
|
2021
6 filings
| |||||
| 7624899 | 四半期報告書-第103期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-04 | Japanese | ||
| 7662783 | 四半期報告書-第103期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-03 | Japanese | ||
| 7669760 | 内部統制報告書-第102期(令和2年4月1日-令和3年3月31日) | 2021-06-22 | Japanese | ||
| 7669758 | 確認書 | 2021-06-22 | Japanese | ||
| 7669761 | 有価証券報告書-第102期(令和2年4月1日-令和3年3月31日) | 2021-06-22 | Japanese | ||
| 7677672 | 四半期報告書-第102期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-04 | Japanese | ||
|
2020
4 filings
| |||||
| 7682622 | 四半期報告書-第102期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-02 | Japanese | ||
| 7687402 | 四半期報告書-第102期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-07-31 | Japanese | ||
| 7688066 | 有価証券報告書-第101期(平成31年4月1日-令和2年3月31日) | 2020-06-30 | Japanese | ||
| 7694640 | 四半期報告書-第101期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-04 | Japanese | ||
|
2019
2 filings
| |||||
| 7698199 | 四半期報告書-第101期第2四半期(2019/07/01-2019/09/30) | 2019-11-05 | Japanese | ||
| 7701849 | 四半期報告書-第101期第1四半期(2019/04/01-2019/06/30) | 2019-08-01 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of domestic appliances
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AI Health Technology Limited
R&D, manufacturing, and trading of kitchen appliances and c…
|
1715 | HK | Manufacturing |
|
AIRMATE
Specializes in air-related household appliances and indoor …
|
1626 | TW | Manufacturing |
|
Alfa plam a.d.
Leading Southeastern European manufacturer of household hea…
|
ALFA | RS | Manufacturing |
|
Allan International Holdings Limited
Designs, manufactures, and sells household electrical appli…
|
684 | HK | Manufacturing |
|
Alliance Laundry Holdings Inc.
Global leader in laundry solutions, designing and manufactu…
|
ALH | US | Manufacturing |
|
Al-Omran Industrial Trading Co.
Manufactures and distributes household appliances, electron…
|
4141 | SA | Manufacturing |
|
Amica S.A.
A European manufacturer of a wide range of large household …
|
AMC | PL | Manufacturing |
|
Anhui Orivie Technology Co.,Ltd
Develops and manufactures intelligent cleaning and personal…
|
300692 | CN | Manufacturing |
|
ARÇELİK A.Ş.
Multinational manufacturer of household appliances and cons…
|
ARCLK | TR | Manufacturing |
|
ARZUM ELEKTRİKLİ EV ALETLERİ SANAYİ VE TİCARET A.Ş.
Manufacturer and distributor of small electrical home appli…
|
ARZUM | TR | Manufacturing |
FUJITSU GENERAL LIMITED 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/11863/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11863 | 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=11863 | 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=11863 \ -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": 11863}, 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 FUJITSU GENERAL LIMITED (id: 11863)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.