TES Touch Embedded Solutions (Xiamen) Co., Ltd. — Investor Relations & Filings
TES Touch Embedded Solutions (Xiamen) Co., Ltd. specializes in the design and manufacture of advanced touch display solutions and embedded computing systems. The company provides a comprehensive portfolio of products, including projected capacitive (PCAP) touch monitors, all-in-one touch computers, and specialized displays for industrial, medical, and commercial applications. TES focuses on vertical integration, managing the entire production process from touch sensor fabrication to final system assembly. Their solutions are engineered for high reliability in demanding environments, serving sectors such as retail, hospitality, transportation, and healthcare. The company offers extensive customization services, enabling clients to integrate touch technology into diverse hardware platforms. By combining innovative touch interface technology with robust embedded computing, TES delivers high-performance human-machine interface (HMI) solutions globally.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2025年年度股东会的通知 | 2026-03-17 | Chinese | |
| 2025年年度报告 | 2026-03-17 | Chinese | |
| 宸展光电(厦门)股份有限公司2026年度向特定对象发行A股股票预案 | 2026-03-17 | Chinese | |
| 信会师报字[2026]第ZB10042号TES Technology (Hong Kong) Limited2025年审计报告 | 2026-03-17 | Chinese | |
| 信会师报字[2026]第ZB10034号-宸展光电(厦门)股份有限公司2025年内部控制审计报告 | 2026-03-17 | Chinese | |
| 宸展光电:董事和高级管理人员薪酬管理制度(2026年3月) | 2026-03-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39152886 | 关于召开2025年年度股东会的通知 | 2026-03-17 | Chinese | ||
| 39152872 | 2025年年度报告 | 2026-03-17 | Chinese | ||
| 39152865 | 宸展光电(厦门)股份有限公司2026年度向特定对象发行A股股票预案 | 2026-03-17 | Chinese | ||
| 39152855 | 信会师报字[2026]第ZB10042号TES Technology (Hong Kong) Limited2025年审计报告 | 2026-03-17 | Chinese | ||
| 39152584 | 信会师报字[2026]第ZB10034号-宸展光电(厦门)股份有限公司2025年内部控制审计报告 | 2026-03-17 | Chinese | ||
| 39152556 | 宸展光电:董事和高级管理人员薪酬管理制度(2026年3月) | 2026-03-17 | Chinese | ||
| 39152549 | 关于公司会计政策变更的公告 | 2026-03-17 | Chinese | ||
| 39152545 | 关于增加2026年度开展外汇套期保值业务额度的可行性分析报告 | 2026-03-17 | Chinese | ||
| 39152538 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-17 | Chinese | ||
| 39152533 | 公司审计委员会关于公司2026年度向特定对象发行A股股票相关事项的书面审核意见 | 2026-03-17 | Chinese | ||
| 39152527 | 关于最近五年不存在被证券监管部门和交易所采取监管措施或处罚情况的公告 | 2026-03-17 | Chinese | ||
| 39152524 | 关于2026年度向特定对象发行A股股票预案披露的提示性公告 | 2026-03-17 | Chinese | ||
| 39152517 | 宸展光电(厦门)股份有限公司2026年度向特定对象发行A股股票募集资金使用的可行性分析报告 | 2026-03-17 | Chinese | ||
| 39152507 | 宸展光电(厦门)股份有限公司2026年度向特定对象发行A股股票方案的论证分析报告 | 2026-03-17 | Chinese | ||
| 39152499 | 2025年度独立董事述职报告(郭莉莉) | 2026-03-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2CRSi
Designs and manufactures high-performance, energy-efficient…
|
2CRSI | FR | Manufacturing |
|
AAEON Technology Inc.
Manufacturer of industrial and embedded computing platforms…
|
6579 | TW | Manufacturing |
|
ABKO CO., LTD.
Develops PC components, gaming peripherals, and consumer el…
|
129890 | KR | Manufacturing |
|
Acer Gadget Inc.
Develops computer peripherals, smart mobile devices, and sm…
|
2432 | TW | Manufacturing |
|
Acer Incorporated
Specializes in computer hardware like PCs, laptops, desktop…
|
2353 | TW | Manufacturing |
|
ADLINK Technology Inc.
Global provider of edge computing and IoT solutions for ind…
|
6166 | TW | Manufacturing |
|
Advantech Co., Ltd.
Global leader in industrial computing, IoT systems, and emb…
|
2395 | TW | Manufacturing |
|
AGM GROUP HOLDINGS, INC.
Designs blockchain ASIC chips and sells cryptocurrency mini…
|
AGMH | US | Manufacturing |
|
AMAX Holding Co., Ltd.
Global provider of AI and HPC solutions, high-density serve…
|
6933 | TW | Manufacturing |
|
Anhui Shiny Electronic Technology Company Limited
OEM/ODM manufacturer of electronic components and consumer …
|
300956 | CN | Manufacturing |
TES Touch Embedded Solutions (Xiamen) 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/55004/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55004 | 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=55004 | 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=55004 \ -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": 55004}, 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 TES Touch Embedded Solutions (Xiamen) Co., Ltd. (id: 55004)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.