
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 |
|---|---|---|---|
|
FocalTech
Provider of HMI solutions, specializing in touch and displa…
|
3545 | TW | Manufacturing |
|
FOREHOPE ELECTRONIC (NINGBO) CO., LTD.
Provides integrated circuit packaging and testing services …
|
688362 | CN | Manufacturing |
|
FORTEC Elektronik AG
Supplier of components and systems for display, embedded, a…
|
FEV | DE | Manufacturing |
|
Fortior Technology (Shenzhen) Co., Ltd.
Fabless IC design company specializing in BLDC motor contro…
|
1304 | HK | Manufacturing |
|
FORTIOR TECHNOLOGY(SHENZHEN)CO., LTD.
Designs motor control ICs and algorithms for BLDC and PMSM …
|
688279 | CN | Manufacturing |
|
FOSHAN BLUE ROCKET ELECTRONICS CO.,LTD.
Develops and manufactures semiconductor discrete devices, I…
|
301348 | CN | Manufacturing |
|
Foshan NationStar Optoelectronics Co., Ltd
Develops LED components, Mini/Micro LED tech, and optoelect…
|
002449 | CN | Manufacturing |
|
FOTRONICS CORPORATION BERHAD
Information is not readily available from the provided sour…
|
— | MY | Manufacturing |
|
Founder Technology Group Co., Ltd.
Develops IT hardware and PCBs, providing system integration…
|
600601 | CN | Manufacturing |
|
FOUNDPAC GROUP BERHAD
Designs, manufactures, and sells precision engineering part…
|
— | MY | 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.