
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 |
|---|---|---|---|
| 关于可转债投资者适当性要求的风险提示性公告 | 2026-05-25 | Chinese | |
| 浙江六和律师事务所关于苏州天准科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | |
| 关于可转债投资者适当性要求的风险提示性公告 | 2026-05-18 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-18 | Chinese | |
| 华泰联合证券有限责任公司关于苏州天准科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-15 | Chinese | |
| 关于参加十五五·未来产业——科创企业产业迭代与创新赋能之2025年度人工智能行业集体业绩说明会暨2026年第一季度业绩说明会的公告 | 2026-05-12 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47041590 | 关于可转债投资者适当性要求的风险提示性公告 | 2026-05-25 | Chinese | ||
| 46513423 | 浙江六和律师事务所关于苏州天准科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-18 | Chinese | ||
| 46513113 | 关于可转债投资者适当性要求的风险提示性公告 | 2026-05-18 | Chinese | ||
| 46512617 | 2025年年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 46364330 | 华泰联合证券有限责任公司关于苏州天准科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-15 | Chinese | ||
| 45346330 | 关于参加十五五·未来产业——科创企业产业迭代与创新赋能之2025年度人工智能行业集体业绩说明会暨2026年第一季度业绩说明会的公告 | 2026-05-12 | Chinese | ||
| 44489428 | 2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 39814567 | 2025年度业绩快报更正公告 | 2026-04-24 | Chinese | ||
| 39814558 | 华泰联合证券有限责任公司关于苏州天准科技股份有限公司2025年度募集资金存放管理和使用情况专项核查报告 | 2026-04-24 | Chinese | ||
| 39814556 | 董事会关于独立董事独立性的专项报告 | 2026-04-24 | Chinese | ||
| 39814555 | 苏州天准科技股份有限公司年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-24 | Chinese | ||
| 39814554 | 关于公司董事、高级管理人员2025年度薪酬确认及2026年度薪酬方案的公告 | 2026-04-24 | Chinese | ||
| 39814544 | 2025年年度报告 | 2026-04-24 | Chinese | ||
| 39814542 | 2025年度会计师事务所履职情况评估报告 | 2026-04-24 | Chinese | ||
| 39814540 | 关于召开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 |
|---|---|---|---|
|
AIMFLEX BERHAD
Specializes in Test and Measurement automation, designing a…
|
— | MY | Manufacturing |
|
Airthings
Develops and manufactures smart monitors and purifiers for …
|
AIRX | NO | Manufacturing |
|
AJINEXTEK Co., Ltd.
Develops motion control chips, modules, and controllers for…
|
059120 | KR | Manufacturing |
|
AKN TECHNOLOGY BHD
Global leader in semiconductor industry, delivering custome…
|
— | MY | Manufacturing |
|
Aligned Genetics, Inc.
Develops solutions for cellular imaging, biomolecular analy…
|
238120 | KR | Manufacturing |
|
Alltronics Holdings Limited
Manufactures and trades diverse electronic products, compon…
|
833 | HK | Manufacturing |
|
Alpha MOS
Designs and manufactures analytical instruments that replic…
|
ALNEO | FR | Manufacturing |
|
ALUX Co., Ltd.
Develops and manufactures educational robots and drones for…
|
475580 | KR | Manufacturing |
|
AMERICAN SENSORS INC.
Provides precision sensors and system technologies for the …
|
— | CA | Manufacturing |
|
AMETEK INC/
Global manufacturer of electronic instruments and electrome…
|
AME | US | 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.