
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 |
|---|---|---|---|
| 关于会计师事务所2024年度履职情况的评估暨审计委员会对会计师事务所履行监督职责情况的报告 | 2025-04-28 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2025-04-28 | Chinese | |
| 2024年年度报告摘要 | 2025-04-28 | Chinese | |
| 2024年度监事会工作报告 | 2025-04-28 | Chinese | |
| 2024年营业收入扣除情况表的鉴证报告 | 2025-04-28 | Chinese | |
| 独立董事述职报告(韩勇) | 2025-04-28 | 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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44347369 | 关于会计师事务所2024年度履职情况的评估暨审计委员会对会计师事务所履行监督职责情况的报告 | 2025-04-28 | Chinese | ||
| 44347346 | 年度关联方资金占用专项审计报告 | 2025-04-28 | Chinese | ||
| 44347160 | 2024年年度报告摘要 | 2025-04-28 | Chinese | ||
| 44347143 | 2024年度监事会工作报告 | 2025-04-28 | Chinese | ||
| 44347125 | 2024年营业收入扣除情况表的鉴证报告 | 2025-04-28 | Chinese | ||
| 44346822 | 独立董事述职报告(韩勇) | 2025-04-28 | Chinese | ||
| 44346799 | 会计师事务所对非标意见涉及事项专项说明 | 2025-04-28 | Chinese | ||
| 44346707 | 2024年度董事会工作报告 | 2025-04-28 | Chinese | ||
| 44346686 | 关于公司股票继续实施其他风险警示的公告 | 2025-04-28 | Chinese | ||
| 44346679 | 独立董事年度述职报告 | 2025-04-28 | Chinese | ||
| 44346664 | 独立董事述职报告(王刚) | 2025-04-28 | Chinese | ||
| 44346647 | 2024年年度审计报告 | 2025-04-28 | Chinese | ||
| 44346207 | 独立董事述职报告(吴巍平) | 2025-04-28 | Chinese | ||
| 44346196 | 关联交易管理制度(2025年4月) | 2025-04-28 | Chinese | ||
| 44346182 | 董事会决议公告 | 2025-04-28 | 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.