
Ningbo Sunrise Elc Technology Co.,Ltd. — Investor Relations & Filings
Ningbo Sunrise Elc Technology Co., Ltd. focuses on the design and production of high-performance acoustic components. Its core product line encompasses electromagnetic and piezoelectric buzzers, micro speakers, transducers, and ultrasonic sensors. These solutions are engineered for integration into automotive systems, medical devices, consumer electronics, and industrial automation. The company maintains a strong emphasis on research and development, utilizing precision manufacturing processes and comprehensive testing to ensure product reliability. With a commitment to quality management systems such as IATF16949 and ISO9001, the organization provides standardized and customized acoustic solutions that meet the technical specifications of a global clientele.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东及其一致行动人持股比例被动稀释触及1%整数倍的提示性公告 | 2026-05-29 | Chinese | |
| 关于提前赎回“兴瑞转债”的第五次提示性公告 | 2026-05-28 | Chinese | |
| 关于完成工商变更登记并换发营业执照的公告 | 2026-05-28 | Chinese | |
| 公司章程(工商备案版) | 2026-05-28 | Chinese | |
| 关于2024年员工持股计划第二个锁定期届满的公告 | 2026-05-28 | Chinese | |
| 关于调整产业投资基金出资额暨变更注册地址的公告 | 2026-05-28 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47897495 | 关于控股股东及其一致行动人持股比例被动稀释触及1%整数倍的提示性公告 | 2026-05-29 | Chinese | ||
| 47870336 | 关于提前赎回“兴瑞转债”的第五次提示性公告 | 2026-05-28 | Chinese | ||
| 47869960 | 关于完成工商变更登记并换发营业执照的公告 | 2026-05-28 | Chinese | ||
| 47869681 | 公司章程(工商备案版) | 2026-05-28 | Chinese | ||
| 47869680 | 关于2024年员工持股计划第二个锁定期届满的公告 | 2026-05-28 | Chinese | ||
| 47869679 | 关于调整产业投资基金出资额暨变更注册地址的公告 | 2026-05-28 | Chinese | ||
| 47849556 | 关于持股5%以上股东持股比例被动稀释触及1%整数倍的提示性公告 | 2026-05-27 | Chinese | ||
| 47848887 | 关于提前赎回“兴瑞转债”的第四次提示性公告 | 2026-05-27 | Chinese | ||
| 47077638 | 宁波兴瑞电子科技股份有限公司向不特定对象发行可转换公司债券第二次临时受托管理事务报告(2026年度) | 2026-05-26 | Chinese | ||
| 47076990 | 关于提前赎回“兴瑞转债”的第三次提示性公告 | 2026-05-26 | Chinese | ||
| 47041714 | 关于提前赎回“兴瑞转债”的第二次提示性公告 | 2026-05-25 | Chinese | ||
| 46998776 | 关于提前赎回“兴瑞转债”的第一次提示性公告 | 2026-05-24 | Chinese | ||
| 46868208 | 北京市中伦律师事务所关于宁波兴瑞电子科技股份有限公司可转换公司债券提前赎回的法律意见书 | 2026-05-22 | Chinese | ||
| 46867545 | 第五届董事会第三次会议决议公告 | 2026-05-22 | Chinese | ||
| 46867013 | 宁波兴瑞电子科技股份有限公司向不特定对象发行可转换公司债券第一次临时受托管理事务报告(2026年度) | 2026-05-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3ALogics. Inc.
Designs and develops NFC and RFID System-on-Chips (SoCs) fo…
|
177900 | KR | Manufacturing |
|
3peak Incorporated
Designs analog and mixed-signal ICs for signal chain and po…
|
688536 | CN | Manufacturing |
|
4DS MEMORY LIMITED
Develops Interface Switching ReRAM for high-density Storage…
|
4DS | AU | Manufacturing |
|
AAC Technologies Holdings Inc.
Global provider of sensory solutions and miniaturized compo…
|
2018 | KY | Manufacturing |
|
ABCO ELECTRONICS CO., LTD.
Manufacturer of passive electronic components like inductor…
|
036010 | KR | Manufacturing |
|
ABOV Semiconductor Co.,Ltd.
Designs and manufactures MCUs, touch sensors, and non-volat…
|
102120 | KR | Manufacturing |
|
Acbel
Designs and manufactures switching power supplies for 5G, m…
|
6282 | TW | Manufacturing |
|
Accelink Technologies Co., Ltd.
Produces optoelectronic components and modules for telecom …
|
002281 | CN | Manufacturing |
|
ACES
Global provider of high-precision electronic components and…
|
3605 | TW | Manufacturing |
|
ACTIONS TECHNOLOGY CO., LTD.
Designs low-power wireless and multimedia SoCs for audio an…
|
688049 | CN | Manufacturing |
Ningbo Sunrise Elc Technology 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/54929/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54929 | 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=54929 | 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=54929 \ -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": 54929}, 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 Ningbo Sunrise Elc Technology Co.,Ltd. (id: 54929)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.