
豪声电子 — Investor Relations & Filings
Zhejiang Haosheng Electronic Technology Co., Ltd. specializes in the research, development, and manufacturing of micro-acoustic components and vibration motors. The company's primary product portfolio includes high-performance speakers, receivers, and haptic feedback motors designed for integration into consumer electronics. These components are widely utilized in smartphones, tablet computers, smart wearables, and smart home devices. Haosheng Electronic focuses on precision engineering and technological innovation to provide integrated acoustic solutions. By maintaining advanced production facilities and a robust R&D framework, the company serves as a key supplier for major global electronics manufacturers, delivering components that meet stringent requirements for miniaturization and high-fidelity sound performance.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度报告业绩说明会预告公告 | 2026-05-06 | Chinese | |
| 关于使用部分闲置自有资金购买理财产品的公告 | 2026-04-21 | Chinese | |
| 关于2026年度公司董事、高级管理人员薪酬方案的公告 | 2026-04-21 | Chinese | |
| 会计师事务所2025年度履职情况评估报告 | 2026-04-21 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于浙江豪声电子科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-21 | Chinese | |
| 2025年度审计报告及财务报表 | 2026-04-21 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44281178 | 2025年年度报告业绩说明会预告公告 | 2026-05-06 | Chinese | ||
| 40041224 | 关于使用部分闲置自有资金购买理财产品的公告 | 2026-04-21 | Chinese | ||
| 40041212 | 关于2026年度公司董事、高级管理人员薪酬方案的公告 | 2026-04-21 | Chinese | ||
| 40041203 | 会计师事务所2025年度履职情况评估报告 | 2026-04-21 | Chinese | ||
| 40041202 | 申万宏源证券承销保荐有限责任公司关于浙江豪声电子科技股份有限公司2025年度持续督导跟踪报告 | 2026-04-21 | Chinese | ||
| 40041192 | 2025年度审计报告及财务报表 | 2026-04-21 | Chinese | ||
| 40040847 | 立信会计师事务所(特殊普通合伙)关于浙江豪声电子科技股份有限公司2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-21 | Chinese | ||
| 40040758 | 2025年年度报告 | 2026-04-21 | Chinese | ||
| 40040724 | 立信会计师事务所(特殊普通合伙)关于浙江豪声电子科技股份有限公司股东及其他关联方占用资金情况说明的专项报告 | 2026-04-21 | Chinese | ||
| 40040675 | 第四届董事会第十次会议决议公告 | 2026-04-21 | Chinese | ||
| 40040669 | 内部控制自我评价报告 | 2026-04-21 | Chinese | ||
| 40040656 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-04-21 | Chinese | ||
| 40040649 | 2025年年度权益分派预案公告 | 2026-04-21 | Chinese | ||
| 40040638 | 2025年年度报告摘要 | 2026-04-21 | Chinese | ||
| 40040615 | 拟续聘2026年度会计师事务所公告 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GUANGDONG CELLWISE MICROELECTRONICS CO., LTD.
Fabless firm specializing in high-performance battery manag…
|
688325 | CN | Manufacturing |
|
Guangdong Champion Asia Electronics Co.,Ltd.
Specializes in high-precision PCB manufacturing, including …
|
603386 | CN | Manufacturing |
|
GUANGDONG ELLINGTON ELECTRONICS TECHNOLOGY CO., LTD.
Manufactures high-precision multi-layer and HDI PCBs for gl…
|
603328 | CN | Manufacturing |
|
GUANGDONG FAITH LONG CRYSTAL TECHNOLOGY CO.,LTD
Manufactures high-precision quartz crystal resonators and o…
|
300460 | CN | Manufacturing |
|
Guangdong Fuxin Technology Co., Ltd.
Specializes in thermoelectric cooling technology and therma…
|
688662 | CN | Manufacturing |
|
Guangdong Ganhua Science & Industry Co., Ltd.
Develops power systems and electronic components for defens…
|
000576 | CN | Manufacturing |
|
GUANGDONG GOWORLD CO., LTD
Develops and manufactures high-precision PCBs, LCDs, and ul…
|
000823 | CN | Manufacturing |
|
GUANGDONG GREEN PRECISION COMPONENTS CO., LTD.
Designs and manufactures precision structural components fo…
|
300968 | CN | Manufacturing |
|
Guangdong Hec Technology Holding Co., Ltd
Produces electronic materials, new energy materials, and ch…
|
600673 | CN | Manufacturing |
|
Guangdong Kingshine Electronic Technology Co.,Ltd.
Manufactures high-precision PCBs and HDI solutions for dive…
|
300903 | CN | Manufacturing |
豪声电子 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/58899/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58899 | 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=58899 | 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=58899 \ -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": 58899}, 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 豪声电子 (id: 58899)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.