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 |
|---|---|---|---|
| 股东集中竞价减持股份计划公告 | 2020-12-08 | Chinese | |
| 股东集中竞价减持股份结果公告 | 2020-12-07 | Chinese | |
| 关于股东部分股份解除质押的公告 | 2020-12-07 | Chinese | |
| 关于向专业投资者公开发行公司债券获得中国证监会注册批复的公告 | 2020-11-26 | Chinese | |
| 八届二十一次董事会会议决议公告 | 2020-11-19 | Chinese | |
| 2020年第三季度报告正文 | 2020-10-26 | 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 | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 41037179 | 股东集中竞价减持股份计划公告 | 2020-12-08 | Chinese | ||
| 41037166 | 股东集中竞价减持股份结果公告 | 2020-12-07 | Chinese | ||
| 41037152 | 关于股东部分股份解除质押的公告 | 2020-12-07 | Chinese | ||
| 41037136 | 关于向专业投资者公开发行公司债券获得中国证监会注册批复的公告 | 2020-11-26 | Chinese | ||
| 41037127 | 八届二十一次董事会会议决议公告 | 2020-11-19 | Chinese | ||
| 41037116 | 2020年第三季度报告正文 | 2020-10-26 | Chinese | ||
| 41037103 | 2020年第三季度报告 | 2020-10-26 | Chinese | ||
| 41037085 | 2020年第三季度房地产经营情况简报 | 2020-10-16 | Chinese | ||
| 41037077 | 关于境外全资子公司境外债券发行结果的公告 | 2020-10-14 | Chinese | ||
| 41037068 | 关于为全资子公司提供担保的公告 | 2020-10-14 | Chinese | ||
| 41037058 | 股东集中竞价减持股份进展公告 | 2020-09-07 | Chinese | ||
| 41037045 | 八届十九次董事会会议决议公告 | 2020-08-24 | Chinese | ||
| 41037040 | 2020年半年度报告 | 2020-08-24 | Chinese | ||
| 41037035 | 2020年半年度报告摘要 | 2020-08-24 | Chinese | ||
| 41037022 | 关于会计政策变更的公告 | 2020-08-24 | 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.