%20Co.%2CLtd./other/Uni-Trend_Technology_China_Co.Ltd.-logo.png)
Uni-Trend Technology (China) Co.,Ltd. — Investor Relations & Filings
Uni-Trend Technology (China) Co., Ltd. is a prominent developer and manufacturer of test and measurement instruments. The company specializes in providing a comprehensive range of diagnostic tools, including digital multimeters, oscilloscopes, thermal imaging cameras, clamp meters, and environmental testers. Its product portfolio serves diverse sectors such as electronics manufacturing, telecommunications, power utilities, and educational research. Uni-Trend emphasizes research and development to deliver high-precision, reliable equipment that meets international safety and quality standards, including CE, ETL, and UL certifications. With a robust global distribution network, the company provides technical solutions for industrial maintenance, electrical testing, and laboratory applications, positioning itself as a key provider of cost-effective and technologically advanced measurement solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股东询价转让计划书 | 2026-06-05 | Chinese | |
| 中信证券股份有限公司关于优利德科技(中国)股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-06-05 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 北京德恒(东莞)律师事务所关于优利德科技(中国)股份有限公司2025年年度股东会的法律意见 | 2026-05-19 | Chinese | |
| 2025年年度股东会会议材料 | 2026-05-11 | Chinese | |
| 关于优利德科技(中国)股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-24 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47986241 | 股东询价转让计划书 | 2026-06-05 | Chinese | ||
| 47985731 | 中信证券股份有限公司关于优利德科技(中国)股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-06-05 | Chinese | ||
| 46565553 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46565552 | 北京德恒(东莞)律师事务所关于优利德科技(中国)股份有限公司2025年年度股东会的法律意见 | 2026-05-19 | Chinese | ||
| 45016302 | 2025年年度股东会会议材料 | 2026-05-11 | Chinese | ||
| 44463817 | 关于优利德科技(中国)股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-24 | Chinese | ||
| 44463797 | 关于续聘会计师事务所的公告 | 2026-04-24 | Chinese | ||
| 44463787 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-04-24 | Chinese | ||
| 44463776 | 2025年度审计报告 | 2026-04-24 | Chinese | ||
| 44463642 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-24 | Chinese | ||
| 44463635 | 2025年度独立董事述职报告(袁鸿-已离任) | 2026-04-24 | Chinese | ||
| 44463630 | 关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 44463623 | 2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-24 | Japanese | ||
| 44463522 | 2025年年度报告 | 2026-04-24 | Chinese | ||
| 44463519 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SHAHE INDUSTRIAL CO.,LTD.
Manufacturer of precision measuring instruments and digital…
|
000014 | CN | Manufacturing |
|
Shandong Longertek Technology Co.,Ltd.
Develops electronic control and information systems for rai…
|
300594 | CN | Manufacturing |
|
Shandong Senter Electronic Co., Ltd.
Develops communication maintenance tools and industrial IoT…
|
001388 | CN | Manufacturing |
|
Shandong University Electric Power Technology Co., Ltd.
Develops and manufactures power system automation and monit…
|
301609 | CN | Manufacturing |
|
SHANGHAI BLOOM TECHNOLOGY INC.
Develops testing equipment, probe cards, and materials for …
|
603325 | CN | Manufacturing |
|
SHANGHAI BOCHU ELECTRONIC TECHNOLOGY CORPORATION LIMITED.
Provides laser cutting control systems and motion control s…
|
688188 | CN | Manufacturing |
|
SHANGHAI HUACE NAVIGATION TECHNOLOGY LTD.
Designs and manufactures high-precision GNSS navigation and…
|
300627 | CN | Manufacturing |
|
SHANGHAI WEIHONG ELECTRONIC TECHNOLOGY CO., LTD.
Develops and manufactures CNC motion control systems for au…
|
300508 | CN | Manufacturing |
|
SHANGHAI WELLTECH AUTOMATION CO.,LTD.
Manufactures industrial automation instruments and integrat…
|
002058 | CN | Manufacturing |
|
Shelly Group SE
Develops and sells IoT devices for smart home, building, an…
|
A4L | BG | Manufacturing |
Uni-Trend Technology (China) 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/58548/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58548 | 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=58548 | 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=58548 \ -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": 58548}, 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 Uni-Trend Technology (China) Co.,Ltd. (id: 58548)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.