
Zhuhai Bojay Electronics Co.,Ltd. — Investor Relations & Filings
Zhuhai Bojay Electronics Co.,Ltd. specializes in the research, development, and manufacturing of industrial automation equipment and precision testing solutions. The company provides a comprehensive range of products, including automated test equipment (ATE), functional testing (FCT) systems, and in-circuit testing (ICT) fixtures. Its solutions are widely applied in the production of consumer electronics, automotive components, telecommunications hardware, and medical devices. Bojay focuses on integrating advanced technologies such as machine vision, signal measurement, and motion control to enhance manufacturing efficiency and product quality. By offering customized automated assembly lines and precision components, the company supports global manufacturers in achieving intelligent production and high-precision quality control across various high-tech sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于变更注册资本并修订《公司章程》的公告 | 2026-06-04 | Chinese | |
| 关于最近五年未被证券监管部门和交易所采取监管措施或处罚及整改情况的公告 | 2026-06-04 | Chinese | |
| 关于向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-06-04 | Chinese | |
| 珠海博杰电子股份有限公司2026年度向特定对象发行A股股票募集资金使用的可行性分析报告 | 2026-06-04 | Chinese | |
| 珠海博杰电子股份有限公司2026年度向特定对象发行A股股票预案 | 2026-06-04 | Chinese | |
| 珠海博杰电子股份有限公司章程 | 2026-06-04 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47973584 | 关于变更注册资本并修订《公司章程》的公告 | 2026-06-04 | Chinese | ||
| 47973583 | 关于最近五年未被证券监管部门和交易所采取监管措施或处罚及整改情况的公告 | 2026-06-04 | Chinese | ||
| 47973582 | 关于向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-06-04 | Chinese | ||
| 47973581 | 珠海博杰电子股份有限公司2026年度向特定对象发行A股股票募集资金使用的可行性分析报告 | 2026-06-04 | Chinese | ||
| 47973580 | 珠海博杰电子股份有限公司2026年度向特定对象发行A股股票预案 | 2026-06-04 | Chinese | ||
| 47973451 | 珠海博杰电子股份有限公司章程 | 2026-06-04 | Chinese | ||
| 47973450 | 第三届董事会第二十六次会议决议公告 | 2026-06-04 | Chinese | ||
| 45347102 | 北京德恒(深圳)律师事务所关于珠海博杰电子股份有限公司2026年第二次临时股东会的法律意见 | 2026-05-12 | Chinese | ||
| 45347101 | 2026年第二次临时股东会决议公告 | 2026-05-12 | Chinese | ||
| 39005401 | 关于举行2025年度业绩说明会的公告 | 2026-04-13 | Chinese | ||
| 39005399 | 股票交易异常波动公告 | 2026-04-09 | Chinese | ||
| 39005396 | 关于续聘会计师事务所的公告 | 2026-03-31 | Chinese | ||
| 39005393 | 立信会计师事务所:珠海博杰电子股份有限公司2025年内部控制审计报告 | 2026-03-31 | Chinese | ||
| 39005390 | 关于2025年度计提信用减值损失、资产减值损失的公告 | 2026-03-31 | Chinese | ||
| 39005382 | 2025年度独立董事述职报告-黄宝山 | 2026-03-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
YC Corporation
Develops and manufactures inspection equipment for memory s…
|
232140 | KR | Manufacturing |
|
YOKOGAWA ELECTRIC CORPORATION
Provider of industrial automation, control, and measurement…
|
6841 | JP | Manufacturing |
|
YoungWoo DSP Co.,Ltd.
Develops and manufactures automation equipment for display …
|
143540 | KR | Manufacturing |
|
Zaklady Urzadzen Komputerowych ELZAB S.A.
Designs, produces, and distributes electronic fiscal device…
|
ELZ | PL | Manufacturing |
|
Zenner Metering Technology(Shanghai)Ltd.
Develops and manufactures smart water, gas, and heat meters…
|
301303 | CN | Manufacturing |
|
Zen Technologies Ltd.
Develops advanced combat training simulators and counter-dr…
|
ZENTEC | IN | Manufacturing |
|
Zhejiang Dali Technology CO.,LTD
Develops and manufactures infrared thermal imaging and opto…
|
002214 | CN | Manufacturing |
|
ZHEJIANG SHUANGYUAN TECHNOLOGY CO., LTD.
Provides online quality monitoring and control systems for …
|
688623 | CN | Manufacturing |
|
Zhejiang Viewshine Intelligent Meter Co.,Ltd.
Develops and manufactures IoT-enabled ultrasonic smart gas …
|
002849 | CN | Manufacturing |
|
Zhejiang Wellsun Intelligent Technology Co.,Ltd.
Develops and manufactures intelligent power distribution an…
|
300882 | CN | Manufacturing |
Zhuhai Bojay Electronics 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/54962/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54962 | 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=54962 | 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=54962 \ -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": 54962}, 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 Zhuhai Bojay Electronics Co.,Ltd. (id: 54962)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.