UNICOMP TECHNOLOGY GROUP CO.,LTD. — Investor Relations & Filings
About UNICOMP TECHNOLOGY GROUP CO.,LTD.
UNICOMP TECHNOLOGY GROUP CO.,LTD. specializes in the research, development, and manufacturing of X-ray technology and intelligent detection equipment. The company focuses on industrial X-ray inspection systems and is a prominent provider of micro-focus X-ray sources. Its product portfolio includes solutions for surface mount technology (SMT), printed circuit board (PCB) assembly, semiconductor packaging, and lithium-ion battery inspection. Additionally, the company serves the automotive, aerospace, and public security sectors with non-destructive testing (NDT) equipment. Unicomp is recognized for its vertical integration, producing core X-ray components internally to ensure high precision and reliability in automated inspection processes. Its systems are designed to detect internal defects, verify structural integrity, and enhance quality control across high-tech manufacturing environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2023年年度报告摘要 | 2024-04-28 | Chinese | |
| 董事会提名委员会关于第四届董事会独立董事候选人的审核意见 | 2024-04-28 | Chinese | |
| 科创板上市公司独立董事提名人声明与承诺函(杜志军) | 2024-04-28 | Chinese | |
| 2024年限制性股票激励计划(草案)摘要公告 | 2024-04-28 | Chinese | |
| 2023年度独立董事述职报告(董伟) | 2024-04-28 | Chinese | |
| 无锡日联股份有限公司董事会关于独立董事独立性情况的专项意见 | 2024-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39862488 | 2023年年度报告摘要 | 2024-04-28 | Chinese | ||
| 39862473 | 董事会提名委员会关于第四届董事会独立董事候选人的审核意见 | 2024-04-28 | Chinese | ||
| 39862459 | 科创板上市公司独立董事提名人声明与承诺函(杜志军) | 2024-04-28 | Chinese | ||
| 39862444 | 2024年限制性股票激励计划(草案)摘要公告 | 2024-04-28 | Chinese | ||
| 39862339 | 2023年度独立董事述职报告(董伟) | 2024-04-28 | Chinese | ||
| 39862329 | 无锡日联股份有限公司董事会关于独立董事独立性情况的专项意见 | 2024-04-28 | Chinese | ||
| 39862321 | 2024年第一季度报告 | 2024-04-28 | Chinese | ||
| 39862310 | 无锡日联科技股份有限公司募集资金使用管理制度 | 2024-04-28 | Chinese | ||
| 39862305 | 2023年度独立董事述职报告(吴懿平) | 2024-04-28 | Chinese | ||
| 39862295 | 上海荣正企业咨询服务(集团)股份有限公司关于无锡日联科技股份有限公司2024年限制性股票激励计划(草案)之独立财务顾问报告 | 2024-04-28 | Chinese | ||
| 39862283 | 海通证券股份有限公司关于无锡日联科技股份有限公司2023年度募集资金存放与使用情况的核查意见 | 2024-04-28 | Chinese | ||
| 39862260 | 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2024-04-28 | Chinese | ||
| 39862252 | 关于独立董事公开征集委托投票权的公告 | 2024-04-28 | Chinese | ||
| 39862232 | 无锡日联科技股份有限公司2023年度审计报告 | 2024-04-28 | Chinese | ||
| 39862027 | 关于修订《公司章程》及修订并新增公司部分治理制度的公告 | 2024-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of irradiation, electromedical and electrotherapeutic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aakaar Medical Technologies Limited
Manufactures advanced laser and aesthetic devices for derma…
|
AAKAAR | IN | Manufacturing |
|
Acarix
Develops AI-powered acoustic devices for non-invasive diagn…
|
ACARIX | SE | Manufacturing |
|
ACCURAY INC
Develops and sells advanced radiation therapy systems for c…
|
ARAY | US | Manufacturing |
|
ADHERIUM LIMITED
Develops connected medical devices and software for chronic…
|
ADR | AU | Manufacturing |
|
Advanced Medical Equipment Spolka Akcyjna
Develops a non-invasive device to monitor blood sugar by an…
|
AME | PL | Manufacturing |
|
Agfa-Gevaert NV
Develops imaging systems, IT solutions, and advanced materi…
|
AGFB | BE | Manufacturing |
|
Alcon AG
A medical company specializing in surgical equipment and vi…
|
ALC | CH | Manufacturing |
|
Andon Health Co.,Ltd.
Develops electronic medical devices and IoT-integrated heal…
|
002432 | CN | Manufacturing |
|
Annidis Corporation
Develops proprietary Multi-Spectral Imaging systems for ear…
|
RHA | CA | Manufacturing |
|
Apex Biotechnology Corp.
Developer and manufacturer of IVD solutions, biosensors, an…
|
1733 | TW | Manufacturing |
UNICOMP TECHNOLOGY GROUP 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/58471/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58471 | 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=58471 | 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=58471 \ -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": 58471}, 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 UNICOMP TECHNOLOGY GROUP CO.,LTD. (id: 58471)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.