ZHEJIANG TENCHEN CONTROLS CO.,LTD. — Investor Relations & Filings
About ZHEJIANG TENCHEN CONTROLS CO.,LTD.
Zhejiang Tenchen Controls Co., Ltd. specializes in the design, manufacture, and distribution of industrial control valves and automation equipment. The company's product portfolio includes pneumatic and electric control valves, ball valves, butterfly valves, and globe valves, alongside various actuators and valve accessories. These solutions are engineered for precise flow regulation and pressure control in demanding industrial environments. Tenchen Controls serves a diverse range of sectors, including petroleum, chemical processing, power generation, metallurgy, and water treatment. The company emphasizes technical innovation and quality management to provide reliable flow control solutions for complex automated systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 天成自控关于公司高级管理人员离任的公告 | 2026-01-16 | Chinese | |
| 天成自控2025年员工持股计划第一次持有人会议决议公告 | 2025-12-02 | Chinese | |
| 天成自控关于2025年员工持股计划非交易过户完成的公告 | 2025-11-27 | Chinese | |
| 天成自控关于召开2025年第三季度业绩说明会的公告 | 2025-11-17 | Chinese | |
| 浙江天成自控股份有限公司投资者关系管理制度(2025年11月) | 2025-11-13 | Chinese | |
| 浙江天成自控股份有限公司审计委员会工作制度(2025年11月) | 2025-11-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 37475404 | 天成自控关于公司高级管理人员离任的公告 | 2026-01-16 | Chinese | ||
|
2025
14 filings
| |||||
| 37475392 | 天成自控2025年员工持股计划第一次持有人会议决议公告 | 2025-12-02 | Chinese | ||
| 37475384 | 天成自控关于2025年员工持股计划非交易过户完成的公告 | 2025-11-27 | Chinese | ||
| 37475369 | 天成自控关于召开2025年第三季度业绩说明会的公告 | 2025-11-17 | Chinese | ||
| 37475351 | 浙江天成自控股份有限公司投资者关系管理制度(2025年11月) | 2025-11-13 | Chinese | ||
| 37475344 | 浙江天成自控股份有限公司审计委员会工作制度(2025年11月) | 2025-11-13 | Chinese | ||
| 37475330 | 浙江天成自控股份有限公司董事和高级管理人员离职管理制度(2025年11月) | 2025-11-13 | Chinese | ||
| 37475320 | 浙江天成自控股份有限公司董事、高级管理人员持有公司股份及其变动管理办法(2025年11月) | 2025-11-13 | Chinese | ||
| 37475313 | 天成自控关于董事离任暨选举职工代表董事的公告 | 2025-11-13 | Chinese | ||
| 37475296 | 浙江天成自控股份有限公司信息披露暂缓与豁免业务管理制度(2025年11月) | 2025-11-13 | Chinese | ||
| 37475281 | 浙江天成自控股份有限公司战略决策委员会工作制度(2025年11月) | 2025-11-13 | Chinese | ||
| 37475264 | 浙江天成自控股份有限公司薪酬与考核委员会工作制度(2025年11月) | 2025-11-13 | Chinese | ||
| 37475256 | 天成自控2025年第四次临时股东大会决议公告 | 2025-11-13 | Chinese | ||
| 37475241 | 天成自控第五届董事会第二十四次会议决议公告 | 2025-11-13 | Chinese | ||
| 37475232 | 天成自控2025年第四次临时股东大会法律意见书 | 2025-11-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other pumps, compressors, taps and valves
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aalberts NV
Engineering company developing mission-critical technologie…
|
AALB | NL | Manufacturing |
|
Accelleron Industries AG
Develops, produces, and services turbocharging technologies…
|
ACLN | CH | Manufacturing |
|
ANEST IWATA Corporation
Manufacturer of coating systems, air compressors, and vacuu…
|
6381 | JP | Manufacturing |
|
ASFLOW CO.,LTD.
Manufactures high-purity gas supply components for the semi…
|
159010 | KR | Manufacturing |
|
Atam Valves Limited
Designs and manufactures industrial valves and pipe fitting…
|
ATAM | IN | Manufacturing |
|
Atlas Copco
A world-leading provider of sustainable productivity soluti…
|
ATCO | SE | Manufacturing |
|
BELIMO Holding AG
Global market leader in developing and producing field devi…
|
BEAN | CH | Manufacturing |
|
BOOSTHEAT
Develops energy-efficient heating solutions using a patente…
|
ALBOO | FR | Manufacturing |
|
BURÇELİK VANA SANAYİ VE TİCARET A.Ş.
Manufacturer of steel castings, heavy machinery, and indust…
|
BURVA | TR | Manufacturing |
|
Burckhardt Compression Holding AG
Global market leader in reciprocating compressor systems an…
|
BCHN | CH | Manufacturing |
ZHEJIANG TENCHEN CONTROLS 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/57410/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57410 | 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=57410 | 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=57410 \ -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": 57410}, 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 ZHEJIANG TENCHEN CONTROLS CO.,LTD. (id: 57410)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.