
TAIWAN CHELIC CO., LTD. — Investor Relations & Filings
Taiwan Chelic Co., Ltd., operating under the brand CHELIC, is a specialized manufacturer of pneumatic and electric automation components. The company provides a comprehensive range of automation solutions, including air preparation units, control valves, actuators, vacuum systems, and modular components. Its product portfolio features high-performance cylinders, solenoid valves, grippers, and specialized chemical liquid valves. CHELIC integrates Industry 4.0 technologies through smart sensing devices, such as gas mass flow meters, ultrasonic flow meters, and electro-pneumatic regulators. These products emphasize precision, energy efficiency, and real-time monitoring of pressure and carbon emissions. Additionally, the company offers electric slide cylinders, rotary grippers, and pushrod actuators designed for high-speed transfer and high-positioning accuracy. Its components are widely utilized in automated production lines, offering modular structures and compact designs to optimize installation space and operational reliability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 111年3月29日內部人設質解質 | 2022-03-30 | Chinese | |
| 公告台灣氣立股份有限公司國內第二次有擔保(例:第一次有擔保)轉(交)換公司債(簡稱:氣立二,代碼:45552)停止受理轉交換等相關事項。 | 2022-03-29 | Chinese | |
| 代重要子公司上海氣立可氣動設備有限公司公告,因應 新冠肺炎疫情影響,配合當地政府防疫規定於4月1日3時至 4月5日3時止之封控管制 | 2022-03-28 | Chinese | |
| 公告本公司內部稽核主管異動 | 2022-03-25 | Chinese | |
| 代大陸子公司公告復工事宜 | 2022-03-23 | Chinese | |
| 代子公司上海氣立可氣動設備有限公司公告新增資金貸與案 達處理準則第22條第一項第三條規定標準 | 2022-03-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 34590440 | 111年3月29日內部人設質解質 | 2022-03-30 | Chinese | ||
| 34590442 | 公告台灣氣立股份有限公司國內第二次有擔保(例:第一次有擔保)轉(交)換公司債(簡稱:氣立二,代碼:45552)停止受理轉交換等相關事項。 | 2022-03-29 | Chinese | ||
| 34590443 | 代重要子公司上海氣立可氣動設備有限公司公告,因應 新冠肺炎疫情影響,配合當地政府防疫規定於4月1日3時至 4月5日3時止之封控管制 | 2022-03-28 | Chinese | ||
| 34590445 | 公告本公司內部稽核主管異動 | 2022-03-25 | Chinese | ||
| 34590446 | 代大陸子公司公告復工事宜 | 2022-03-23 | Chinese | ||
| 34590447 | 代子公司上海氣立可氣動設備有限公司公告新增資金貸與案 達處理準則第22條第一項第三條規定標準 | 2022-03-22 | Chinese | ||
| 34590449 | 111年3月21日內部人設質解質 | 2022-03-22 | Chinese | ||
| 34590451 | 代大陸子公司公告,配合當地政府防疫措施停/復工情形 | 2022-03-21 | Chinese | ||
| 34590453 | 本公司董事會決議召開111年股東常會事宜 | 2022-03-17 | Chinese | ||
| 34590455 | 110年第4季海外子公司投資 | 2022-03-17 | Chinese | ||
| 34590457 | 110年度財務比率 | 2022-03-17 | Chinese | ||
| 34590459 | 公告本公司董事會決議110年度員工及董監酬勞 | 2022-03-17 | Chinese | ||
| 34590463 | 董事會決議110年度股利分派事宜 | 2022-03-17 | Chinese | ||
| 34590467 | 110年度股利金額(董事會決議) | 2022-03-17 | Chinese | ||
| 34590483 | 110年第4季資產負債表 | 2022-03-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of fluid power equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Airtac International Group
Manufacturer of pneumatic components and transmission equip…
|
1590 | TW | Manufacturing |
|
Avic Heavy Machinery Co.,Ltd.
Manufactures high-end forgings, hydraulic systems, and heat…
|
600765 | CN | Manufacturing |
|
CFF FLUID CONTROL LIMITED
Manufactures and services naval shipboard machinery and flu…
|
543920 | IN | Manufacturing |
|
CKD Corporation
Manufactures automation machinery and components for a wide…
|
6407 | JP | Manufacturing |
|
CONVUM Ltd.
Manufacturer of pneumatic equipment and vacuum components f…
|
6265 | JP | Manufacturing |
|
Duncan Engineering Limited
Manufacturer of industrial pneumatic products and OTR tyre …
|
504908 | IN | Manufacturing |
|
DY Corporation
Manufactures industrial machinery, automotive components, a…
|
013570 | KR | Manufacturing |
|
DY POWER Corporation
Manufacturer of hydraulic cylinders for construction and he…
|
210540 | KR | Manufacturing |
|
HELIOS TECHNOLOGIES, INC.
Develops and manufactures motion control and electronic con…
|
HLIO | US | Manufacturing |
|
Hengong Precision Equipment Co., Ltd.
Manufactures continuous casting iron materials and high-pre…
|
301261 | CN | Manufacturing |
TAIWAN CHELIC 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/52405/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52405 | 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=52405 | 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=52405 \ -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": 52405}, 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 TAIWAN CHELIC CO., LTD. (id: 52405)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.