
Wingtech Technology Co.,Ltd — Investor Relations & Filings
Wingtech Technology Co.,Ltd. is a global leader in product design and manufacturing, operating as a prominent Original Design Manufacturer (ODM) and semiconductor supplier. The company specializes in the research, development, and production of mobile terminals, including smartphones, tablets, and laptops, as well as IoT devices and automotive electronics. Through its integrated business model, Wingtech provides end-to-end solutions from hardware design to mass production. A significant portion of its operations focuses on the semiconductor sector, producing a wide range of power discretes, logic devices, and MOSFETs used in automotive, industrial, and consumer applications. By leveraging its large-scale manufacturing capabilities and advanced R&D, the company serves major global brands, maintaining a critical role in the global electronics supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司章程(2019年修订) | 2019-08-20 | Chinese | |
| 独立董事关于第十届董事会第六次会议相关事项的事前认可意见 | 2019-08-20 | Chinese | |
| 独立董事制度(2019年修订) | 2019-08-20 | Chinese | |
| 监事会议事规则(2019年修订) | 2019-08-20 | Chinese | |
| 股东大会规则(2019年修订) | 2019-08-20 | Chinese | |
| 董事会提名委员会议事规则(2019年修订) | 2019-08-20 | Chinese |
Browse filings by year
28 years- 2026 6 filings
- 2025 109 filings
- 2024 189 filings
- 2023 173 filings
- 2022 220 filings
- 2021 244 filings
- 2020 255 filings
- 2019 262 filings
- 2018 230 filings
- 2017 138 filings
- 2016 169 filings
- 2015 201 filings
- 2014 103 filings
- 2013 113 filings
- 2012 69 filings
- 2011 35 filings
- 2010 55 filings
- 2009 65 filings
- 2008 102 filings
- 2007 100 filings
- 2006 33 filings
- 2005 34 filings
- 2004 24 filings
- 2003 23 filings
- 2002 28 filings
- 2001 22 filings
- 1999 1 filing
- 1996 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 41527927 | 公司章程(2019年修订) | 2019-08-20 | Chinese | ||
| 41527918 | 独立董事关于第十届董事会第六次会议相关事项的事前认可意见 | 2019-08-20 | Chinese | ||
| 41527911 | 独立董事制度(2019年修订) | 2019-08-20 | Chinese | ||
| 41527901 | 监事会议事规则(2019年修订) | 2019-08-20 | Chinese | ||
| 41527894 | 股东大会规则(2019年修订) | 2019-08-20 | Chinese | ||
| 41527882 | 董事会提名委员会议事规则(2019年修订) | 2019-08-20 | Chinese | ||
| 41527875 | 董事会战略委员会议事规则(2019年修订) | 2019-08-20 | Chinese | ||
| 41527867 | 总经理工作细则(2019年修订) | 2019-08-20 | Chinese | ||
| 41527856 | 第十届监事会第三次会议决议公告 | 2019-08-20 | Chinese | ||
| 41527846 | 关于为上海小魅科技有限公司融资提供关联担保的公告 | 2019-08-20 | Chinese | ||
| 41527834 | 对外担保管理办法(2019年修订) | 2019-08-20 | Chinese | ||
| 41527823 | 董事会审计委员会议事规则(2019年修订) | 2019-08-20 | Chinese | ||
| 41527815 | 第十届董事会第六次会议决议公告 | 2019-08-20 | Chinese | ||
| 41527796 | 关于召开2019年第三次临时股东大会的通知 | 2019-08-20 | Chinese | ||
| 41527786 | 董事会议事规则(2019年修订) | 2019-08-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3onedata Co., Ltd.
Specializes in industrial communication solutions and netwo…
|
688618 | CN | Manufacturing |
|
AboCom
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
ACCTON
Provider of networking and computing infrastructure for hig…
|
2345 | TW | Manufacturing |
|
Ace Technologies Corp.
Designs and manufactures RF solutions for mobile, defense, …
|
088800 | KR | Manufacturing |
|
ADC India Communications Limited
Provides copper and fiber optic connectivity for telecom an…
|
523411 | IN | Manufacturing |
|
Aditya Infotech Limited
Distributes and manufactures electronic security and survei…
|
CPPLUS | IN | Manufacturing |
|
ADTRAN Holdings, Inc.
Global provider of open, disaggregated networking and commu…
|
ADTN | US | Manufacturing |
|
AIPHONE CO.,LTD
Manufacturer of communication and security systems speciali…
|
6718 | JP | Manufacturing |
|
Air Link Communication Limited
Technology company manufacturing, distributing, and retaili…
|
AIRLINK | PK | Manufacturing |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | Manufacturing |
Wingtech 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/56972/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56972 | 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=56972 | 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=56972 \ -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": 56972}, 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 Wingtech Technology Co.,Ltd (id: 56972)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.