
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 |
|---|---|---|---|
| 关于小熊转债恢复转股的公告 | 2026-05-25 | Chinese | |
| 东莞证券股份有限公司关于小熊电器股份有限公司可转换公司债券调整转股价格的临时受托管理事务报告 | 2026-05-22 | Chinese | |
| 关于权益分派实施后调整回购股份价格上限的公告 | 2026-05-20 | Chinese | |
| 2025年年度权益分派实施公告 | 2026-05-20 | Chinese | |
| 关于小熊转债调整转股价格的公告 | 2026-05-20 | Chinese | |
| 东莞证券股份有限公司关于小熊电器股份有限公司向下修正可转换公司债券转股价格的临时受托管理事务报告 | 2026-05-13 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47040995 | 关于小熊转债恢复转股的公告 | 2026-05-25 | Chinese | ||
| 46867478 | 东莞证券股份有限公司关于小熊电器股份有限公司可转换公司债券调整转股价格的临时受托管理事务报告 | 2026-05-22 | Chinese | ||
| 46703013 | 关于权益分派实施后调整回购股份价格上限的公告 | 2026-05-20 | Chinese | ||
| 46702924 | 2025年年度权益分派实施公告 | 2026-05-20 | Chinese | ||
| 46701077 | 关于小熊转债调整转股价格的公告 | 2026-05-20 | Chinese | ||
| 45774457 | 东莞证券股份有限公司关于小熊电器股份有限公司向下修正可转换公司债券转股价格的临时受托管理事务报告 | 2026-05-13 | Chinese | ||
| 45017992 | 2026年第三次临时股东会决议公告 | 2026-05-11 | Chinese | ||
| 45017779 | 北京国枫律师事务所关于小熊电器股份有限公司2026年第三次临时股东会的法律意见书 | 2026-05-11 | Chinese | ||
| 45017179 | 第三届董事会第二十七次会议决议公告 | 2026-05-11 | Chinese | ||
| 45016436 | 关于向下修正小熊转债转股价格的公告 | 2026-05-11 | Chinese | ||
| 44277978 | 关于股份回购进展情况的公告 | 2026-05-06 | Chinese | ||
| 38954011 | 关于注销2024年股票期权激励计划部分股票期权的公告 | 2026-04-08 | Chinese | ||
| 38954009 | 2025年度募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-08 | Chinese | ||
| 38954005 | 2025年度独立董事述职报告(罗薇) | 2026-04-08 | Chinese | ||
| 38954003 | 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
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 |
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.