
HONGBAOLI GROUP CORPORATION,LTD. — Investor Relations & Filings
HONGBAOLI GROUP CORPORATION, LTD. specializes in the research, development, and production of polyurethane materials and fine chemicals. The company is a global leader in rigid polyurethane combination polyether, primarily used as high-efficiency insulation for the refrigeration industry, including household appliances and cold chain logistics. It also operates one of the world's largest production facilities for isopropanolamines, providing essential components for pharmaceuticals, personal care products, and industrial applications. The group’s integrated production chain includes propylene oxide and specialized polyols designed for building energy conservation, solar water heaters, and automotive components. By leveraging advanced chemical synthesis and a commitment to technical innovation, the corporation delivers high-performance material solutions to a diverse international clientele across the energy, construction, and manufacturing sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度股东会法律意见书 | 2026-05-20 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-20 | Chinese | |
| 中泰证券股份有限公司关于红宝丽集团股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-22 | Chinese | |
| 关于续聘2026年度财务审计机构的公告 | 2026-04-22 | Chinese | |
| 2025年社会责任报告 | 2026-04-22 | Chinese | |
| 2025年度募集资金鉴证报告 | 2026-04-22 | Chinese |
Browse filings by year
20 years- 2026 42 filings
- 2025 103 filings
- 2024 103 filings
- 2023 96 filings
- 2022 111 filings
- 2021 101 filings
- 2020 100 filings
- 2019 83 filings
- 2018 84 filings
- 2017 100 filings
- 2016 145 filings
- 2015 127 filings
- 2014 86 filings
- 2013 83 filings
- 2012 110 filings
- 2011 67 filings
- 2010 65 filings
- 2009 54 filings
- 2008 81 filings
- 2007 61 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46701690 | 2025年度股东会法律意见书 | 2026-05-20 | Chinese | ||
| 46701689 | 2025年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 36128375 | 中泰证券股份有限公司关于红宝丽集团股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-22 | Chinese | ||
| 36128374 | 关于续聘2026年度财务审计机构的公告 | 2026-04-22 | Chinese | ||
| 36128372 | 2025年社会责任报告 | 2026-04-22 | Chinese | ||
| 36128371 | 2025年度募集资金鉴证报告 | 2026-04-22 | Chinese | ||
| 36128370 | 2025年度营业收入扣除情况的审核报告 | 2026-04-22 | Chinese | ||
| 36128369 | 2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-22 | Chinese | ||
| 36128368 | 2025年年度审计报告 | 2026-04-22 | Chinese | ||
| 36128367 | 公司高级管理人员绩效管理办法(2026年4月) | 2026-04-22 | Chinese | ||
| 36128365 | 董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-22 | Chinese | ||
| 36128364 | 关于2025年度利润分配的公告 | 2026-04-22 | Chinese | ||
| 36128363 | 2026年一季度报告 | 2026-04-22 | Chinese | ||
| 36128362 | 关于2025年度募集资金存放与使用情况的专项报告 | 2026-04-22 | Chinese | ||
| 36128360 | 2025年年度报告摘要 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics and synthetic rubber in primary forms
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aadi Industries Ltd
Manufactures and distributes plastic granules and polymer r…
|
530027 | IN | Manufacturing |
|
Accent Microcell Limited
Manufacturer of cellulose-based excipients for pharma, food…
|
ACCENTMIC | IN | Manufacturing |
|
Acetex Corporation
Specializes in manufacturing specialty chemicals, polymers,…
|
— | CA | Manufacturing |
|
Advanced Petrochemical Co.
Manufactures polypropylene resins for packaging, automotive…
|
2330 | SA | Manufacturing |
|
Alpek, S.A.B. de C.V.
Global producer of polyester and petrochemicals focused on …
|
ALPEK | MX | Manufacturing |
|
AMBANI ORGOCHEM LIMITED
Manufacturer of specialty chemicals and acrylic polymers fo…
|
AMBANIORGO | IN | Manufacturing |
|
ANHUI HWASU CO.,LTD.
Large-scale manufacturer of PVC resins, caustic soda, and c…
|
600935 | CN | Manufacturing |
|
Anhui Shenjian New Materials Co.,Ltd
Produces saturated polyester resins for powder coatings and…
|
002361 | CN | Manufacturing |
|
APC
Manufactures LDPE and EVA resins for injection molding, foa…
|
1308 | TW | Manufacturing |
|
Apcotex Industries Limited
Manufacturer of synthetic rubber and latex for automotive a…
|
APCOTEXIND | IN | Manufacturing |
HONGBAOLI GROUP CORPORATION,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/54219/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54219 | 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=54219 | 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=54219 \ -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": 54219}, 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 HONGBAOLI GROUP CORPORATION,LTD. (id: 54219)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.