%20CO.%2CLTD./other/WINTECH_NANO_SUZHOU_CO.LTD.-logo.png)
WINTECH NANO (SUZHOU) CO.,LTD. — Investor Relations & Filings
Wintech Nano (Suzhou) Co., Ltd. is a prominent independent third-party laboratory specializing in comprehensive analysis and testing services for the semiconductor and microelectronics sectors. The company provides a wide range of technical solutions, including Failure Analysis (FA), Material Analysis (MA), Reliability Testing (RT), and Circuit Editing (FIB). Equipped with advanced analytical instrumentation such as Transmission Electron Microscopy (TEM) and Scanning Electron Microscopy (SEM), Wintech Nano supports clients across the integrated circuit supply chain, from design and wafer fabrication to packaging and assembly. The firm focuses on delivering high-precision diagnostic data and technical consultancy to accelerate product development cycles and enhance manufacturing yields. Its services are critical for quality control, process optimization, and root cause identification in complex electronic components and advanced materials.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 胜科纳米董事会专门委员会实施细则 | 2025-05-23 | Chinese | |
| 独立董事2024年度述职报告-傅强 | 2025-05-23 | Chinese | |
| 胜科纳米股东会议事规则 | 2025-05-23 | Chinese | |
| 关于召开2024年年度股东会的通知 | 2025-05-23 | Chinese | |
| 独立董事2024年度述职报告-张毅 | 2025-05-23 | Chinese | |
| 华泰联合证券有限责任公司关于2025年度胜科纳米(苏州)股份有限公司及子公司拟向金融机构申请授信额度及为子公司提供担保额度预计事项的核查意见 | 2025-05-23 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39597330 | 胜科纳米董事会专门委员会实施细则 | 2025-05-23 | Chinese | ||
| 39597324 | 独立董事2024年度述职报告-傅强 | 2025-05-23 | Chinese | ||
| 39597319 | 胜科纳米股东会议事规则 | 2025-05-23 | Chinese | ||
| 39597313 | 关于召开2024年年度股东会的通知 | 2025-05-23 | Chinese | ||
| 39597309 | 独立董事2024年度述职报告-张毅 | 2025-05-23 | Chinese | ||
| 39597303 | 华泰联合证券有限责任公司关于2025年度胜科纳米(苏州)股份有限公司及子公司拟向金融机构申请授信额度及为子公司提供担保额度预计事项的核查意见 | 2025-05-23 | Chinese | ||
| 39597295 | 关于续聘会计师事务所的公告 | 2025-05-23 | Chinese | ||
| 39597293 | 关于2024年度利润分配方案的公告 | 2025-05-23 | Chinese | ||
| 39597287 | 公司2024年度会计师事务所履职情况评估报告 | 2025-05-23 | Chinese | ||
| 39597285 | 第二届监事会第九次会议决议公告 | 2025-05-23 | Chinese | ||
| 39597282 | 胜科纳米关联交易管理制度 | 2025-05-23 | Chinese | ||
| 39597277 | 胜科纳米董事会议事规则 | 2025-05-23 | Chinese | ||
| 39597266 | 胜科纳米信息披露管理制度 | 2025-05-23 | Chinese | ||
| 39597261 | 胜科纳米利润分配制度 | 2025-05-23 | Chinese | ||
| 39597255 | 董事会对独立董事独立性自查情况的专项报告 | 2025-05-23 | 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… |
WINTECH NANO (SUZHOU) 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/58623/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58623 | 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=58623 | 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=58623 \ -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": 58623}, 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 WINTECH NANO (SUZHOU) CO.,LTD. (id: 58623)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.