
ZHEJIANG NARADA POWER SOURCE Co., Ltd. — Investor Relations & Filings
ZHEJIANG NARADA POWER SOURCE Co., Ltd. specializes in the research, development, manufacturing, and sale of advanced energy storage solutions and power systems. The company provides a comprehensive range of products, including lithium-ion batteries, lead-carbon batteries, and integrated energy storage systems (ESS). Its core business focuses on critical applications such as telecommunications, data centers, renewable energy integration, and industrial backup power. Narada Power emphasizes technological innovation and full life-cycle management, offering services that span from battery production to system integration and resource recycling. By delivering high-performance energy solutions, the company supports the global transition toward smart energy and sustainable power infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2016年面向合格投资者公开发行公司债券(第一期)2018年付息公告 | 2018-04-18 | Chinese | |
| 2016年面向合格投资者公开发行公司债券(第一期)2018年付息公告 | 2018-04-16 | Chinese | |
| 2016年公司债券(第一期)、2017年公司债券(第一期)受托管理事务报告(2017年度) | 2018-04-16 | Chinese | |
| 浙商证券股份有限公司关于公司公开发行公司债券重大事项受托管理事务临时报告 | 2018-04-09 | Chinese | |
| 关于举行2017年度网上业绩说明会的公告 | 2018-04-03 | Chinese | |
| 安信证券股份有限公司关于公司2017年年度跟踪报告 | 2018-04-03 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
15 filings
| |||||
| 35581648 | 2016年面向合格投资者公开发行公司债券(第一期)2018年付息公告 | 2018-04-18 | Chinese | ||
| 35581638 | 2016年面向合格投资者公开发行公司债券(第一期)2018年付息公告 | 2018-04-16 | Chinese | ||
| 35581628 | 2016年公司债券(第一期)、2017年公司债券(第一期)受托管理事务报告(2017年度) | 2018-04-16 | Chinese | ||
| 35581608 | 浙商证券股份有限公司关于公司公开发行公司债券重大事项受托管理事务临时报告 | 2018-04-09 | Chinese | ||
| 35581584 | 关于举行2017年度网上业绩说明会的公告 | 2018-04-03 | Chinese | ||
| 35581578 | 安信证券股份有限公司关于公司2017年年度跟踪报告 | 2018-04-03 | Chinese | ||
| 35581567 | 关于2018年累计新增借款超过上年末净资产百分之二十的公告 | 2018-04-03 | Chinese | ||
| 35581564 | 中信证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之2017年度持续督导工作报告书 | 2018-03-29 | Chinese | ||
| 35581555 | 2018年度对外担保的情况补充公告 | 2018-03-29 | Chinese | ||
| 35581549 | 董事会关于会计估计变更合理性的说明 | 2018-03-29 | Chinese | ||
| 36130612 | 2017年度内部控制自我评价报告 | 2018-03-26 | Chinese | ||
| 36130609 | 独立董事2017年度述职报告(衣宝廉) | 2018-03-26 | Chinese | ||
| 36130606 | 独立董事2017年度述职报告(汪祥耀) | 2018-03-26 | Chinese | ||
| 35581542 | 第六届董事会第二十九次会议决议公告 | 2018-03-26 | Chinese | ||
| 35581538 | 关于对安徽华铂再生资源科技有限公司业绩承诺完成情况的鉴证报告 | 2018-03-26 | 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 |
ZHEJIANG NARADA POWER SOURCE 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/55088/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55088 | 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=55088 | 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=55088 \ -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": 55088}, 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 ZHEJIANG NARADA POWER SOURCE Co., Ltd. (id: 55088)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.