
SUFA Technology Industry Co.,Ltd.,CNNC. — Investor Relations & Filings
SUFA Technology Industry Co., Ltd., a subsidiary of China National Nuclear Corporation (CNNC), specializes in the research, development, and manufacturing of industrial valves and fluid control equipment. The product portfolio encompasses gate, globe, check, ball, butterfly, and diaphragm valves, with a specific emphasis on high-performance valves for nuclear power plants. The company serves diverse sectors including nuclear energy, oil and gas, chemical processing, and power generation. SUFA is distinguished by its technical expertise in nuclear-grade valve production and its adherence to international quality standards such as ASME and API. By integrating advanced R&D with precision manufacturing, the company provides critical components for complex industrial systems and large-scale energy infrastructure, focusing on safety, reliability, and technological localization in fluid control solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开公司2026年第一次临时股东会的通知 | 2025-12-26 | Chinese | |
| 第九届董事会第四次会议决议公告 | 2025-12-26 | Chinese | |
| 关于2026年度日常关联交易预计的公告 | 2025-12-26 | Chinese | |
| 关于参加2025苏州上市公司投资者集体接待日活动的公告 | 2025-11-26 | Chinese | |
| 中核科技2025年第五次临时股东会法律意见 | 2025-11-14 | Chinese | |
| 2025年第五次临时股东会决议公告 | 2025-11-14 | Chinese |
Browse filings by year
27 years- 2026 12 filings
- 2025 145 filings
- 2024 86 filings
- 2023 79 filings
- 2022 118 filings
- 2021 129 filings
- 2020 92 filings
- 2019 106 filings
- 2018 89 filings
- 2017 89 filings
- 2016 76 filings
- 2015 80 filings
- 2014 73 filings
- 2013 72 filings
- 2012 71 filings
- 2011 50 filings
- 2010 87 filings
- 2009 55 filings
- 2008 53 filings
- 2007 57 filings
- 2006 46 filings
- 2005 35 filings
- 2004 23 filings
- 2003 25 filings
- 2002 17 filings
- 2001 1 filing
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43612264 | 关于召开公司2026年第一次临时股东会的通知 | 2025-12-26 | Chinese | ||
| 43612242 | 第九届董事会第四次会议决议公告 | 2025-12-26 | Chinese | ||
| 43612237 | 关于2026年度日常关联交易预计的公告 | 2025-12-26 | Chinese | ||
| 43612212 | 关于参加2025苏州上市公司投资者集体接待日活动的公告 | 2025-11-26 | Chinese | ||
| 43612190 | 中核科技2025年第五次临时股东会法律意见 | 2025-11-14 | Chinese | ||
| 43612168 | 2025年第五次临时股东会决议公告 | 2025-11-14 | Chinese | ||
| 43612147 | 关联交易管理办法 | 2025-11-14 | Chinese | ||
| 43612122 | 募集资金管理办法 | 2025-11-14 | Chinese | ||
| 43612093 | 担保管理规定 | 2025-11-14 | Chinese | ||
| 43612060 | 2025年半年度权益分派实施公告 | 2025-11-06 | Chinese | ||
| 43612021 | 募集资金管理办法 | 2025-10-28 | Chinese | ||
| 43611990 | 关联交易管理办法 | 2025-10-28 | Chinese | ||
| 43611959 | 第九届董事会第三次会议决议公告 | 2025-10-28 | Chinese | ||
| 43611928 | 关于选聘会计师事务所的公告 | 2025-10-28 | Chinese | ||
| 43611903 | 担保管理规定 | 2025-10-28 | 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 |
|
ASPRO SERVICIOS PETROLEROS S.A.
International company designing, manufacturing, and selling…
|
— | AR | 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 |
SUFA Technology Industry Co.,Ltd.,CNNC. 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/53808/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53808 | 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=53808 | 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=53808 \ -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": 53808}, 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 SUFA Technology Industry Co.,Ltd.,CNNC. (id: 53808)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.