
Elec-Tech International Co., Ltd. — Investor Relations & Filings
Elec-Tech International Co., Ltd. focuses on the design, manufacture, and distribution of small household appliances and light-emitting diode (LED) products. The company’s appliance division produces a wide range of kitchen electronics, including coffee makers, toasters, and food processors, primarily operating through original equipment manufacturer (OEM) and original design manufacturer (ODM) models. Its LED division features a vertically integrated production model that covers the manufacturing of epitaxial wafers, LED chips, and packaging, as well as the assembly of finished lighting products for commercial and residential use. The organization emphasizes research and development to enhance energy efficiency and product performance across its global supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事对公司第七届董事会第七次会议相关事项的事前认可 | 2022-10-26 | Chinese | |
| 监事会决议公告 | 2022-10-26 | Chinese | |
| 独立董事对公司第七届董事会第七次会议相关事项的独立意见 | 2022-10-26 | Chinese | |
| 关于回购公司股份方案的公告 | 2022-10-26 | Chinese | |
| 关于续聘会计师事务所的公告 | 2022-10-26 | Chinese | |
| 董事会决议公告 | 2022-10-26 | Chinese |
Browse filings by year
23 years- 2026 31 filings
- 2025 143 filings
- 2024 127 filings
- 2023 82 filings
- 2022 78 filings
- 2021 177 filings
- 2020 98 filings
- 2019 247 filings
- 2018 207 filings
- 2017 128 filings
- 2016 137 filings
- 2015 150 filings
- 2014 150 filings
- 2013 97 filings
- 2012 110 filings
- 2011 108 filings
- 2010 131 filings
- 2009 142 filings
- 2008 67 filings
- 2007 70 filings
- 2006 65 filings
- 2005 66 filings
- 2004 30 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 44339469 | 独立董事对公司第七届董事会第七次会议相关事项的事前认可 | 2022-10-26 | Chinese | ||
| 44339457 | 监事会决议公告 | 2022-10-26 | Chinese | ||
| 44339446 | 独立董事对公司第七届董事会第七次会议相关事项的独立意见 | 2022-10-26 | Chinese | ||
| 44339428 | 关于回购公司股份方案的公告 | 2022-10-26 | Chinese | ||
| 44339411 | 关于续聘会计师事务所的公告 | 2022-10-26 | Chinese | ||
| 44339396 | 董事会决议公告 | 2022-10-26 | Chinese | ||
| 44339386 | 关于召开2022年第一次临时股东大会的通知 | 2022-10-26 | Chinese | ||
| 44339379 | 关于董事长提议回购公司股份的公告 | 2022-10-26 | Chinese | ||
| 44339370 | 关于仲裁事项的进展公告 | 2022-09-30 | Chinese | ||
| 44339355 | 半年报监事会决议公告 | 2022-08-24 | Chinese | ||
| 44339342 | 2022年半年度报告 | 2022-08-24 | Chinese | ||
| 44339227 | 2022年半年度报告摘要 | 2022-08-24 | Chinese | ||
| 44339217 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2022-08-24 | Chinese | ||
| 44339203 | 2022年半年度财务报告 | 2022-08-24 | Chinese | ||
| 44339135 | 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2022-08-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of domestic appliances
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AI Health Technology Limited
R&D, manufacturing, and trading of kitchen appliances and c…
|
1715 | HK | Manufacturing |
|
AIRMATE
Specializes in air-related household appliances and indoor …
|
1626 | TW | Manufacturing |
|
Alfa plam a.d.
Leading Southeastern European manufacturer of household hea…
|
ALFA | RS | Manufacturing |
|
Allan International Holdings Limited
Designs, manufactures, and sells household electrical appli…
|
684 | HK | Manufacturing |
|
Alliance Laundry Holdings Inc.
Global leader in laundry solutions, designing and manufactu…
|
ALH | US | Manufacturing |
|
Al-Omran Industrial Trading Co.
Manufactures and distributes household appliances, electron…
|
4141 | SA | Manufacturing |
|
Amica S.A.
A European manufacturer of a wide range of large household …
|
AMC | PL | Manufacturing |
|
Anhui Orivie Technology Co.,Ltd
Develops and manufactures intelligent cleaning and personal…
|
300692 | CN | Manufacturing |
|
ARÇELİK A.Ş.
Multinational manufacturer of household appliances and cons…
|
ARCLK | TR | Manufacturing |
|
ARZUM ELEKTRİKLİ EV ALETLERİ SANAYİ VE TİCARET A.Ş.
Manufacturer and distributor of small electrical home appli…
|
ARZUM | TR | Manufacturing |
Elec-Tech International 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/54071/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54071 | 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=54071 | 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=54071 \ -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": 54071}, 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 Elec-Tech International Co., Ltd. (id: 54071)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.