
昆工科技 — Investor Relations & Filings
Kunming Engineering & Technology Co., Ltd. (KETC) is a high-tech enterprise specializing in the research, development, and manufacturing of advanced energy-saving and environmentally friendly materials. The company focuses on the production of high-performance lead-alloy anodes and composite materials used primarily in the electrowinning of non-ferrous metals such as zinc, copper, and manganese. KETC is recognized for its innovation in metallurgical electrode materials, offering solutions that reduce energy consumption and improve efficiency in large-scale industrial electrolysis. Additionally, the company has expanded its portfolio into the energy storage sector, developing lead-carbon battery technologies and related energy management systems. By leveraging its technical expertise in material science, KETC serves both domestic and international markets, providing specialized equipment and technical services for the green metallurgy and renewable energy industries.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年年度报告(更正公告) | 2026-04-27 | Chinese | |
| 2024年年度报告摘要(更正后) | 2026-04-27 | Chinese | |
| 关于2025年股权激励计划第一个解除限售期解除限售条件未成就暨定向回购注销部分限制性股票的公告 | 2026-04-27 | Chinese | |
| 2026年一季度报告 | 2026-04-27 | Chinese | |
| 2025年度独立董事述职报告(兰尧中) | 2026-04-27 | Chinese | |
| 第五届董事会第七次会议决议公告 | 2026-04-27 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39699058 | 2024年年度报告(更正公告) | 2026-04-27 | Chinese | ||
| 39699051 | 2024年年度报告摘要(更正后) | 2026-04-27 | Chinese | ||
| 39699041 | 关于2025年股权激励计划第一个解除限售期解除限售条件未成就暨定向回购注销部分限制性股票的公告 | 2026-04-27 | Chinese | ||
| 39699029 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 39699006 | 2025年度独立董事述职报告(兰尧中) | 2026-04-27 | Chinese | ||
| 39699002 | 第五届董事会第七次会议决议公告 | 2026-04-27 | Chinese | ||
| 39698998 | 内部控制自我评价报告 | 2026-04-27 | Chinese | ||
| 39698994 | 董事会审计委员会2025年度履职情况报告 | 2026-04-27 | Chinese | ||
| 39698989 | 西南证券股份有限公司关于昆明理工恒达科技股份有限公司补充确认关联交易的核查意见 | 2026-04-27 | Chinese | ||
| 39698972 | 西南证券股份有限公司关于昆明理工恒达科技股份有限公司预计2026年日常性关联交易的核查意见 | 2026-04-27 | Chinese | ||
| 39698964 | 2025年半年度报告(更正后) | 2026-04-27 | Chinese | ||
| 39698903 | 2025年一季度报告(更正后) | 2026-04-27 | Chinese | ||
| 39698882 | 董事会薪酬与考核委员会关于2025年股权激励计划第一个解除限售期解除限售条件未成就暨定向回购注销部分限制性股票事项的核查意见 | 2026-04-27 | Chinese | ||
| 39698874 | 北京德恒(昆明)律师事务所关于昆明理工恒达科技股份有限公司2025年股权激励计划第一个解除限售期解除限售条件未成就暨回购注销部分限制性股票的法律意见 | 2026-04-27 | Chinese | ||
| 39698862 | 关于拟减少公司注册资本暨修订《公司章程》公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electrical equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Changshu Tianyin Electromechanical Co.,Ltd.
Manufactures components for household appliance refrigerati…
|
300342 | CN | Manufacturing |
|
China Technology Industry Group Limited
Engaged in renewable energy system integration, selling sol…
|
8111 | HK | Manufacturing |
|
Công ty Cổ phần Điện lực Gelex
A key sub-holding of Gelex Group, specializing in industria…
|
GEE | VN | Manufacturing |
|
CW ENERJİ MÜHENDİSLİK TİCARET VE SANAYİ A.Ş.
Manufacturer of solar panels and energy equipment, offering…
|
CWENE | TR | Manufacturing |
|
DAEYANG ELECTRIC CO.,LTD
Manufactures electrical equipment for marine, naval, and in…
|
108380 | KR | Manufacturing |
|
Daido Signal Co.,Ltd.
Specialized manufacturer of railway signal safety devices a…
|
6743 | JP | Manufacturing |
|
De Nora India Limited
Designs and manufactures electrochemical products for water…
|
DENORA | IN | Manufacturing |
|
DEWHURST GROUP PLC
Global supplier of components for the lift, transport, and …
|
DWHA | GB | Manufacturing |
|
Dongguan Aohai Technology Co., Ltd.
Develops power supply solutions for mobile devices, IoT, an…
|
002993 | CN | Manufacturing |
|
Doosan Fuel Cell Co., Ltd.
Develops and manufactures fuel cells for power generation a…
|
336260 | KR | Manufacturing |
昆工科技 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/58745/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58745 | 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=58745 | 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=58745 \ -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": 58745}, 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 昆工科技 (id: 58745)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.