%20Co.%2C%20Ltd./other/TES_Touch_Embedded_Solutions_Xiame_mFfWcSS.png)
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 |
|---|---|---|---|
| 关于2024年限制性股票激励计划首次授予限制性股票(回购股份)登记完成的公告 | 2024-07-23 | Chinese | |
| 关于完成工商变更登记的公告 | 2024-07-22 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-07-22 | Chinese | |
| 关于2024年限制性股票激励计划首次授予限制性股票(新增股份)登记完成的公告 | 2024-07-18 | Chinese | |
| 关于向控股子公司增资暨完成工商变更登记的公告 | 2024-07-17 | Chinese | |
| 关于控股子公司开立募集资金专户并签订四方监管协议的公告 | 2024-07-17 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39148351 | 关于2024年限制性股票激励计划首次授予限制性股票(回购股份)登记完成的公告 | 2024-07-23 | Chinese | ||
| 39148329 | 关于完成工商变更登记的公告 | 2024-07-22 | Chinese | ||
| 39148320 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-07-22 | Chinese | ||
| 39148309 | 关于2024年限制性股票激励计划首次授予限制性股票(新增股份)登记完成的公告 | 2024-07-18 | Chinese | ||
| 39148296 | 关于向控股子公司增资暨完成工商变更登记的公告 | 2024-07-17 | Chinese | ||
| 39148286 | 关于控股子公司开立募集资金专户并签订四方监管协议的公告 | 2024-07-17 | Chinese | ||
| 39148276 | 第三届董事会第三次会议决议的公告 | 2024-07-15 | Chinese | ||
| 39148270 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-07-11 | Chinese | ||
| 39148258 | 2024年半年度业绩预告 | 2024-07-08 | Chinese | ||
| 39148250 | 北京市天元律师事务所关于宸展光电(厦门)股份有限公司2024年第二次临时股东大会的法律意见 | 2024-07-05 | Chinese | ||
| 39148236 | 2024年第二次临时股东大会决议的公告 | 2024-07-05 | Chinese | ||
| 39148226 | 关于预计2024年度为控股子公司鸿通科技提供担保额度的进展公告 | 2024-06-25 | Chinese | ||
| 39148211 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-06-25 | Chinese | ||
| 39148203 | 关于完成法定代表人工商变更登记并换发营业执照的公告 | 2024-06-18 | Chinese | ||
| 39148191 | 深圳价值在线咨询顾问有限公司关于宸展光电(厦门)股份有限公司2024年限制性股票激励计划调整及首次授予事项之独立财务顾问报告 | 2024-06-13 | 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
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
Specializes in computer hardware like PCs, laptops, desktop…
|
2353 | TW | Manufacturing |
|
ADLINK
Global provider of edge computing and IoT solutions for ind…
|
6166 | TW | Manufacturing |
|
Advantech
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 |
|
AGT
Develops computer peripherals, smart mobile devices, and sm…
|
2432 | TW | Manufacturing |
|
AIC
Designs professional display devices and visual solutions f…
|
9912 | TW | Manufacturing |
|
AMAX
Global provider of AI and HPC solutions, high-density serve…
|
6933 | TW | 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.