
COSMO — Investor Relations & Filings
Cosmo Electronics Corp is a global manufacturer specializing in optoelectronic components and relay technology. Its core product portfolio includes photocouplers, solid-state relays, reed relays, and power control solutions. The company also develops LED lighting, renewable energy equipment, and advanced hardware such as facial recognition systems and switch controllers. With a strong emphasis on research and development, Cosmo provides technical services and manufacturing for international clients. Its operations span multiple divisions, including optoelectronics, LED lighting, and clean steam energy. The company is recognized for its expertise in the assembly and distribution of high-performance electronic parts, serving diverse industrial and commercial markets. Cosmo maintains a focus on technical excellence and comprehensive service to meet the demands of global manufacturing partners.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 115年年報及股東會資料 — 2026_2466_20260626FE2.pdf | 2026-05-22 | English | |
| 115年年報及股東會資料 — 2026_2466_20260626F13.pdf | 2026-05-22 | Chinese | |
| 115年年報及股東會資料 — 2026_2466_20260626F02.pdf | 2026-05-22 | Chinese | |
| 115年年報及股東會資料 — 2026_2466_20260626F01.pdf | 2026-05-22 | Chinese | |
| 代子公司COSMO ELECTRONICS (HK) COMPANY LIMITED為請求清償債務案件聲請 調解事宜公告 | 2026-05-21 | Chinese | |
| 公告董事會通過子公司鉅珩開發建設(股)公司 擬開發臺北市中正區都更合建案相關事宜 | 2026-05-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46794661 | 115年年報及股東會資料 — 2026_2466_20260626FE2.pdf | 2026-05-22 | English | ||
| 46794640 | 115年年報及股東會資料 — 2026_2466_20260626F13.pdf | 2026-05-22 | Chinese | ||
| 46794572 | 115年年報及股東會資料 — 2026_2466_20260626F02.pdf | 2026-05-22 | Chinese | ||
| 46774726 | 115年年報及股東會資料 — 2026_2466_20260626F01.pdf | 2026-05-22 | Chinese | ||
| 46726347 | 代子公司COSMO ELECTRONICS (HK) COMPANY LIMITED為請求清償債務案件聲請 調解事宜公告 | 2026-05-21 | Chinese | ||
| 46367253 | 公告董事會通過子公司鉅珩開發建設(股)公司 擬開發臺北市中正區都更合建案相關事宜 | 2026-05-13 | Chinese | ||
| 46367313 | 公告本公司依公開發⾏公司資⾦貸與及背書保證 處理準則第22條第⼀項第3款申報事項 | 2026-05-13 | Chinese | ||
| 46367215 | 本公司董事會決議召開115年股東常會相關事宜(新增討論事項) | 2026-05-13 | Chinese | ||
| 46367000 | 公告本公司董事會決議辦理私募普通股案 | 2026-05-13 | Chinese | ||
| 46367547 | 公告本公司董事會通過115年度第一季合併財務報告 | 2026-05-13 | Chinese | ||
| 46366967 | 本公司董事會決議設置永續發展委員會 | 2026-05-13 | Chinese | ||
| 41307718 | 公告本公司115年Q1合併財務報告董事會預計召開日期 | 2026-05-05 | Chinese | ||
| 41265938 | 115年04月內部人持股異動(事後) | 2026-05-05 | Chinese | ||
| 41265900 | 115年04月董事會成員及持股 | 2026-05-05 | Chinese | ||
| 40917495 | 114年第4季財務報告書 — 202504_2466_AIC.pdf | 2026-05-04 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Hansol IONES Co., Ltd.
Provider of ultra-precision parts and services for the semi…
|
114810 | KR | Manufacturing |
|
Hansol Technics Co., Ltd
Manufactures electronic components for display, mobile, sol…
|
004710 | KR | Manufacturing |
|
HanWool Semiconductor, Inc.
Develops AI-powered inspection systems for the semiconducto…
|
320000 | KR | Manufacturing |
|
HARVATEK CORPOR
Specializes in R&D and manufacturing of semiconductor chips…
|
6168 | TW | Manufacturing |
|
Hebei Haiwei Electronic New Material Technology Co. Ltd
China's second-largest manufacturer of electronic capacitor…
|
9609 | HK | Manufacturing |
|
HEBEI SINOPACK ELECTRONIC TECHNOLOGY CO., LTD.
Manufactures high-reliability ceramic packaging and hermeti…
|
003031 | CN | Manufacturing |
|
HEFEI CHIPMORE TECHNOLOGY CO., LTD.
Provides advanced IC packaging and testing services for dis…
|
688352 | CN | Manufacturing |
|
HEILONGJIANG TIANYOUWEI ELECTRONICS CO., LTD.
Manufacturer of TFT-LCD modules and touch panels for automo…
|
603202 | CN | Manufacturing |
|
Henan Carve Electronics Technology Co.,Ltd.
Specializes in high-precision PCB design, manufacturing, an…
|
301182 | CN | Manufacturing |
|
Henan Shijia Photons Technology Co., Ltd.
Produces optoelectronic chips and modules for 5G, FTTH, and…
|
688313 | CN | Manufacturing |
COSMO 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/52104/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52104 | 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=52104 | 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=52104 \ -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": 52104}, 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 COSMO (id: 52104)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.