
LUOLAI LIFESTYLE TECHNOLOGY CO.,LTD. — Investor Relations & Filings
LUOLAI LIFESTYLE TECHNOLOGY CO.,LTD. is a specialized enterprise focused on the research, development, design, manufacturing, and distribution of home textile products and lifestyle solutions. The company’s portfolio includes a diverse range of bedding sets, quilts, pillows, towels, and interior soft furnishings. It operates through a multi-brand strategy, featuring its flagship Luolai brand alongside others like LOVO, catering to various consumer segments from premium to contemporary markets. The firm integrates advanced fabric technology with modern design principles to provide comprehensive home environment solutions. Its operational infrastructure supports an extensive retail network comprising franchised boutiques, direct-sales outlets, and digital commerce channels. By emphasizing product innovation and quality standards, the company aims to enhance domestic living environments and sleep health through a holistic approach to home textiles.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2024年限制性股票与股票期权激励计划首次授予限制性股票第一个解除限售期解除限售股份上市流通的提示性公告 | 2026-05-22 | Chinese | |
| 减资暨通知债权人公告 | 2026-05-13 | Chinese | |
| 关于董事会换届选举完成、聘任高级管理人员及证券事务代表的公告 | 2026-05-13 | Chinese | |
| 上海君澜律师事务所关于罗莱生活科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-13 | Chinese | |
| 关于选举职工代表董事的公告 | 2026-05-13 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-05-13 | Chinese |
Browse filings by year
18 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46868203 | 关于2024年限制性股票与股票期权激励计划首次授予限制性股票第一个解除限售期解除限售股份上市流通的提示性公告 | 2026-05-22 | Chinese | ||
| 45773979 | 减资暨通知债权人公告 | 2026-05-13 | Chinese | ||
| 45773978 | 关于董事会换届选举完成、聘任高级管理人员及证券事务代表的公告 | 2026-05-13 | Chinese | ||
| 45773977 | 上海君澜律师事务所关于罗莱生活科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-13 | Chinese | ||
| 45773957 | 关于选举职工代表董事的公告 | 2026-05-13 | Chinese | ||
| 45773490 | 董事、高级管理人员薪酬管理制度 | 2026-05-13 | Chinese | ||
| 35296907 | 关于注销部分股票期权的公告 | 2026-04-22 | Chinese | ||
| 35296893 | 薪酬与考核委员会2026年第一次会议决议 | 2026-04-22 | Chinese | ||
| 35296885 | 独立董事提名人声明与承诺(洪伟力) | 2026-04-22 | Chinese | ||
| 35296866 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-22 | Chinese | ||
| 35296855 | 董事会对独立董事独立性评估的专项意见 | 2026-04-22 | Chinese | ||
| 35296849 | 关于2026年度预计日常关联交易的公告 | 2026-04-22 | Chinese | ||
| 35296840 | 关于2025年度利润分配预案及2026年中期分红计划的公告 | 2026-04-22 | Chinese | ||
| 35296833 | 独立董事候选人声明与承诺(洪伟力) | 2026-04-22 | Chinese | ||
| 35296821 | 独立董事述职报告-唐善永 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of made-up textile articles, except apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Al-Abid Silk Mills Limited
Manufactures and processes a variety of fabrics and home te…
|
AASM | PK | Manufacturing |
|
Alps Industries Ltd.
Manufacturer of yarns, home furnishings, and fashion access…
|
ALPSINDUS | IN | Manufacturing |
|
Amtex Limited
Vertically integrated textile manufacturing group specializ…
|
AMTEX | PK | Manufacturing |
|
Anhui Guqi Down & Feather Textile Incorporated
Processes down and feather materials for home textiles, app…
|
001390 | CN | Manufacturing |
|
Ashnoor Textiles Mills Ltd.
Manufacturer and exporter of terry towels and home textiles…
|
507872 | IN | Manufacturing |
|
Asim Textile Mills Limited
Manufactures and exports yarn and home textile products, in…
|
ASTM | PK | Manufacturing |
|
Bella Casa Fashion & Retail Limited
Designs and manufactures home textiles and women's wear for…
|
BELLACASA | IN | Manufacturing |
|
BİRLİK MENSUCAT TİCARET VE SANAYİ İŞLETMESİ A.Ş.
Manufacturer and exporter of cotton yarn, fabrics, home tex…
|
BRMEN | TR | Manufacturing |
|
Bombay Dyeing & Mfg. Co. Ltd.
Operates in real estate, polyester staple fibre, and home t…
|
BOMDYEING | IN | Manufacturing |
|
Bulkcorp International Limited
Designs and manufactures FIBC and industrial packaging for …
|
BULKCORP | IN | Manufacturing |
LUOLAI LIFESTYLE 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/54342/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54342 | 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=54342 | 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=54342 \ -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": 54342}, 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 LUOLAI LIFESTYLE TECHNOLOGY CO.,LTD. (id: 54342)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.