
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 |
|---|---|---|---|
| 关于收到政府补助的公告 | 2020-06-09 | Chinese | |
| 关于对深圳证券交易所年报问询函回复的公告 | 2020-06-07 | Chinese | |
| 关于回购并注销业绩承诺补偿股份的债权人通知暨减资公告 | 2020-05-20 | Chinese | |
| 2019年年度股东大会的法律意见书 | 2020-05-20 | Chinese | |
| 上海市锦天城律师事务所关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之盈利补偿涉及回购注销交易对方股票事项的法律意见书 | 2020-05-20 | Chinese | |
| 2019年年度股东大会决议公告 | 2020-05-20 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 35585619 | 关于收到政府补助的公告 | 2020-06-09 | Chinese | ||
| 35585611 | 关于对深圳证券交易所年报问询函回复的公告 | 2020-06-07 | Chinese | ||
| 35585597 | 关于回购并注销业绩承诺补偿股份的债权人通知暨减资公告 | 2020-05-20 | Chinese | ||
| 35585591 | 2019年年度股东大会的法律意见书 | 2020-05-20 | Chinese | ||
| 35585576 | 上海市锦天城律师事务所关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之盈利补偿涉及回购注销交易对方股票事项的法律意见书 | 2020-05-20 | Chinese | ||
| 35585567 | 2019年年度股东大会决议公告 | 2020-05-20 | Chinese | ||
| 35585557 | 关于中标中国移动2020年通信用磷酸铁锂电池产品集中采购项目的公告 | 2020-05-15 | Chinese | ||
| 35585550 | 关于股东部分股份解除质押的公告 | 2020-05-11 | Chinese | ||
| 35585540 | 关于参加浙江辖区上市公司投资者网上集体接待日活动的公告 | 2020-05-11 | Chinese | ||
| 35585533 | 2019年年度报告摘要 | 2020-04-28 | Chinese | ||
| 35585515 | 关于公开发行可转换公司债券摊薄即期回报对公司主要财务指标的影响及公司采取措施的公告 | 2020-04-28 | Chinese | ||
| 35585500 | 中信证券股份有限公司关于公司发行股份及支付现金购买资产之2019年度业绩承诺实现情况及减值测试的核查意见及致歉说明 | 2020-04-28 | Chinese | ||
| 35585494 | 关于对安徽华铂再生资源科技有限公司业绩承诺完成情况的鉴证报告 | 2020-04-28 | Chinese | ||
| 35585488 | 关于最近五年被证券监管部门和交易所处罚或采取监管措施情况的公告 | 2020-04-28 | Chinese | ||
| 35585481 | 未来三年股东回报规划(2020-2022年) | 2020-04-28 | 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.