Liuzhou Liangmianzhen Co.,Ltd. — Investor Relations & Filings
About Liuzhou Liangmianzhen Co.,Ltd.
Liuzhou Liangmianzhen Co., Ltd. specializes in the research, development, and manufacture of oral care and personal hygiene products. The company is widely recognized for its flagship brand, Liangmianzhen, which pioneered the integration of traditional Chinese medicinal herbs into toothpaste formulations to promote gingival health. Its core product portfolio includes herbal toothpastes, toothbrushes, and mouthwashes. Beyond consumer retail, the company is a significant provider of hotel amenities, supplying disposable toiletries such as soaps, shampoos, and dental kits to the hospitality industry. Additionally, the firm produces paper products and household cleaning supplies. By leveraging its expertise in herbal extraction and chemical engineering, Liuzhou Liangmianzhen maintains a focus on natural health solutions for daily personal care.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 两面针关于控股股东筹划控制权变更事项的进展暨复牌公告 | 2026-03-31 | Chinese | |
| 两面针关于控股股东签署《股份转让协议》暨控制权拟发生变更的提示性公告 | 2026-03-31 | Chinese | |
| 柳州两面针股份有限公司简式权益变动报告书(柳州产投) | 2026-03-31 | Chinese | |
| 国海证券股份有限公司关于柳州两面针股份有限公司详式权益变动报告书之财务顾问核查意见 | 2026-03-31 | Chinese | |
| 两面针关于土地收储的进展公告 | 2026-03-30 | Chinese | |
| 两面针关于筹划控制权变更的停牌公告 | 2026-03-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40611103 | 两面针关于控股股东筹划控制权变更事项的进展暨复牌公告 | 2026-03-31 | Chinese | ||
| 40611101 | 两面针关于控股股东签署《股份转让协议》暨控制权拟发生变更的提示性公告 | 2026-03-31 | Chinese | ||
| 40611098 | 柳州两面针股份有限公司简式权益变动报告书(柳州产投) | 2026-03-31 | Chinese | ||
| 40611094 | 国海证券股份有限公司关于柳州两面针股份有限公司详式权益变动报告书之财务顾问核查意见 | 2026-03-31 | Chinese | ||
| 40611092 | 两面针关于土地收储的进展公告 | 2026-03-30 | Chinese | ||
| 40611084 | 两面针关于筹划控制权变更的停牌公告 | 2026-03-27 | Chinese | ||
| 40611078 | 两面针2025年度独立董事述职报告(张重义) | 2026-03-26 | Chinese | ||
| 40611076 | 两面针2025年度董事会审计委员会履职报告 | 2026-03-26 | Chinese | ||
| 40611065 | 中喜特审2026T00019号--两面针2025年度内控报告 | 2026-03-26 | Chinese | ||
| 40611013 | 两面针第九届董事会第二次会议决议公告 | 2026-03-26 | Chinese | ||
| 40611005 | 两面针审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-03-26 | Chinese | ||
| 40610992 | 两面针2025年第四季度主要经营数据公告 | 2026-03-26 | Chinese | ||
| 40610981 | 两面针2025年度社会责任报告 | 2026-03-26 | Chinese | ||
| 40610914 | 两面针2025年年度报告 | 2026-03-26 | Chinese | ||
| 40610911 | 两面针关于为控股子公司提供担保的公告 | 2026-03-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of soap and detergents, cleaning and polishing preparations, perfumes and toilet preparations
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
48North Cannabis Corp.
Licensed producer of high-quality cannabis flower, vapes, t…
|
NRTH | CA | Manufacturing |
|
4Mass S.A.
Producer of nail and makeup cosmetics for private label and…
|
4MS | PL | Manufacturing |
|
ABLE C&C
Develops, manufactures, and distributes a wide range of bea…
|
078520 | KR | Manufacturing |
|
ADJUVANT HOLDINGS CO.,LTD.
Develops, manufactures, and sells cosmetic products to prof…
|
4929 | JP | Manufacturing |
|
Aekyung Industrial Co., Ltd.
A manufacturer of consumer goods for the beauty care and ho…
|
018250 | KR | Manufacturing |
|
ALMADO,INC.
Develops and sells cosmetics and health supplements using e…
|
4932 | JP | Manufacturing |
|
Al Majed Oud Co.
A fragrance house specializing in Oud, incense, and orienta…
|
4165 | SA | Manufacturing |
|
Amirose London Holdings PLC
A full-service contract manufacturer for the personal care,…
|
AMIL | GB | Manufacturing |
|
AMOREPACIFIC CORP.
Develops, manufactures, and distributes cosmetics, skincare…
|
090430 | KR | Manufacturing |
|
AMOREPACIFIC Holdings Corp.
Global beauty company that develops and distributes cosmeti…
|
002790 | KR | Manufacturing |
Liuzhou Liangmianzhen 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/56596/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56596 | 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=56596 | 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=56596 \ -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": 56596}, 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 Liuzhou Liangmianzhen Co.,Ltd. (id: 56596)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.