
PowerTECH Co., Ltd. — Investor Relations & Filings
PowerTECH Co., Ltd. specializes in the research, development, and manufacturing of advanced power electronics and energy storage solutions. The company's core product portfolio includes high-performance lithium-ion battery packs, battery management systems (BMS), and power conversion equipment. Serving sectors such as telecommunications, renewable energy, and industrial automation, PowerTECH provides integrated energy systems designed for reliability and efficiency. Its technical expertise encompasses smart grid integration and customized power supply modules for diverse applications. The company focuses on delivering scalable energy solutions that meet international safety and performance standards, positioning itself as a key provider in the global power technology supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东、实际控制人及其一致行动人续签《一致行动协议》的公告 | 2025-09-19 | Chinese | |
| 首次公开发行前已发行股份上市流通提示性公告 | 2025-09-17 | Chinese | |
| 国泰海通证券股份有限公司关于佛山市联动科技股份有限公司首次公开发行前已发行股份上市流通的核查意见 | 2025-09-17 | Chinese | |
| 关于参加2025年广东辖区投资者网上集体接待日活动的公告 | 2025-09-15 | Chinese | |
| 国泰海通证券股份有限公司关于佛山市联动科技股份有限公司2025年半年度持续督导跟踪报告 | 2025-09-15 | Chinese | |
| 关于注销及开立募集资金现金管理专用结算账户的公告 | 2025-09-12 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44543933 | 关于控股股东、实际控制人及其一致行动人续签《一致行动协议》的公告 | 2025-09-19 | Chinese | ||
| 44543926 | 首次公开发行前已发行股份上市流通提示性公告 | 2025-09-17 | Chinese | ||
| 44543919 | 国泰海通证券股份有限公司关于佛山市联动科技股份有限公司首次公开发行前已发行股份上市流通的核查意见 | 2025-09-17 | Chinese | ||
| 44543908 | 关于参加2025年广东辖区投资者网上集体接待日活动的公告 | 2025-09-15 | Chinese | ||
| 44543904 | 国泰海通证券股份有限公司关于佛山市联动科技股份有限公司2025年半年度持续督导跟踪报告 | 2025-09-15 | Chinese | ||
| 44543898 | 关于注销及开立募集资金现金管理专用结算账户的公告 | 2025-09-12 | Chinese | ||
| 44543894 | 关于部分高管股份减持计划实施完毕的公告 | 2025-09-12 | Chinese | ||
| 44543881 | 关于2023年限制性股票激励计划预留授予部分第一个归属期归属结果暨股份上市公告 | 2025-08-27 | Chinese | ||
| 44543872 | 关于调整部分募投项目内部投资结构及项目延期的公告 | 2025-08-25 | Chinese | ||
| 44543864 | 关于召开2025年第三次临时股东会的通知 | 2025-08-25 | Chinese | ||
| 44543852 | 关于2025年半年度利润分配预案的公告 | 2025-08-25 | Chinese | ||
| 44543838 | 董事会决议公告 | 2025-08-25 | Chinese | ||
| 44543830 | 2025年半年度报告摘要 | 2025-08-25 | Chinese | ||
| 44543823 | 国泰海通证券股份有限公司关于佛山市联动科技股份有限公司调整部分募投项目内部投资结构及项目延期的核查意见 | 2025-08-25 | Chinese | ||
| 44543817 | 2025年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of batteries and accumulators
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABM FUJIYA BERHAD
Manufacturing and sale of automotive, storage, and EFB batt…
|
— | MY | Manufacturing |
|
Abound Energy
Develops patented zinc-air battery systems for reliable, lo…
|
ABND | CA | Manufacturing |
|
Aegis Critical Energy Defence Corp.
Develops and delivers advanced LFP Battery Energy Storage S…
|
QESS | CA | Manufacturing |
|
AES-KY
Develops lithium-ion battery modules for electric light veh…
|
6781 | TW | Manufacturing |
|
A.F.W Co., Ltd
Manufacturer of electric vehicle components using friction …
|
312610 | KR | Manufacturing |
|
Altech Advanced Materials AG
Develops materials for lithium-ion batteries and solid-stat…
|
AMA1 | DE | Manufacturing |
|
ALTECH BATTERIES LTD
Develops sodium-chloride solid-state batteries and lithium-…
|
ATC | AU | Manufacturing |
|
Amara Raja Energy & Mobility Limited
Provides energy storage solutions for automotive, industria…
|
ARE&M | IN | Manufacturing |
|
Amprius Technologies, Inc.
Develops and manufactures advanced lithium-ion batteries wi…
|
AMPX | US | Manufacturing |
|
ANHUI ANFU BATTERY TECHNOLOGY CO.,LTD.
Produces primary and secondary batteries for consumer and i…
|
603031 | CN | Manufacturing |
PowerTECH 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/56271/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56271 | 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=56271 | 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=56271 \ -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": 56271}, 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 PowerTECH Co., Ltd. (id: 56271)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.