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 |
|---|---|---|---|
| 国元证券股份有限公司关于报喜鸟控股股份有限公司非公开发行股票项目持续督导之2023年度保荐工作报告 | 2024-04-11 | Chinese | |
| 国元证券股份有限公司关于报喜鸟控股股份有限公司2021年非公开发行股票之持续督导保荐总结报告书 | 2024-04-11 | Chinese | |
| (2024年009号)关于公司2023年度利润分配预案的公告 | 2024-04-11 | Chinese | |
| 董事会决议公告 | 2024-04-11 | Chinese | |
| 关于公司使用部分闲置募集资金进行现金管理的公告 | 2024-04-11 | Chinese | |
| 年度募集资金使用情况专项说明 | 2024-04-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 34970530 | 国元证券股份有限公司关于报喜鸟控股股份有限公司非公开发行股票项目持续督导之2023年度保荐工作报告 | 2024-04-11 | Chinese | ||
| 34970505 | 国元证券股份有限公司关于报喜鸟控股股份有限公司2021年非公开发行股票之持续督导保荐总结报告书 | 2024-04-11 | Chinese | ||
| 34970491 | (2024年009号)关于公司2023年度利润分配预案的公告 | 2024-04-11 | Chinese | ||
| 34970478 | 董事会决议公告 | 2024-04-11 | Chinese | ||
| 34970469 | 关于公司使用部分闲置募集资金进行现金管理的公告 | 2024-04-11 | Chinese | ||
| 34970460 | 年度募集资金使用情况专项说明 | 2024-04-11 | Chinese | ||
| 34970447 | 独立董事2023年度述职报告(沃健) | 2024-04-11 | Chinese | ||
| 34970428 | 2023年年度审计报告 | 2024-04-11 | Chinese | ||
| 34969319 | 国元证券股份有限公司关于报喜鸟控股股份有限公司非公开发行股票持续督导之2023年度现场检查报告 | 2024-04-11 | Chinese | ||
| 34969305 | 公司未来三年(2024-2026年)股东回报规划 | 2024-04-11 | Chinese | ||
| 34969293 | 报喜鸟会计师事务所选聘制度 | 2024-04-11 | Chinese | ||
| 34969281 | 2023年社会责任报告 | 2024-04-11 | Chinese | ||
| 34969277 | 国元证券股份有限公司关于报喜鸟控股股份有限公司部分募集资金投资项目延期并重新论证的核查意见 | 2024-04-11 | Chinese | ||
| 34969254 | 报喜鸟防止大股东及关联方资金占用管理制度 | 2024-04-11 | Chinese | ||
| 34969242 | 国元证券股份有限公司关于报喜鸟控股股份有限公司预计2024年度日常关联交易额度的核查意见 | 2024-04-11 | 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.