
BAOXINIAO HOLDING CO.,LTD. — Investor Relations & Filings
Baoxiniao Holding Co., Ltd. specializes in the design, production, and distribution of premium apparel, with a primary focus on high-end menswear. The company operates a multi-brand portfolio that includes its flagship brand, Saint Angelo (Baoxiniao), alongside licensed international brands such as HAZZYS, Camicissima, and Lafuma. Its product range encompasses formal business suits, professional attire, and casual lifestyle clothing. Baoxiniao is recognized for its integration of traditional craftsmanship with modern intelligent manufacturing processes, particularly in the field of personalized made-to-measure (MTM) services. By leveraging a comprehensive retail network and digital supply chain management, the company provides customized clothing solutions and ready-to-wear collections tailored to diverse consumer segments. Its operations emphasize brand differentiation, technical innovation in garment construction, and high-quality textile sourcing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度权益分派实施公告 | 2026-05-20 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-19 | Chinese | |
| 2025年度股东会法律意见书 | 2026-05-19 | Chinese | |
| 关于参加浙江辖区上市公司2026年投资者网上集体接待日暨2025年度业绩说明会的公告 | 2026-05-07 | Chinese | |
| 关于为合并范围内孙公司提供贷款担保的进展公告 | 2025-12-24 | Chinese | |
| 董事会可持续发展委员会制度 | 2025-12-19 | Chinese |
Browse filings by year
20 years- 2026 4 filings
- 2025 103 filings
- 2024 109 filings
- 2023 97 filings
- 2022 117 filings
- 2021 133 filings
- 2020 73 filings
- 2019 121 filings
- 2018 130 filings
- 2017 131 filings
- 2016 79 filings
- 2015 91 filings
- 2014 103 filings
- 2013 139 filings
- 2012 90 filings
- 2011 135 filings
- 2010 104 filings
- 2009 86 filings
- 2008 101 filings
- 2007 68 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 46702110 | 2025年度权益分派实施公告 | 2026-05-20 | Chinese | ||
| 46565764 | 2025年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46565600 | 2025年度股东会法律意见书 | 2026-05-19 | Chinese | ||
| 44271596 | 关于参加浙江辖区上市公司2026年投资者网上集体接待日暨2025年度业绩说明会的公告 | 2026-05-07 | Chinese | ||
|
2025
11 filings
| |||||
| 34973656 | 关于为合并范围内孙公司提供贷款担保的进展公告 | 2025-12-24 | Chinese | ||
| 34973655 | 董事会可持续发展委员会制度 | 2025-12-19 | Chinese | ||
| 34973654 | 关于设立董事会可持续发展委员会及选举委员的公告 | 2025-12-19 | Chinese | ||
| 34973647 | 第九届董事会第四次会议决议公告 | 2025-12-19 | Chinese | ||
| 34973645 | 关于公司控股股东部分股票质押展期的公告 | 2025-11-25 | Chinese | ||
| 34973644 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
| 34973643 | 2025年第三次临时股东会决议公告 | 2025-10-15 | Chinese | ||
| 34973635 | 2025年第三次临时股东会法律意见书 | 2025-10-15 | Chinese | ||
| 34973632 | 第九届董事会第二次会议决议公告 | 2025-09-29 | Chinese | ||
| 34973626 | 信息披露暂缓与豁免管理制度 | 2025-09-29 | Chinese | ||
| 34973615 | 投资者关系管理制度 | 2025-09-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wearing apparel, except fur apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
707 Cayman Holdings Ltd.
Provides supply chain management solutions for the apparel …
|
JEM | US | Manufacturing |
|
Active Clothing Co Limited
Apparel manufacturer offering OEM and ODM services for glob…
|
541144 | IN | Manufacturing |
|
ADDENTAX GROUP CORP.
Provider of garment manufacturing, logistics services, and …
|
ATXG | US | Manufacturing |
|
adidas AG
A multinational corporation that designs and markets athlet…
|
ADS | DE | Manufacturing |
|
Adolfo Dominguez S.A.
Designs and retails timeless clothing and accessories using…
|
ADZ | ES | Manufacturing |
|
Aeffe
Creates, produces, and distributes luxury fashion, footwear…
|
AEF | IT | Manufacturing |
|
AGABANG&COMPANY
A manufacturer and distributor of apparel and products for …
|
013990 | KR | Manufacturing |
|
Aimer Co.,Ltd.
Designer and manufacturer of high-end intimate apparel and …
|
603511 | CN | Manufacturing |
|
AKIN TEKSTİL A.Ş.
An integrated manufacturer of high-caliber woven fabrics an…
|
ATEKS | TR | Manufacturing |
|
Ameridge Corporation
A diversified company with operations in fashion, wellness,…
|
900100 | US | Manufacturing |
BAOXINIAO HOLDING 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/54208/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54208 | 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=54208 | 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=54208 \ -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": 54208}, 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 BAOXINIAO HOLDING CO.,LTD. (id: 54208)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.