
CHINA BAOAN GROUP CO., LTD. — Investor Relations & Filings
China Baoan Group Co., Ltd. operates as a multi-sector enterprise with core interests in high-tech manufacturing, healthcare, and urban development. The company is a prominent provider of new energy materials, specifically focusing on the research and production of anode and cathode materials for lithium-ion batteries used in electric vehicles and energy storage systems. Its pharmaceutical division specializes in the development and distribution of traditional Chinese medicines and specialized healthcare products. Furthermore, the group manages a portfolio of real estate projects and property services. Through its diverse subsidiaries, the organization integrates industrial operations with strategic investment to support technological advancement in the energy and medical sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年半年度财务报告 | 2025-08-28 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-28 | Chinese | |
| 关于发行中期票据及超短期融资券的公告 | 2025-08-28 | Chinese | |
| 关于2025年半年度计提资产减值准备的公告 | 2025-08-28 | Chinese | |
| 半年报董事会决议公告 | 2025-08-28 | Chinese | |
| 2024年年度权益分派实施公告 | 2025-08-19 | Chinese |
Browse filings by year
28 years- 2026 37 filings
- 2025 79 filings
- 2024 74 filings
- 2023 64 filings
- 2022 101 filings
- 2021 119 filings
- 2020 127 filings
- 2019 100 filings
- 2018 138 filings
- 2017 94 filings
- 2016 122 filings
- 2015 120 filings
- 2014 140 filings
- 2013 95 filings
- 2012 86 filings
- 2011 106 filings
- 2010 81 filings
- 2009 55 filings
- 2008 49 filings
- 2007 88 filings
- 2006 56 filings
- 2005 26 filings
- 2004 36 filings
- 2003 17 filings
- 2002 23 filings
- 2001 4 filings
- 1993 5 filings
- 1992 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41902842 | 2025年半年度财务报告 | 2025-08-28 | Chinese | ||
| 41902816 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 41902810 | 关于发行中期票据及超短期融资券的公告 | 2025-08-28 | Chinese | ||
| 41902793 | 关于2025年半年度计提资产减值准备的公告 | 2025-08-28 | Chinese | ||
| 41902775 | 半年报董事会决议公告 | 2025-08-28 | Chinese | ||
| 41902731 | 2024年年度权益分派实施公告 | 2025-08-19 | Chinese | ||
| 41902713 | “22宝安01”本息兑付暨摘牌公告 | 2025-08-15 | Chinese | ||
| 41902704 | 关于马应龙股份解除质押的公告 | 2025-08-05 | Chinese | ||
| 41902696 | 关于股权分置改革限售股份上市流通提示性公告 | 2025-07-04 | Chinese | ||
| 41902682 | 2024年度股东大会决议公告 | 2025-06-30 | Chinese | ||
| 41902670 | 2024年度股东会法律意见书 | 2025-06-30 | Chinese | ||
| 41902652 | 中国宝安集团股份有限公司2022年面向合格投资者公开发行公司债券(第一期)定期跟踪评级报告 | 2025-06-16 | Chinese | ||
| 41902541 | 关于马应龙股份解除质押的公告 | 2025-06-13 | Chinese | ||
| 41902533 | 中国宝安集团股份有限公司公司债券2024年度定期受托管理事务报告 | 2025-06-13 | Chinese | ||
| 41902523 | 关于拟续聘会计师事务所的公告 | 2025-06-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic chemicals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
20 Microns Limited
Produces ultra-fine industrial minerals and specialty chemi…
|
20MICRONS | IN | Manufacturing |
|
5E Advanced Materials, Inc.
Develops boron and lithium resources for a domestic supply …
|
FEAM | US | Manufacturing |
|
Aarti Industries Ltd
Global producer of benzene-based specialty chemicals and ph…
|
AARTIIND | IN | Manufacturing |
|
Aarti Surfactants Limited
Produces surfactants and specialty chemicals for global FMC…
|
AARTISURF | IN | Manufacturing |
|
ABA CHEMICALS CORPORATION
CDMO for advanced intermediates and active ingredients for …
|
300261 | CN | Manufacturing |
|
AB Igrene
Converts natural methane into hydrogen and solid carbon usi…
|
ABI | SE | Manufacturing |
|
ADVANCED ENERGY MINERALS LTD
Produces ultra-high purity alumina for batteries, LEDs and …
|
AEM | AU | Manufacturing |
|
Advanced Graphene Products Spolka Akcyjna
Manufacturer of large-area and flake graphene materials and…
|
GPH | PL | Manufacturing |
|
ADVANCE ZINCTEK LIMITED
Produces zinc and aluminum oxide powders for sunscreens, sk…
|
ANO | AU | Manufacturing |
|
AdvanSix Inc.
A diversified chemistry company producing essential materia…
|
ASIX | US | Manufacturing |
CHINA BAOAN 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/53552/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53552 | 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=53552 | 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=53552 \ -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": 53552}, 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 CHINA BAOAN GROUP CO., LTD. (id: 53552)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.