Pylon Technologies Co., Ltd. — Investor Relations & Filings
About Pylon Technologies Co., Ltd.
Pylon Technologies Co., Ltd. specializes in the design, development, and manufacturing of lithium iron phosphate (LFP) battery energy storage systems (BESS). The company provides a comprehensive range of solutions spanning residential, commercial, industrial, and utility-scale applications. Its product portfolio includes modular low-voltage and high-voltage battery modules, containerized storage systems, and specialized solutions for telecommunications and marine environments. Pylontech is characterized by its vertical integration, encompassing the production of lithium cells, battery management systems (BMS), and complete system integration. This approach ensures high safety standards, long cycle life, and optimized performance. The company’s modular architecture allows for flexible scalability, catering to diverse energy storage requirements globally while supporting the transition to renewable energy through efficient power management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国泰海通证券股份有限公司关于上海派能能源科技股份有限公司详式权益变动报告书之财务顾问核查意见 | 2025-06-16 | Chinese | |
| 关于控股股东权益变动触及5%整数倍的提示性公告 | 2025-06-16 | Chinese | |
| 上海派能能源科技股份有限公司详式权益变动报告书 | 2025-06-16 | Chinese | |
| 持股5%以上股东减持股份结果公告 | 2025-06-09 | Chinese | |
| 关于完成工商变更登记并换发营业执照的公告 | 2025-06-05 | Chinese | |
| 中信建投证券股份有限公司关于上海派能能源科技股份有限公司差异化权益分派事项的核查意见 | 2025-05-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39620849 | 国泰海通证券股份有限公司关于上海派能能源科技股份有限公司详式权益变动报告书之财务顾问核查意见 | 2025-06-16 | Chinese | ||
| 39620800 | 关于控股股东权益变动触及5%整数倍的提示性公告 | 2025-06-16 | Chinese | ||
| 39620791 | 上海派能能源科技股份有限公司详式权益变动报告书 | 2025-06-16 | Chinese | ||
| 39620780 | 持股5%以上股东减持股份结果公告 | 2025-06-09 | Chinese | ||
| 39620771 | 关于完成工商变更登记并换发营业执照的公告 | 2025-06-05 | Chinese | ||
| 39620763 | 中信建投证券股份有限公司关于上海派能能源科技股份有限公司差异化权益分派事项的核查意见 | 2025-05-27 | Chinese | ||
| 39620748 | 2024年年度权益分派实施公告 | 2025-05-27 | Chinese | ||
| 39620746 | 关于调整公司2025年限制性股票激励计划相关事项的公告 | 2025-05-26 | Chinese | ||
| 39620737 | 第三届监事会第十九次会议决议公告 | 2025-05-26 | Chinese | ||
| 39620727 | 关于持股5%以上股东部分股份质押的公告 | 2025-05-26 | Chinese | ||
| 39620710 | 第三届董事会第二十八次会议决议公告 | 2025-05-26 | Chinese | ||
| 39620700 | 2025年限制性股票激励计划首次授予部分激励对象名单(截止授予日) | 2025-05-26 | Chinese | ||
| 39620690 | 关于向2025年限制性股票激励计划激励对象首次授予限制性股票的公告 | 2025-05-26 | Chinese | ||
| 39620681 | 上海市锦天城律师事务所关于上海派能能源科技股份有限公司2025年限制性股票激励计划调整及授予事项的法律意见书 | 2025-05-26 | Chinese | ||
| 39620485 | 中国国际金融股份有限公司关于上海派能能源科技股份有限公司2025年限制性股票激励计划首次授予事项的独立财务顾问报告 | 2025-05-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of batteries and accumulators
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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 Holding Co., Ltd.
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 |
|
Aton Green Storage
Manufactures battery energy storage systems for residential…
|
ATON | IT | Manufacturing |
Pylon Technologies 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/58112/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58112 | 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=58112 | 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=58112 \ -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": 58112}, 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 Pylon Technologies Co., Ltd. (id: 58112)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.