BEAR ELECTRIC APPLIANCE CO.,LTD. — Investor Relations & Filings
Bear Electric Appliance Co., Ltd. specializes in the research, development, design, manufacturing, and sales of creative small household appliances. Established in 2006, the company focuses on providing innovative and aesthetically pleasing solutions for modern living. Its product portfolio includes a wide range of kitchen appliances such as yogurt makers, egg boilers, electric steamers, and electric lunch boxes, as well as home environment products like humidifiers and kettles. The company emphasizes user-centric design, targeting young consumers with compact, multifunctional, and stylish appliances. By integrating research and development with advanced manufacturing processes, Bear Electric Appliance Co., Ltd. maintains a strong presence in the small appliance market, focusing on enhancing the quality of life through creative technology and functional design.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于注销2024年股票期权激励计划部分股票期权的公告 | 2026-04-08 | Chinese | |
| 2025年度募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-08 | Chinese | |
| 2025年度独立董事述职报告(罗薇) | 2026-04-08 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-08 | Chinese | |
| 2025年12月31日内部控制审计报告 | 2026-04-08 | Chinese | |
| 东莞证券股份有限公司关于小熊电器股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38954011 | 关于注销2024年股票期权激励计划部分股票期权的公告 | 2026-04-08 | Chinese | ||
| 38954009 | 2025年度募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-08 | Chinese | ||
| 38954005 | 2025年度独立董事述职报告(罗薇) | 2026-04-08 | Chinese | ||
| 38954003 | 2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-08 | Chinese | ||
| 38954002 | 2025年12月31日内部控制审计报告 | 2026-04-08 | Chinese | ||
| 38953998 | 东莞证券股份有限公司关于小熊电器股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-08 | Chinese | ||
| 38953996 | 董事会审计委员会对受聘会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-08 | Chinese | ||
| 38953995 | 董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-08 | Chinese | ||
| 38953993 | 公司章程(2026年4月) | 2026-04-08 | Chinese | ||
| 38953992 | 关于广东罗曼智能科技有限公司2025年度业绩承诺实现情况说明审核报告 | 2026-04-08 | Chinese | ||
| 38953991 | 2025年年度报告摘要 | 2026-04-08 | Chinese | ||
| 38953989 | 关于2026年度向银行申请授信额度的公告 | 2026-04-08 | Chinese | ||
| 38953985 | 上海君澜律师事务所关于小熊电器股份有限公司2024年股票期权激励计划注销部分股票期权相关事项之法律意见书 | 2026-04-08 | Chinese | ||
| 38953981 | 关于召开2025年度股东会的通知 | 2026-04-08 | Chinese | ||
| 38953980 | 关于2025年度利润分配预案的公告 | 2026-04-08 | 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 (Cayman) International Co Limited
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 |
|
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 |
|
AUCMA Co., Ltd.
Manufactures refrigeration equipment, cold chain systems, a…
|
600336 | CN | Manufacturing |
BEAR ELECTRIC APPLIANCE 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/54948/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54948 | 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=54948 | 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=54948 \ -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": 54948}, 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 BEAR ELECTRIC APPLIANCE CO.,LTD. (id: 54948)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.