
SYNNEX TECHNOLOGY INTERNATIONAL CORPORATION - Investor Relations & Filings
Key figures FY2025
| Total Revenues | TWD 411.15B | per the Annual Report filed 2026-06-12 |
|---|---|---|
| Net Income | TWD 9.10B | per the Annual Report filed 2026-06-12 |
| Total Assets | TWD 217.42B | per the Annual Report filed 2026-06-12 |
| Total Equity | TWD 83.23B | per the Annual Report filed 2026-06-12 |
| Cash from Ops | TWD 11.45B | per the Annual Report filed 2026-06-12 |
As reported by the issuer in the filings linked above. Figures are normalized for comparability; consult the source filing for the authoritative statement.
SYNNEX TECHNOLOGY INTERNATIONAL CORPORATION is a global distributor of information technology, communication, consumer electronics, and semiconductor products. The company provides integrated supply chain services for high-tech sectors, employing a comprehensive business model that integrates sales, logistics, and maintenance. Its extensive product portfolio encompasses computer systems, peripherals, servers, storage solutions, networking equipment, and 3C products. In addition to distribution, the corporation engages in the assembly of computer hardware and offers specialized technical support. Serving a vast network across the Asia Pacific region, the organization facilitates the connection between technology manufacturers and diverse market channels. The company prioritizes operational efficiency and service innovation to streamline the distribution of high-tech components and finished electronic goods.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 本公司受邀參加元大證券舉辦之法人說明會 | 2023-08-08 | Chinese | |
| 112年第2季權益變動表 | 2023-08-07 | Chinese | |
| 112年第2季現金流量表 | 2023-08-07 | Chinese | |
| 112年第2季綜合損益表 | 2023-08-07 | Chinese | |
| 112年第2季資產負債表 | 2023-08-07 | Chinese | |
| 公告本公司董事會通過112年第二季合併財務報告案 | 2023-08-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 33665210 | 本公司受邀參加元大證券舉辦之法人說明會 | 2023-08-08 | Chinese | ||
| 33665223 | 112年第2季權益變動表 | 2023-08-07 | Chinese | ||
| 33665219 | 112年第2季現金流量表 | 2023-08-07 | Chinese | ||
| 33665216 | 112年第2季綜合損益表 | 2023-08-07 | Chinese | ||
| 33665213 | 112年第2季資產負債表 | 2023-08-07 | Chinese | ||
| 33665226 | 公告本公司董事會通過112年第二季合併財務報告案 | 2023-08-07 | Chinese | ||
| 33665228 | 公告本公司任命執行長 | 2023-08-07 | Chinese | ||
| 33665234 | 112年07月內部人持股異動(事後) | 2023-08-07 | Chinese | ||
| 33665231 | 112年07月董事會成員及持股 | 2023-08-07 | Chinese | ||
| 33665248 | 更正本公司112年6月資金貸與他人資訊 | 2023-07-19 | Chinese | ||
| 33665254 | 112年6月背書保證與資金貸與 | 2023-07-10 | Chinese | ||
| 33665251 | 112年6月營業收入 | 2023-07-10 | Chinese | ||
| 33665260 | 112年06月內部人持股異動(事後) | 2023-07-04 | Chinese | ||
| 33665257 | 112年06月董事會成員及持股 | 2023-07-04 | Chinese | ||
| 33665262 | 111年企業ESG資訊揭露 | 2023-06-21 | Chinese | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for SYNNEX TECHNOLOGY INTERNATIONAL CORPORATION, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available - coming soon. |
Market data
Market data not available
Price history
Peer group · Wholesale of computers, computer peripheral equipment and software
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AB S.A.
A leading CEE distributor of IT, consumer electronics, and …
|
ABE | PL | Wholesale and retail trade |
|
Acer Gaming Inc.
Specialized gaming console and PC game distribution arm of …
|
6908 | TW | Wholesale and retail trade |
|
Acetech E-Commerce Limited
Distributes IT hardware and networking equipment via digita…
|
ACETEC | IN | Wholesale and retail trade |
|
ACTION S.A.
A distributor and manufacturer of IT equipment, electronics…
|
ACT | PL | Wholesale and retail trade |
|
Advice IT Infinite Public Company Limited
Retails and wholesales IT products, mobile phones, accessor…
|
ADVICE | TH | Wholesale and retail trade |
|
ARENA BİLGİSAYAR SANAYİ VE TİCARET A.Ş.
A technology distributor of PCs, peripherals, and electroni…
|
ARENA | TR | Wholesale and retail trade |
|
Asbis Enterprises PLC
Distributor and developer of IT, IoT, and robotics products…
|
ASB | CY | Wholesale and retail trade |
|
Beamscope Canada Inc.
Former major distributor of computer hardware, software, an…
|
BSP | CA | Wholesale and retail trade |
|
Changhong Jiahua Holdings Limited
A technology distributor and integrated ICT service provide…
|
3991 | HK | Wholesale and retail trade |
|
Climb Global Solutions, Inc.
A value-added IT distributor connecting emerging tech vendo…
|
CLMB | US | Wholesale and retail trade |
SYNNEX TECHNOLOGY INTERNATIONAL CORPORATION 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/52019/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52019 | 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=52019 | 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=52019 \ -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": 52019}, 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 SYNNEX TECHNOLOGY INTERNATIONAL CORPORATION (id: 52019)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.