
Tianneng Battery Group Co.,Ltd. — Investor Relations & Filings
Tianneng Battery Group Co.,Ltd. specializes in the research, development, and manufacturing of advanced battery systems. The company primarily focuses on motive power batteries for light electric vehicles, including e-bikes, tricycles, and low-speed electric cars. Its product portfolio includes high-capacity lead-acid batteries, lithium-ion batteries, and hydrogen fuel cells. Beyond motive power, the company provides energy storage solutions for telecommunications, power grids, and renewable energy projects. Tianneng emphasizes a circular economy through its battery recycling and resource regeneration initiatives. The firm integrates smart manufacturing processes to enhance energy density and cycle life across its product lines, serving global markets with sustainable energy solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 天能电池集团股份有限公司2024年内部控制评价报告 | 2025-03-27 | Chinese | |
| 天能电池集团股份有限公司关于会计政策变更的公告 | 2025-03-27 | Chinese | |
| 中汇会计师事务所关于天能电池集团股份有限公司年度募集资金存放与使用情况鉴证报告 | 2025-03-27 | Chinese | |
| 天能电池集团股份有限公司2024年度独立董事述职报告_佟成生 | 2025-03-27 | Chinese | |
| 天能电池集团股份有限公司关于2024年度计提资产减值准备的公告 | 2025-03-27 | Chinese | |
| 天能电池集团股份有限公司关于2024年年度利润分配方案的公告 | 2025-03-27 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39348351 | 天能电池集团股份有限公司2024年内部控制评价报告 | 2025-03-27 | Chinese | ||
| 39348330 | 天能电池集团股份有限公司关于会计政策变更的公告 | 2025-03-27 | Chinese | ||
| 39348317 | 中汇会计师事务所关于天能电池集团股份有限公司年度募集资金存放与使用情况鉴证报告 | 2025-03-27 | Chinese | ||
| 39348056 | 天能电池集团股份有限公司2024年度独立董事述职报告_佟成生 | 2025-03-27 | Chinese | ||
| 39348049 | 天能电池集团股份有限公司关于2024年度计提资产减值准备的公告 | 2025-03-27 | Chinese | ||
| 39348040 | 天能电池集团股份有限公司关于2024年年度利润分配方案的公告 | 2025-03-27 | Chinese | ||
| 39348030 | 天能电池集团股份有限公司2024年年度报告 | 2025-03-27 | Chinese | ||
| 39347975 | 天能电池集团股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2025-03-27 | Chinese | ||
| 39347966 | 天能电池集团股份有限公司关于董事会、监事会换届选举的公告 | 2025-03-27 | Chinese | ||
| 39347955 | 中汇会计师事务所出具的天能电池集团股份有限公司内部控制审计报告 | 2025-03-27 | Chinese | ||
| 39347848 | 天能电池集团股份有限公司关于制定市值管理制度的公告 | 2025-03-27 | Chinese | ||
| 39347842 | 天能电池集团股份有限公司关于续聘2025年度审计机构的公告 | 2025-03-27 | Chinese | ||
| 39347835 | 中汇会计师事务所出具的公司本年度经审计的财务报告 | 2025-03-27 | Chinese | ||
| 39347268 | 天能电池集团股份有限公司关于开展融资租赁业务暨关联交易的公告 | 2025-03-27 | Chinese | ||
| 39347254 | 天能电池集团股份有限公司关于股份回购实施结果暨股份变动的公告 | 2025-03-17 | 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 |
Tianneng Battery Group 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/58659/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58659 | 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=58659 | 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=58659 \ -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": 58659}, 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 Tianneng Battery Group Co.,Ltd. (id: 58659)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.