
LOTES — Investor Relations & Filings
LOTES CO., LTD. is a global designer and manufacturer of precision electronic interconnect components and hardware. The company specializes in high-end connectors and is recognized as one of the world's leading manufacturers of CPU sockets. Its product portfolio serves diverse sectors, including personal computing, servers, data centers, automotive, medical, and industrial equipment. LOTES maintains a fully integrated in-house production cycle encompassing design, tooling, molding, stamping, electro-plating, and automated assembly. This vertical integration, supported by an extensive portfolio of over 3,000 patents, allows the company to provide customized solutions and high-performance components for advanced electronic systems. Focused on research and development, LOTES delivers critical connectivity solutions for AI-driven cloud computing and modern electronic infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年第4季財務報告書 — 202504_3533_AIC.pdf | 2026-05-21 | English | |
| 114年第4季財務報告書 — 202504_3533_AIA.pdf | 2026-05-21 | English | |
| 114年年報及股東會資料 — 2025_3533_20260612FE4.pdf | 2026-05-20 | English | |
| 115年05月法人說明會簡報 — 353320260514E003.pdf | 2026-05-14 | English | |
| 115年05月法人說明會簡報 — 353320260514M003.pdf | 2026-05-14 | English | |
| 115年05月法人說明會簡報 — 353320260514E002.pdf | 2026-05-14 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46704057 | 114年第4季財務報告書 — 202504_3533_AIC.pdf | 2026-05-21 | English | ||
| 46704007 | 114年第4季財務報告書 — 202504_3533_AIA.pdf | 2026-05-21 | English | ||
| 46605597 | 114年年報及股東會資料 — 2025_3533_20260612FE4.pdf | 2026-05-20 | English | ||
| 46373915 | 115年05月法人說明會簡報 — 353320260514E003.pdf | 2026-05-14 | English | ||
| 46373914 | 115年05月法人說明會簡報 — 353320260514M003.pdf | 2026-05-14 | English | ||
| 46373913 | 115年05月法人說明會簡報 — 353320260514E002.pdf | 2026-05-14 | English | ||
| 46373912 | 115年05月法人說明會簡報 — 353320260514M002.pdf | 2026-05-14 | English | ||
| 46373911 | 115年05月法人說明會簡報 | 2026-05-14 | Chinese | ||
| 46374450 | 更正本公司115年3月關係人交易申報之部分資訊 | 2026-05-14 | Chinese | ||
| 46367233 | 代子公司LOTES VIET NAM COMPANY LIMITED 公告取得土地使用權資產 | 2026-05-13 | Chinese | ||
| 46367291 | 公告本公司新增背書保證金額達到第二十五條第一項第四款之標準 | 2026-05-13 | Chinese | ||
| 46367234 | 代子公司番禺得意精密電子工業有限公司公告取得廠房使用權資產 | 2026-05-13 | Chinese | ||
| 46367302 | 本公司依公開發行公司資金貸與及背書保證處理準則 第二十二條第一項第三款公告 | 2026-05-13 | Chinese | ||
| 46367330 | 公告本公司董事會通過115年第一季合併財務報告 | 2026-05-13 | Chinese | ||
| 46366962 | 公告本公司董事會決議將「薪資報酬委員會」 更名為「薪資報酬暨提名委員會」 | 2026-05-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
HSB
Manufactures customized multilayer PCBs for computing, netw…
|
5469 | TW | Manufacturing |
|
Hua Hong Semiconductor Limited
Global pure-play semiconductor foundry specializing in spec…
|
1347 | HK | Manufacturing |
|
HUA HONG SEMICONDUCTOR LIMITED
Global pure-play foundry specializing in 200mm and 300mm wa…
|
688347 | CN | Manufacturing |
|
HUA YING TECHNOLOGY (GROUP) CO.,LTD.
Produces TFT-LCD panels and display modules for mobile and …
|
000536 | CN | Manufacturing |
|
Hubei DOTI Micro Technology Co.,Ltd.
Provides semiconductor assembly, testing, and high-precisio…
|
301183 | CN | Manufacturing |
|
Huber+Suhner AG
Develops components for electrical and optical connectivity…
|
HUBN | CH | Manufacturing |
|
Huizhou China Eagle Electronic Technology Inc.
Develops and manufactures high-precision PCBs, HDI boards, …
|
002579 | CN | Manufacturing |
|
Hunan Aihua Group Co.,Ltd.
Manufacturer of aluminum electrolytic, polymer solid, and f…
|
603989 | CN | Manufacturing |
|
Hunan Goke Microelectronics Co., Ltd.
Designs high-performance ICs for video processing, SSD stor…
|
300672 | CN | Manufacturing |
|
Hunan Lead Power Technology Group Co., Ltd.
Develops and manufactures power electronics and energy conv…
|
300530 | CN | Manufacturing |
LOTES 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/52339/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52339 | 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=52339 | 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=52339 \ -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": 52339}, 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 LOTES (id: 52339)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.