
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 |
|---|---|---|---|
| 第三届监事会第六次会议决议公告 | 2025-01-24 | Chinese | |
| 关于聘任高级管理人员的公告 | 2025-01-24 | Chinese | |
| 2024年度业绩预告 | 2025-01-24 | Chinese | |
| 2025年第一次临时股东大会决议公告 | 2025-01-13 | Chinese | |
| 北京德恒(深圳)律师事务所:关于珠海博杰电子股份有限公司2025年第一次临时股东大会的法律意见 | 2025-01-13 | Chinese | |
| 关于部分控股股东、实际控制人及一致行动人减持计划时间届满的提示性公告 | 2025-01-09 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
7 filings
| |||||
| 39001384 | 第三届监事会第六次会议决议公告 | 2025-01-24 | Chinese | ||
| 39001364 | 关于聘任高级管理人员的公告 | 2025-01-24 | Chinese | ||
| 39001356 | 2024年度业绩预告 | 2025-01-24 | Chinese | ||
| 39001347 | 2025年第一次临时股东大会决议公告 | 2025-01-13 | Chinese | ||
| 39001339 | 北京德恒(深圳)律师事务所:关于珠海博杰电子股份有限公司2025年第一次临时股东大会的法律意见 | 2025-01-13 | Chinese | ||
| 39001333 | 关于部分控股股东、实际控制人及一致行动人减持计划时间届满的提示性公告 | 2025-01-09 | Chinese | ||
| 39001325 | 关于2024年第四季度可转换公司债券转股情况的公告 | 2025-01-02 | Chinese | ||
|
2024
8 filings
| |||||
| 39001314 | 民生证券股份有限公司关于珠海博杰电子股份有限公司使用闲置募集资金及闲置自有资金进行现金管理的核查意见 | 2024-12-30 | Chinese | ||
| 39001307 | 关于控股股东及一致行动人减持计划实施进展暨被动稀释比例超过1%的提示性公告 | 2024-12-30 | Chinese | ||
| 39001300 | 民生证券股份有限公司关于珠海博杰电子股份有限公司首次公开发行股票募投项目结项并将剩余募集资金永久补充流动资金的核查意见 | 2024-12-27 | Chinese | ||
| 39001299 | 第三届董事会第八次会议决议公告 | 2024-12-27 | Chinese | ||
| 39001292 | 民生证券股份有限公司关于珠海博杰电子股份有限公司公开发行可转换公司债券部分募投项目延期的核查意见 | 2024-12-27 | Chinese | ||
| 39001285 | 关于公司及子公司开展金融衍生产品交易业务的可行性分析报告 | 2024-12-27 | Chinese | ||
| 39001276 | 第三届监事会第五次会议决议公告 | 2024-12-27 | Chinese | ||
| 39001267 | 关于使用闲置募集资金及闲置自有资金进行现金管理的公告 | 2024-12-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | 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.