
Star Comgistic — Investor Relations & Filings
Star Comgistic Capital Co., Ltd. specializes in the design, manufacturing, and brand marketing of small household appliances. Founded in 2009 as a spin-off from the home appliance division of Tsann Kuen Enterprise, the company centers its operations on design integration and manufacturing (ODM/OEM). Its diverse product range includes coffee machines, grills, electric irons, floor scrubbers, toasters, ovens, and heaters, as well as specialized components like juicer motors. With a vision focused on smart kitchen innovations, the company leverages a strategic supply chain and a portfolio of over 600 global patents to address consumer needs. It maintains an international presence with manufacturing and operational hubs in China, Japan, and Indonesia. In addition to its core manufacturing business, the company manages and optimizes investment assets to improve operational performance and maintain market competitiveness.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司財務主管、會計主管與稽核主管異動事宜 | 2020-08-11 | Chinese | |
| 代子公司漳州燦坤實業有限公司公告取得集友銀行 股份有限公司發行之理財產品事宜 | 2020-08-10 | Chinese | |
| 109年07月董事會成員及持股 | 2020-08-07 | Chinese | |
| 109年07月內部人持股異動(事後) | 2020-08-07 | Chinese | |
| 109年7月背書保證與資金貸與 | 2020-08-06 | Chinese | |
| 109年7月營業收入 | 2020-08-06 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 34641789 | 公告本公司財務主管、會計主管與稽核主管異動事宜 | 2020-08-11 | Chinese | ||
| 34641791 | 代子公司漳州燦坤實業有限公司公告取得集友銀行 股份有限公司發行之理財產品事宜 | 2020-08-10 | Chinese | ||
| 34641793 | 109年07月董事會成員及持股 | 2020-08-07 | Chinese | ||
| 34641792 | 109年07月內部人持股異動(事後) | 2020-08-07 | Chinese | ||
| 34641795 | 109年7月背書保證與資金貸與 | 2020-08-06 | Chinese | ||
| 34641794 | 109年7月營業收入 | 2020-08-06 | Chinese | ||
| 34641797 | 代子公司廈門燦坤實業股份有限公司公告召開109年 第一次臨時股東會相關事宜 | 2020-08-04 | Chinese | ||
| 34641798 | 代子公司廈門燦坤實業股份有限公司公告變更會計師 事務所相關事宜 | 2020-08-04 | Chinese | ||
| 34641799 | 代子公司福馳發展有限公司公告2020年度董事會決議盈餘 分配案 | 2020-07-28 | Chinese | ||
| 34641800 | 依公開發行公司資金貸與及背書保證處理準則第二十二條第 一項第二~三款代子公司進行公告 | 2020-07-27 | Chinese | ||
| 34641801 | 依公開發行公司資金貸與及背書保證處理準則第二十二條第 一項第二~三款代子公司進行公告 | 2020-07-21 | Chinese | ||
| 34641802 | 依公開發行公司資金貸與及背書保證處理準則第25條 第一項第四款補公告燦星網通對子公司新增背書保證 金額逾本公司最近其財務報表淨值5% | 2020-07-13 | Chinese | ||
| 34641804 | 109年06月董事會成員及持股 | 2020-07-10 | Chinese | ||
| 34641803 | 109年06月內部人持股異動(事後) | 2020-07-10 | Chinese | ||
| 34641808 | 109年6月背書保證與資金貸與 | 2020-07-10 | Chinese | ||
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 |
Star Comgistic 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/52440/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52440 | 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=52440 | 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=52440 \ -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": 52440}, 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 Star Comgistic (id: 52440)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.