
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 |
|---|---|---|---|
| 第二届监事会第五次会议决议公告 | 2021-12-19 | Chinese | |
| 民生证券股份有限公司关于珠海博杰电子股份有限公司2021年持续督导培训工作报告 | 2021-12-19 | Chinese | |
| 关于使用闲置募集资金及闲置自有资金进行现金管理的公告 | 2021-12-19 | Chinese | |
| 关于使用闲置募集资金及闲置自有资金进行现金管理的进展公告 | 2021-12-19 | Chinese | |
| 民生证券股份有限公司关于珠海博杰电子股份有限公司2021年度持续督导定期现场检查报告 | 2021-12-19 | Chinese | |
| 关于更换持续督导保荐代表人的公告 | 2021-12-19 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 38992778 | 第二届监事会第五次会议决议公告 | 2021-12-19 | Chinese | ||
| 38992771 | 民生证券股份有限公司关于珠海博杰电子股份有限公司2021年持续督导培训工作报告 | 2021-12-19 | Chinese | ||
| 38992760 | 关于使用闲置募集资金及闲置自有资金进行现金管理的公告 | 2021-12-19 | Chinese | ||
| 38992748 | 关于使用闲置募集资金及闲置自有资金进行现金管理的进展公告 | 2021-12-19 | Chinese | ||
| 38992740 | 民生证券股份有限公司关于珠海博杰电子股份有限公司2021年度持续督导定期现场检查报告 | 2021-12-19 | Chinese | ||
| 38992729 | 关于更换持续督导保荐代表人的公告 | 2021-12-19 | Chinese | ||
| 38992717 | 关于召开2022年第一次临时股东大会的通知 | 2021-12-19 | Chinese | ||
| 38992713 | 关于使用募集资金置换预先投入募投项目自筹资金的公告 | 2021-12-19 | Chinese | ||
| 38992704 | 民生证券股份有限公司关于珠海博杰电子股份有限公司公开发行可转换公司债券之上市保荐书 | 2021-12-15 | Chinese | ||
| 38992692 | 公开发行可转换公司债券上市公告书 | 2021-12-15 | Chinese | ||
| 38992682 | 北京德恒律师事务所关于珠海博杰电子股份有限公司公开发行可转换公司债券并在深圳证券交易所上市的法律意见 | 2021-12-15 | Chinese | ||
| 38992678 | 关于开立募集资金专户并签订募集资金三方监管协议的公告 | 2021-11-28 | Chinese | ||
| 38992674 | 公开发行可转换公司债券发行结果公告 | 2021-11-22 | Chinese | ||
| 38992670 | 公开发行可转换公司债券网上中签结果公告 | 2021-11-18 | Chinese | ||
| 38992661 | 公开发行可转换公司债券网上发行中签率及优先配售结果公告 | 2021-11-17 | 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.