
Beijing Liven Technology Co.,Ltd. — Investor Relations & Filings
Beijing Liven Technology Co., Ltd. specializes in the research, development, design, manufacturing, and sale of small household kitchen appliances. The company is widely recognized for its pioneering role and market leadership in the electric baking pan category, offering a diverse range of products including air fryers, electric pressure cookers, electric kettles, and multi-functional cookers. With a focus on technological innovation and user-centric design, the company integrates advanced heating technologies to provide efficient and healthy cooking solutions. Its product portfolio caters to modern domestic needs, emphasizing convenience, safety, and energy efficiency. Through continuous investment in R&D, the company maintains a strong presence in the consumer electronics market, delivering high-quality appliances designed to simplify meal preparation and enhance the culinary experience for households.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第三届监事会第六次会议决议公告 | 2023-04-12 | Chinese | |
| 安信证券股份有限公司关于北京利仁科技股份有限公司变更部分募集资金用途暨投资设立全资子公司的核查意见 | 2023-04-12 | Chinese | |
| 北京利仁科技股份有限公司关于变更部分募集资金用途暨投资设立全资子公司的公告 | 2023-04-12 | Chinese | |
| 关于召开2023年第一次临时股东大会的通知 | 2023-04-12 | Chinese | |
| 第三届董事会第七次会议决议公告 | 2023-04-12 | Chinese | |
| 安信证券股份有限公司关于北京利仁科技股份有限公司2022年度定期现场检查报告 | 2022-12-29 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
5 filings
| |||||
| 40044759 | 第三届监事会第六次会议决议公告 | 2023-04-12 | Chinese | ||
| 40044748 | 安信证券股份有限公司关于北京利仁科技股份有限公司变更部分募集资金用途暨投资设立全资子公司的核查意见 | 2023-04-12 | Chinese | ||
| 40044733 | 北京利仁科技股份有限公司关于变更部分募集资金用途暨投资设立全资子公司的公告 | 2023-04-12 | Chinese | ||
| 40044718 | 关于召开2023年第一次临时股东大会的通知 | 2023-04-12 | Chinese | ||
| 40044707 | 第三届董事会第七次会议决议公告 | 2023-04-12 | Chinese | ||
|
2022
10 filings
| |||||
| 40044698 | 安信证券股份有限公司关于北京利仁科技股份有限公司2022年度定期现场检查报告 | 2022-12-29 | Chinese | ||
| 40044689 | 安信证券股份有限公司关于北京利仁科技股份有限公司持续督导期2022年度培训情况报告 | 2022-12-29 | Chinese | ||
| 40044682 | 2022年三季度报告 | 2022-10-27 | Chinese | ||
| 40044671 | 关于完成工商变更登记并换发营业执照的公告 | 2022-10-14 | Chinese | ||
| 40044663 | 股票交易异常波动公告 | 2022-09-29 | Chinese | ||
| 40044654 | 以自筹资金预先支付发行费用情况报告的鉴证报告 | 2022-09-26 | Chinese | ||
| 40044484 | 关于使用闲置募集资金进行现金管理的公告 | 2022-09-26 | Chinese | ||
| 40044474 | 独立董事关于第三届董事会第五次会议相关事项的独立意见 | 2022-09-26 | Chinese | ||
| 40044467 | 第三届董事会第五次会议决议公告 | 2022-09-26 | Chinese | ||
| 40044458 | 关于高管辞职及聘任高管的公告 | 2022-09-26 | 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 |
Beijing Liven Technology 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/53991/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53991 | 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=53991 | 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=53991 \ -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": 53991}, 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 Beijing Liven Technology Co.,Ltd. (id: 53991)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.