Co.%2CLtd/other/Black_PeonyGroupCo.Ltd-logo.png)
Black Peony(Group)Co.,Ltd — Investor Relations & Filings
Black Peony (Group) Co., Ltd. operates as a multi-sector enterprise with core activities spanning textile production, real estate development, and infrastructure construction. The company is a prominent manufacturer of denim fabrics and apparel, utilizing advanced production lines for spinning, dyeing, and weaving to supply global markets. Its real estate division focuses on the development of residential communities and commercial complexes, while its infrastructure operations involve land primary development and municipal engineering projects. The group integrates traditional manufacturing expertise with modern urban development services, emphasizing technical innovation in fabric production and comprehensive project management in construction and urban renewal initiatives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 九届四次董事会会议决议公告 | 2021-10-25 | Chinese | |
| 黑牡丹2021第三季度报告 | 2021-10-25 | Chinese | |
| 2021年第三季度房地产经营情况简报 | 2021-10-15 | Chinese | |
| 关于股东协议转让股份完成过户登记的公告 | 2021-09-29 | Chinese | |
| 关于全资子公司竞得土地使用权的公告 | 2021-09-27 | Chinese | |
| 关于股东股份解除质押的公告 | 2021-09-02 | Chinese |
Browse filings by year
25 years- 2026 29 filings
- 2025 103 filings
- 2024 124 filings
- 2023 114 filings
- 2022 143 filings
- 2021 89 filings
- 2020 88 filings
- 2019 144 filings
- 2018 110 filings
- 2017 87 filings
- 2016 92 filings
- 2015 94 filings
- 2014 100 filings
- 2013 70 filings
- 2012 67 filings
- 2011 42 filings
- 2010 89 filings
- 2009 50 filings
- 2008 52 filings
- 2007 33 filings
- 2006 59 filings
- 2005 26 filings
- 2004 24 filings
- 2003 19 filings
- 2002 13 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 41038163 | 九届四次董事会会议决议公告 | 2021-10-25 | Chinese | ||
| 41038150 | 黑牡丹2021第三季度报告 | 2021-10-25 | Chinese | ||
| 41038140 | 2021年第三季度房地产经营情况简报 | 2021-10-15 | Chinese | ||
| 41038131 | 关于股东协议转让股份完成过户登记的公告 | 2021-09-29 | Chinese | ||
| 41038127 | 关于全资子公司竞得土地使用权的公告 | 2021-09-27 | Chinese | ||
| 41038119 | 关于股东股份解除质押的公告 | 2021-09-02 | Chinese | ||
| 41038107 | 黑牡丹2021年半年度报告摘要 | 2021-08-23 | Chinese | ||
| 41038095 | 黑牡丹2021年半年度报告 | 2021-08-23 | Chinese | ||
| 41038093 | 简式权益变动报告书(昝圣达及上海综艺) | 2021-08-20 | Chinese | ||
| 41038079 | 简式权益变动报告书(海安瑞海) | 2021-08-20 | Chinese | ||
| 41038069 | 关于股东权益变动的提示性公告 | 2021-08-20 | Chinese | ||
| 41038064 | 2021年第二季度房地产经营情况简报 | 2021-07-09 | Chinese | ||
| 41038055 | 2020年年度权益分派实施公告 | 2021-06-30 | Chinese | ||
| 41038036 | 北京市嘉源律师事务所关于黑牡丹(集团)股份有限公司差异化分红事项之法律意见书 | 2021-06-30 | Chinese | ||
| 41038033 | 股东集中竞价减持股份结果公告 | 2021-06-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Weaving of textiles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ahmad Hassan Textile Mills Limited
Manufactures and sells textile products, including premium …
|
AHTM | PK | Manufacturing |
|
Al-Azhar Textile Mills Limited
Textile manufacturer producing, supplying, and exporting ap…
|
AZTM | PK | Manufacturing |
|
Argo Pantes Tbk
Integrated textile manufacturer and provider of industrial …
|
ARGO | ID | Manufacturing |
|
ARSAN TEKSTİL TİCARET VE SANAYİ A.Ş.
Integrated textile manufacturer of yarns, and woven and kni…
|
ARSAN | TR | Manufacturing |
|
Artistic Denim Mills Limited
Vertically integrated manufacturer of sustainable denim fab…
|
ADMM | PK | Manufacturing |
|
Aruj Industries Limited
Manufactures and exports textile products, including woven …
|
ARUJ | PK | Manufacturing |
|
Arvind Ltd.
Vertically integrated textile manufacturer and a leading gl…
|
ARVIND | IN | Manufacturing |
|
Ashfaq Textile Mills Limited
Manufactures and sells textile goods, primarily quality wov…
|
ASHT | PK | Manufacturing |
|
Ashima Ltd
Integrated manufacturer of denim, cotton shirting fabrics, …
|
ASHIMASYN | IN | Manufacturing |
|
AZTECH WB CO. LTD
Manufacturer of sustainable textiles, including woolen and …
|
032080 | KR | Manufacturing |
Black Peony(Group)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/56777/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56777 | 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=56777 | 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=56777 \ -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": 56777}, 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 Black Peony(Group)Co.,Ltd (id: 56777)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.