
SUZHOU TZTEK TECHNOLOGY CO., LTD — Investor Relations & Filings
SUZHOU TZTEK TECHNOLOGY CO., LTD. specializes in industrial vision technology and intelligent manufacturing solutions. The company develops high-precision metrology instruments, automated optical inspection (AOI) equipment, and intelligent production systems. Its core capabilities involve the integration of machine vision algorithms with artificial intelligence to facilitate precision measurement and defect detection. TZTEK provides specialized equipment for sectors including consumer electronics, semiconductor packaging, printed circuit board (PCB) manufacturing, and new energy industries such as photovoltaics and lithium-ion batteries. By combining advanced optical systems with proprietary software, the company delivers automated solutions designed to optimize production efficiency and ensure rigorous quality control across complex manufacturing environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于向不特定对象发行可转换公司债券申请获得上海证券交易所上市审核委员会审核通过的公告 | 2025-09-10 | Chinese | |
| 关于参加2025半年度科创板机器人行业集体业绩说明会的公告 | 2025-08-22 | Chinese | |
| 关于调整第四届董事会战略委员会委员的公告 | 2025-08-20 | Chinese | |
| 关于聘任公司副总经理的公告 | 2025-08-20 | Chinese | |
| 2025年第一次临时股东大会决议公告 | 2025-08-18 | Chinese | |
| 浙江六和律师事务所关于苏州天准科技股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-08-18 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39813495 | 关于向不特定对象发行可转换公司债券申请获得上海证券交易所上市审核委员会审核通过的公告 | 2025-09-10 | Chinese | ||
| 39813493 | 关于参加2025半年度科创板机器人行业集体业绩说明会的公告 | 2025-08-22 | Chinese | ||
| 39813491 | 关于调整第四届董事会战略委员会委员的公告 | 2025-08-20 | Chinese | ||
| 39813481 | 关于聘任公司副总经理的公告 | 2025-08-20 | Chinese | ||
| 39813475 | 2025年第一次临时股东大会决议公告 | 2025-08-18 | Chinese | ||
| 39813467 | 浙江六和律师事务所关于苏州天准科技股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-08-18 | Chinese | ||
| 39813462 | 关于公司非独立董事、高级管理人员辞职的公告 | 2025-08-18 | Chinese | ||
| 39813447 | 关于公司2025年度“提质增效重回报”行动方案的半年度评估报告 | 2025-08-11 | Chinese | ||
| 39813446 | 2025年半年度报告 | 2025-08-11 | Chinese | ||
| 39813441 | 2025年半年度报告摘要 | 2025-08-11 | Chinese | ||
| 39813426 | 关于向不特定对象发行可转换公司债券申请文件审核问询函回复的提示性公告 | 2025-08-08 | Chinese | ||
| 39813418 | 关于调整公司向不特定对象发行可转换公司债券方案及相关文件修订说明的公告 | 2025-08-08 | Chinese | ||
| 39813409 | 苏州天准科技股份有限公司向不特定对象发行可转换公司债券的论证分析报告(修订稿) | 2025-08-08 | Chinese | ||
| 39813391 | 第四届监事会第十六次会议决议公告 | 2025-08-08 | Chinese | ||
| 39813367 | 中汇会计师事务所(特殊普通合伙)关于上海证券交易所《关于对苏州天准科技股份有限公司向不特定对象发行可转换公司债券申请文件的审核问询函》有关财务问题回复的专项说明 | 2025-08-08 | 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 |
SUZHOU TZTEK 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/58062/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58062 | 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=58062 | 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=58062 \ -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": 58062}, 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 SUZHOU TZTEK TECHNOLOGY CO., LTD (id: 58062)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.