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 |
|---|---|---|---|
| 关于使用部分暂时闲置募集资金进行现金管理的公告 | 2026-03-18 | Chinese | |
| 国泰海通证券股份有限公司关于日联科技集团股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-03-18 | Chinese | |
| 关于以集中竞价交易方式回购公司股份的进展公告 | 2026-03-02 | Chinese | |
| 关于自愿披露对外投资设立控股子公司的公告 | 2026-02-27 | Chinese | |
| 2025年度业绩快报公告 | 2026-02-27 | Chinese | |
| 关于以集中竞价交易方式回购公司股份的进展公告 | 2026-02-02 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 39866274 | 关于使用部分暂时闲置募集资金进行现金管理的公告 | 2026-03-18 | Chinese | ||
| 39866263 | 国泰海通证券股份有限公司关于日联科技集团股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-03-18 | Chinese | ||
| 39866250 | 关于以集中竞价交易方式回购公司股份的进展公告 | 2026-03-02 | Chinese | ||
| 39866242 | 关于自愿披露对外投资设立控股子公司的公告 | 2026-02-27 | Chinese | ||
| 39866226 | 2025年度业绩快报公告 | 2026-02-27 | Chinese | ||
| 39866220 | 关于以集中竞价交易方式回购公司股份的进展公告 | 2026-02-02 | Chinese | ||
| 39866211 | 关于全资子公司收购境外公司控制权的进展暨交割完成的公告 | 2026-01-09 | Chinese | ||
| 39866206 | 关于变更签字注册会计师的公告 | 2026-01-04 | Chinese | ||
| 39866193 | 关于以集中竞价交易方式回购公司股份的进展公告 | 2026-01-04 | Chinese | ||
|
2025
6 filings
| |||||
| 39866184 | 关于以集中竞价交易方式回购公司股份的进展公告 | 2025-12-01 | Chinese | ||
| 39866175 | 关于竞得土地使用权并投资建设项目的进展公告 | 2025-11-10 | Chinese | ||
| 39866172 | 关于召开2025年第三季度业绩说明会的公告 | 2025-11-06 | Chinese | ||
| 39866165 | 关于以集中竞价交易方式回购公司股份的进展公告 | 2025-11-03 | Chinese | ||
| 39866156 | SCPLSemiconductorTest&InspectionPte.Ltd.主要会计政策与中国会计准则差异情况表鉴证报告(天健审〔2025〕6-540号) | 2025-10-28 | Chinese | ||
| 39866102 | 关于使用自有资金支付募投项目部分款项并以募集资金等额置换的公告 | 2025-10-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.