United Testing Inspection&Certification Technology Co.,Ltd — Investor Relations & Filings
United Testing Inspection&Certification Technology Co.,Ltd. is a professional third-party organization providing comprehensive testing, inspection, and certification services. The company specializes in ensuring product compliance with global technical standards through a wide range of services, including electromagnetic compatibility (EMC) testing, safety evaluations, environmental reliability testing, and chemical analysis. It supports manufacturers in sectors such as consumer electronics, telecommunications, household appliances, and industrial machinery. With accreditations from recognized bodies like CNAS and CMA, the firm assists clients in obtaining international certifications, including CE, FCC, RoHS, and REACH. Its core activities focus on delivering technical expertise and quality assurance solutions to facilitate market access and enhance product safety throughout the global supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司2022年限制性股票激励计划第二个解除限售期解除限售条件未成就暨回购注销部分限制性股票的公告 | 2025-07-24 | Chinese | |
| 江苏世纪同仁律师事务所关于联检(江苏)科技股份有限公司2022年限制性股票激励计划第二个解除限售期解除限售条件未成就暨回购注销部分限制性股票的法律意见书 | 2025-07-24 | Chinese | |
| 第五届监事会第十九次会议决议公告 | 2025-07-24 | Chinese | |
| 关于部分募投项目终止的公告 | 2025-07-24 | Chinese | |
| 东吴证券股份有限公司关于联检(江苏)科技股份有限公司关于部分募投项目终止的核查意见 | 2025-07-24 | Chinese | |
| 关于变更注册资本、经营范围、修订《公司章程》并办理工商变更登记的公告 | 2025-07-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39864906 | 关于公司2022年限制性股票激励计划第二个解除限售期解除限售条件未成就暨回购注销部分限制性股票的公告 | 2025-07-24 | Chinese | ||
| 39864898 | 江苏世纪同仁律师事务所关于联检(江苏)科技股份有限公司2022年限制性股票激励计划第二个解除限售期解除限售条件未成就暨回购注销部分限制性股票的法律意见书 | 2025-07-24 | Chinese | ||
| 39864789 | 第五届监事会第十九次会议决议公告 | 2025-07-24 | Chinese | ||
| 39864777 | 关于部分募投项目终止的公告 | 2025-07-24 | Chinese | ||
| 39864766 | 东吴证券股份有限公司关于联检(江苏)科技股份有限公司关于部分募投项目终止的核查意见 | 2025-07-24 | Chinese | ||
| 39864751 | 关于变更注册资本、经营范围、修订《公司章程》并办理工商变更登记的公告 | 2025-07-24 | Chinese | ||
| 39864733 | 《公司章程》 | 2025-07-24 | Chinese | ||
| 39864714 | 关于召开2025年第四次临时股东会的通知 | 2025-07-24 | Chinese | ||
| 39864697 | 2024年年度权益分派实施公告 | 2025-06-30 | Chinese | ||
| 39864683 | 2024年年度股东会决议公告 | 2025-05-23 | Chinese | ||
| 39864675 | 联检科技2024年年度股东会法律意见书 | 2025-05-23 | Chinese | ||
| 39864629 | 关于2025年第一季度计提资产减值准备的公告 | 2025-04-28 | Chinese | ||
| 39864615 | 关于签署业绩补偿协议暨业绩补偿履行的进展公告 | 2025-04-28 | Chinese | ||
| 39864601 | 2024年度环境、社会和治理(ESG)报告 | 2025-04-28 | Chinese | ||
| 39864238 | 第五届监事会第十八次会议决议公告 | 2025-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Technical testing and analysis
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aerodrome Group Ltd.
Aerial intelligence firm providing UAV data collection, ana…
|
ARDM | IL | Professional, scientific and te… |
|
Allied Oil & Gas Corp.
Specialized provider of industrial products, technical serv…
|
AOG | CA | Professional, scientific and te… |
|
ALS LIMITED
Global provider of analytical testing, inspection, and cert…
|
ALQ | AU | Professional, scientific and te… |
|
Applus Services S.A.
Global provider of testing, inspection, and certification (…
|
APPS | ES | Professional, scientific and te… |
|
BactiQuant A/S
Provides patented technology for rapid monitoring of bacter…
|
BACTIQ | DK | Professional, scientific and te… |
|
BIODESIX INC
Develops blood-based diagnostic tests and biopharma service…
|
BDSX | US | Professional, scientific and te… |
|
BiotoxtechCo.,Ltd.
A non-clinical CRO providing safety and efficacy evaluation…
|
086040 | KR | Professional, scientific and te… |
|
Blutip Power Technologies Ltd.
Delivers precise energy measurement to reduce operational c…
|
BPR.H | CA | Professional, scientific and te… |
|
Britannia Life Sciences
Global product development platform providing integrated QA…
|
BLAB | CA | Professional, scientific and te… |
|
Bureau Veritas SA
A global provider of testing, inspection, and certification…
|
BVI | FR | Professional, scientific and te… |
United Testing Inspection&Certification Technology 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/56065/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56065 | 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=56065 | 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=56065 \ -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": 56065}, 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 United Testing Inspection&Certification Technology Co.,Ltd (id: 56065)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.