Chongqing Baiya Sanitary Products Co., Ltd. — Investor Relations & Filings
Chongqing Baiya Sanitary Products Co., Ltd. focuses on the research, development, production, and sale of disposable hygiene products. The company’s core offerings encompass sanitary napkins, baby diapers, adult incontinence products, and various types of wet wipes. It manages a diverse brand portfolio, including Freemore for feminine care, Baby's Smile for infant care, and Danis for adult care. The organization utilizes automated production lines and maintains quality management systems to ensure product safety and performance. Its business model covers the entire value chain from product design and raw material sourcing to manufacturing and multi-channel distribution. The company targets a broad consumer base by providing absorbent hygiene solutions characterized by high absorption capacity, breathability, and skin-friendly materials.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于完成工商变更登记并换发营业执照的公告 | 2025-10-12 | Chinese | |
| 关于公司股东减持股份预披露公告 | 2025-09-25 | Chinese | |
| 关于参加“重庆辖区上市公司2025年投资者网上集体接待日暨半年度业绩说明会活动“的公告 | 2025-09-22 | Chinese | |
| 北京市通商(深圳)律师事务所关于重庆百亚卫生用品股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-09-05 | Chinese | |
| 关于非独立董事辞职暨选举职工代表董事的公告 | 2025-09-05 | Chinese | |
| 2025年第一次临时股东大会决议公告 | 2025-09-05 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38404423 | 关于完成工商变更登记并换发营业执照的公告 | 2025-10-12 | Chinese | ||
| 38404419 | 关于公司股东减持股份预披露公告 | 2025-09-25 | Chinese | ||
| 38404416 | 关于参加“重庆辖区上市公司2025年投资者网上集体接待日暨半年度业绩说明会活动“的公告 | 2025-09-22 | Chinese | ||
| 38404404 | 北京市通商(深圳)律师事务所关于重庆百亚卫生用品股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-09-05 | Chinese | ||
| 38404379 | 关于非独立董事辞职暨选举职工代表董事的公告 | 2025-09-05 | Chinese | ||
| 38404351 | 2025年第一次临时股东大会决议公告 | 2025-09-05 | Chinese | ||
| 38404335 | 《重庆百亚卫生用品股份有限公司关联交易管理制度》 | 2025-08-15 | Chinese | ||
| 38404327 | 《重庆百亚卫生用品股份有限公司董事会提名委员会实施细则》 | 2025-08-15 | Chinese | ||
| 38404305 | 《重庆百亚卫生用品股份有限公司董事会战略委员会实施细则》 | 2025-08-15 | Chinese | ||
| 38404291 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-15 | Chinese | ||
| 38404277 | 2025年半年度报告摘要 | 2025-08-15 | Chinese | ||
| 38404264 | 《重庆百亚卫生用品股份有限公司股东会议事规则》 | 2025-08-15 | Chinese | ||
| 38404248 | 《重庆百亚卫生用品股份有限公司独立董事工作制度》 | 2025-08-15 | Chinese | ||
| 38404225 | 《重庆百亚卫生用品股份有限公司募集资金管理制度》 | 2025-08-15 | Chinese | ||
| 38404203 | 《重庆百亚卫生用品股份有限公司投资者关系管理制度》 | 2025-08-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other articles of paper and paperboard
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aaradhya Disposal Industries Limited
Produces and distributes disposable food packaging and biod…
|
AARADHYA | IN | Manufacturing |
|
Albaad Massuot Yitzhak Ltd.
Global manufacturer of private-label wet wipes and feminine…
|
ALBA | IL | Manufacturing |
|
A.S. Creation Tapeten AG
A leading European manufacturer of wallcoverings and furnis…
|
ACWN | DE | Manufacturing |
|
AWA PAPER & TECHNOLOGICAL COMPANY, Inc.
Manufacturer of high-performance functional papers and non-…
|
3896 | JP | Manufacturing |
|
Big Tree Cloud Holdings Ltd
Holding company developing personal care products and inves…
|
DSY | US | Manufacturing |
|
Bong
Provider of specialty packaging and envelope products in Eu…
|
BONG | SE | Manufacturing |
|
Brdr. Hartmann
Global manufacturer of moulded fibre packaging and producti…
|
HART | DK | Manufacturing |
|
Champion Alliance International Holdings Limited
Engaged in specialized packaging paper, consumer hygiene pr…
|
1629 | HK | Manufacturing |
|
Clearwater Paper Corp
Manufacturer and supplier of pulp, paperboard, and private …
|
CLW | US | Manufacturing |
|
Cre8 Direct (Ningbo) Co., Ltd.
Designs and manufactures stationery, paper products, and cr…
|
300703 | CN | Manufacturing |
Chongqing Baiya Sanitary Products 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/54992/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54992 | 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=54992 | 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=54992 \ -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": 54992}, 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 Chongqing Baiya Sanitary Products Co., Ltd. (id: 54992)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.