
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 |
|---|---|---|---|
| 上海市锦天城律师事务所关于公司2017年面向合格投资者公开发行公司债券(第一期)2019年第一次债券持有人会议的法律意见书 | 2019-05-29 | Chinese | |
| 2019年第一次“17南都01”债券持有人会议决议的公告 | 2019-05-29 | Chinese | |
| 关于股东减持计划时间届满的公告 | 2019-05-20 | Chinese | |
| 上海市锦天城律师事务所关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之盈利补偿涉及回购注销交易对方股票事项的法律意见书 | 2019-05-13 | Chinese | |
| 关于股东部分股权质押展期的公告 | 2019-05-13 | Chinese | |
| 2018年年度股东大会决议公告 | 2019-05-13 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 35583591 | 上海市锦天城律师事务所关于公司2017年面向合格投资者公开发行公司债券(第一期)2019年第一次债券持有人会议的法律意见书 | 2019-05-29 | Chinese | ||
| 35583583 | 2019年第一次“17南都01”债券持有人会议决议的公告 | 2019-05-29 | Chinese | ||
| 35583576 | 关于股东减持计划时间届满的公告 | 2019-05-20 | Chinese | ||
| 35583558 | 上海市锦天城律师事务所关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之盈利补偿涉及回购注销交易对方股票事项的法律意见书 | 2019-05-13 | Chinese | ||
| 35583541 | 关于股东部分股权质押展期的公告 | 2019-05-13 | Chinese | ||
| 35583539 | 2018年年度股东大会决议公告 | 2019-05-13 | Chinese | ||
| 35583532 | 2018年年度股东大会的法律意见书 | 2019-05-13 | Chinese | ||
| 35583524 | 关于回购并注销业绩承诺补偿股份的债权人通知暨减资公告 | 2019-05-13 | Chinese | ||
| 35583517 | 关于召开2019年第一次“17南都01”债券持有人会议的通知 | 2019-05-13 | Chinese | ||
| 35583507 | 关于股东部分股权质押展期的公告 | 2019-05-10 | Chinese | ||
| 35583501 | 安信证券股份有限公司关于公司非公开发行股票的保荐总结报告书 | 2019-05-07 | Chinese | ||
| 35583490 | 安信证券股份有限公司关于公司2018年年度跟踪报告 | 2019-05-07 | Chinese | ||
| 35583479 | 安信证券股份有限公司关于公司2018年度持续督导定期现场检查报告 | 2019-05-07 | Chinese | ||
| 35583471 | 独立董事对相关事项发表的独立意见 | 2019-05-06 | Chinese | ||
| 35583459 | 安信证券股份有限公司关于公司继续使用部分闲置募集资金暂时补充流动资金的核查意见 | 2019-05-06 | 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.