WT Microelectronics Co., Ltd. — Investor Relations & Filings
WT Microelectronics is a global professional service provider specializing in semiconductor component distribution and value-added solutions. The company serves as a strategic intermediary between upstream manufacturers and downstream clients, offering integrated supply chain management, technical support, and financial and information flow services. Its operations encompass a vast portfolio of over 220,000 component types, catering to sectors including automotive electronics, industrial automation, medical technology, telecommunications, and consumer electronics. Following the acquisition of Future Electronics, the company has solidified its position as a top-tier global distributor. It manages high-volume logistics, shipping tens of billions of chips annually to a customer base of over 25,000. The company focuses on providing technical expertise and logistical efficiency to support the evolving requirements of the global electronics ecosystem.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 本公司受邀參加兆豐證券於112年10月5日舉辦之線上法人說明會 | 2023-10-03 | Chinese | |
| 澄清112年9月29日工商時報新聞報導 | 2023-10-02 | Chinese | |
| 公告本公司董事會通過辦理現金增資發行普通股 | 2023-09-28 | Chinese | |
| 係因本公司有價證券於集中交易市場達公布注意交易資訊 標準,故公布相關財務業務等重大訊息,以利投資人區別瞭解 | 2023-09-21 | Chinese | |
| 本公司受邀參加Raymond James & Associates於112年9月20日舉辦之英文法人說明會 | 2023-09-19 | Chinese | |
| 本公司經證交所同意,自112年9月15日起恢復交易 | 2023-09-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 34306918 | 本公司受邀參加兆豐證券於112年10月5日舉辦之線上法人說明會 | 2023-10-03 | Chinese | ||
| 34306921 | 澄清112年9月29日工商時報新聞報導 | 2023-10-02 | Chinese | ||
| 34306922 | 公告本公司董事會通過辦理現金增資發行普通股 | 2023-09-28 | Chinese | ||
| 34306926 | 係因本公司有價證券於集中交易市場達公布注意交易資訊 標準,故公布相關財務業務等重大訊息,以利投資人區別瞭解 | 2023-09-21 | Chinese | ||
| 34306928 | 本公司受邀參加Raymond James & Associates於112年9月20日舉辦之英文法人說明會 | 2023-09-19 | Chinese | ||
| 34306931 | 本公司經證交所同意,自112年9月15日起恢復交易 | 2023-09-14 | Chinese | ||
| 34306933 | 本公司收購加拿大商Future Electronics Inc.全部股份案 之重大訊息說明記者會新聞稿 | 2023-09-14 | Chinese | ||
| 34306935 | 本公司擬以現金取得加拿大商Future Electronics Inc.全部股份 | 2023-09-14 | Chinese | ||
| 34306937 | 本公司受邀參加花旗證券於112年9月14日舉辦之英文線上法人說明會 | 2023-09-13 | Chinese | ||
| 34306939 | 本公司於112年9月14日召開線上法人說明會 | 2023-09-13 | Chinese | ||
| 34306941 | 本公司因有重大訊息待公布,經證交所同意自112年9月14日 起暫停交易 | 2023-09-13 | Chinese | ||
| 34306948 | 112年8月背書保證與資金貸與 | 2023-09-08 | Chinese | ||
| 34306946 | 112年8月營業收入 | 2023-09-08 | Chinese | ||
| 34306950 | 本公司112年8月份自結合併營收約新台幣504億元 | 2023-09-08 | Chinese | ||
| 34306960 | 112年08月內部人持股異動(事後) | 2023-09-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of electronic and telecommunications equipment and parts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alcadon Group AB
Developer and distributor of products for network infrastru…
|
ALCA | SE | Wholesale and retail trade |
|
ALLIED TECNOLOGIA S.A.
Multichannel distributor and retailer of consumer electroni…
|
— | BR | Wholesale and retail trade |
|
Alltek Technology Corporation
Communication component distributor and solution provider f…
|
3209 | TW | Wholesale and retail trade |
|
AMBERTECH LIMITED
Distributor of professional audio, video, and broadcast equ…
|
AMO | AU | Wholesale and retail trade |
|
Apex Ace Holding Limited
Distribution and supply of electronic components, digital s…
|
6036 | HK | Wholesale and retail trade |
|
ARROW ELECTRONICS, INC.
Global provider of electronic components and enterprise com…
|
ARW | US | Wholesale and retail trade |
|
ATRenew Inc.
A technology-driven platform for pre-owned consumer electro…
|
RERE | US | Wholesale and retail trade |
|
AV Concept Holdings Limited
Distributes electronic components, specializing in semicond…
|
595 | HK | Wholesale and retail trade |
|
Avemio AG
B2B supplier of professional hardware and software for the …
|
AV2 | DE | Wholesale and retail trade |
|
Avenir Telecom
Designs, manufactures, and distributes Energizer® branded m…
|
AVT | FR | Wholesale and retail trade |
WT Microelectronics 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/52269/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52269 | 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=52269 | 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=52269 \ -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": 52269}, 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 WT Microelectronics Co., Ltd. (id: 52269)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.