
Wuxi Smart Auto-control Engineering Co., Ltd. — Investor Relations & Filings
Wuxi Smart Auto-control Engineering Co., Ltd. specializes in the research, development, design, and manufacturing of high-performance industrial control valves and intelligent control systems. The company’s product portfolio includes a wide range of control valves, such as globe valves, ball valves, and butterfly valves, alongside pneumatic and electric actuators and valve positioners. These products are engineered for precise flow control in demanding industrial environments. Serving sectors such as petrochemicals, oil and gas, power generation, and metallurgy, the company focuses on delivering integrated solutions that enhance process efficiency and safety. Its core competencies lie in advanced material application, precision machining, and the development of smart actuation technologies, positioning it as a key provider of automated fluid control equipment for complex industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京天元(杭州)律师事务所关于深圳证券交易所《关于对无锡智能自控工程股份有限公司2019年年报的问询函》所涉相关事项的专项核查意见 | 2020-06-22 | Chinese | |
| 华泰联合证券有限责任公司关于公司2019年年报问询函相关问题的专项核查意见 | 2020-06-22 | Chinese | |
| 容诚会计师事务所(特殊普通合伙)关于公司2019年年报问询函相关问题的专项核查意见 | 2020-06-22 | Chinese | |
| 关于“智能转债”恢复转股的提示性公告 | 2020-06-15 | Chinese | |
| 第三届董事会第二十二次会议决议公告 | 2020-06-09 | Chinese | |
| 关于向银行申请综合授信额度的公告 | 2020-06-09 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 38318787 | 北京天元(杭州)律师事务所关于深圳证券交易所《关于对无锡智能自控工程股份有限公司2019年年报的问询函》所涉相关事项的专项核查意见 | 2020-06-22 | Chinese | ||
| 38318778 | 华泰联合证券有限责任公司关于公司2019年年报问询函相关问题的专项核查意见 | 2020-06-22 | Chinese | ||
| 38318765 | 容诚会计师事务所(特殊普通合伙)关于公司2019年年报问询函相关问题的专项核查意见 | 2020-06-22 | Chinese | ||
| 38318740 | 关于“智能转债”恢复转股的提示性公告 | 2020-06-15 | Chinese | ||
| 38318735 | 第三届董事会第二十二次会议决议公告 | 2020-06-09 | Chinese | ||
| 38318723 | 关于向银行申请综合授信额度的公告 | 2020-06-09 | Chinese | ||
| 38318710 | 关于“智能转债”转股价格调整的公告 | 2020-06-08 | Chinese | ||
| 38318689 | 2019年年度权益分派实施公告 | 2020-06-08 | Chinese | ||
| 38318671 | 关于“智能转债”暂停转股的提示性公告 | 2020-06-07 | Chinese | ||
| 38318655 | 首次公开发行前已发行股份上市流通提示性公告 | 2020-06-02 | Chinese | ||
| 38318626 | 华泰联合证券有限责任公司关于公司首次公开发行部分限售股份上市流通的专项意见 | 2020-06-02 | Chinese | ||
| 38318609 | 关于回购公司股份的进展公告 | 2020-06-02 | Chinese | ||
| 38318601 | 关于使用暂时闲置募集资金进行现金管理到期赎回的公告 | 2020-05-29 | Chinese | ||
| 38318583 | 关于延期回复2019年年报问询函的公告 | 2020-05-29 | Chinese | ||
| 38318569 | 关于收到深圳证券交易所2019年年报问询函的公告 | 2020-05-25 | 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 |
Wuxi Smart Auto-control Engineering 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/54875/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54875 | 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=54875 | 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=54875 \ -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": 54875}, 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 Wuxi Smart Auto-control Engineering Co., Ltd. (id: 54875)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.