
Huizhou China Eagle Electronic Technology Inc. — Investor Relations & Filings
Huizhou China Eagle Electronic Technology Inc. specializes in the research, development, manufacture, and sale of high-precision printed circuit boards (PCBs). The company's product portfolio includes high-layer count multilayer boards, high-density interconnect (HDI) boards, flexible PCBs (FPC), and rigid-flex circuits. These components are utilized across diverse sectors, including telecommunications, automotive electronics, consumer electronics, industrial control systems, and medical devices. China Eagle focuses on advanced manufacturing processes to support high-frequency and high-speed data transmission requirements. By integrating automated production lines and rigorous quality control standards, the company provides customized electronic interconnection solutions for global technology providers. Its technical capabilities emphasize miniaturization, thermal management, and signal integrity in complex electronic assemblies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于向特定对象发行股票的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-06-08 | Chinese | |
| 关于惠州中京电子科技股份有限公司申请向特定对象发行股票的审核问询函之回复报告 | 2026-06-08 | Chinese | |
| 股票交易异常波动暨风险提示公告 | 2026-06-02 | Chinese | |
| 股票交易异常波动公告 | 2026-05-27 | Chinese | |
| 上市保荐书 | 2026-05-21 | Chinese | |
| 关于惠州中京电子科技股份有限公司申请向特定对象发行股票的审核问询函之回复报告 | 2026-05-21 | Chinese |
Browse filings by year
16 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 48005418 | 关于向特定对象发行股票的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-06-08 | Chinese | ||
| 48005172 | 关于惠州中京电子科技股份有限公司申请向特定对象发行股票的审核问询函之回复报告 | 2026-06-08 | Chinese | ||
| 47942330 | 股票交易异常波动暨风险提示公告 | 2026-06-02 | Chinese | ||
| 47849318 | 股票交易异常波动公告 | 2026-05-27 | Chinese | ||
| 46758118 | 上市保荐书 | 2026-05-21 | Chinese | ||
| 46757916 | 关于惠州中京电子科技股份有限公司申请向特定对象发行股票的审核问询函之回复报告 | 2026-05-21 | Chinese | ||
| 46757915 | 关于惠州中京电子科技股份有限公司申请向特定对象发行股票的审核问询函中有关财务事项的说明 | 2026-05-21 | Chinese | ||
| 46757914 | 募集说明书(申报稿) | 2026-05-21 | Chinese | ||
| 46757728 | 北京市中伦律师事务所关于惠州中京电子科技股份有限公司向特定对象发行股票的补充法律意见书(二) | 2026-05-21 | Chinese | ||
| 46757725 | 关于向特定对象发行股票的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-05-21 | Chinese | ||
| 46757056 | 证券发行保荐书 | 2026-05-21 | Chinese | ||
| 46344603 | 关于惠州中京电子科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-14 | Chinese | ||
| 46343867 | 2025年年度股东会决议公告 | 2026-05-14 | Chinese | ||
| 36388475 | 关于向特定对象发行股票的审核问询函回复及募集说明书等申请文件修订的提示性公告 | 2026-03-26 | Chinese | ||
| 36388472 | 关于向特定对象发行股票申请获得深圳证券交易所受理的公告 | 2026-02-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Guangdong Misun Technology Co., Ltd.
Specializes in magnetic components for power, telecom, and …
|
301577 | CN | Manufacturing |
|
Guangdong Real-Design Intelligent Technology Co., Ltd.
Develops intelligent control systems, MCUs, and IoT modules…
|
301135 | CN | Manufacturing |
|
Guangdong Tianyu Semiconductor Co., Ltd.
One of China's largest SiC epi-wafer suppliers, serving xEV…
|
2658 | HK | Manufacturing |
|
GUANGZHOU ANYKA MICROELECTRONICS CO., LTD.
Fabless semiconductor designer of multimedia and wireless S…
|
688620 | CN | Manufacturing |
|
GUANGZHOU FANGBANG ELECTRONICS CO.,LTD
Manufactures electronic materials for flexible printed circ…
|
688020 | CN | Manufacturing |
|
Guangzhou Shiyuan Electronic Technology Company Limited
Develops LCD mainboards, interactive flat panels, and intel…
|
002841 | CN | Manufacturing |
|
GUC
Provides advanced ASIC services and SoC solutions for AI, H…
|
3443 | TW | Manufacturing |
|
Guizhou Space Appliance Co., Ltd.
Manufactures high-reliability connectors, relays, and micro…
|
002025 | CN | Manufacturing |
|
GUIZHOU ZHENHUA FENGGUANG SEMICONDUCTOR CO., LTD.
Specializes in high-reliability analog integrated circuits …
|
688439 | CN | Manufacturing |
|
Gujarat Poly Electronics Limited
Manufactures multilayer ceramic capacitors for automotive a…
|
517288 | IN | Manufacturing |
Huizhou China Eagle Electronic Technology Inc. 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/54605/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54605 | 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=54605 | 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=54605 \ -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": 54605}, 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 Huizhou China Eagle Electronic Technology Inc. (id: 54605)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.