Shandong Huapeng Glass Co.,Ltd. — Investor Relations & Filings
About Shandong Huapeng Glass Co.,Ltd.
Shandong Huapeng Glass Co., Ltd. specializes in the research, development, manufacturing, and distribution of glass containers and household glassware. The company operates advanced production facilities, utilizing automated machinery to produce a diverse range of products, including wine bottles, beer bottles, and food packaging containers. Additionally, it is recognized for its high-end glassware line, featuring lead-free crystal stemware and tumblers designed for both domestic and international markets. The company emphasizes technical innovation and quality control, maintaining large-scale production capacities to serve the global food and beverage industry. Its product portfolio caters to various sectors, ranging from industrial packaging solutions to premium consumer tableware.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 山东华鹏关于召开2026年第一次临时股东会的通知 | 2026-04-17 | Chinese | |
| 山东华鹏关于向威海银行等金融机构申请授信的公告 | 2026-04-17 | Chinese | |
| 关于山东华鹏玻璃股份有限公司股票交易异常波动的函证回复 | 2026-02-05 | Chinese | |
| 山东华鹏股票交易风险提示公告 | 2026-02-04 | Chinese | |
| 山东华鹏关于变更2025年度审计报告项目合伙人及签字注册会计师的公告 | 2026-01-27 | Chinese | |
| 山东华鹏关于股票可能被实施退市风险警示的风险提示公告 | 2026-01-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 34825771 | 山东华鹏关于召开2026年第一次临时股东会的通知 | 2026-04-17 | Chinese | ||
| 34821192 | 山东华鹏关于向威海银行等金融机构申请授信的公告 | 2026-04-17 | Chinese | ||
| 37092176 | 关于山东华鹏玻璃股份有限公司股票交易异常波动的函证回复 | 2026-02-05 | Chinese | ||
| 37092174 | 山东华鹏股票交易风险提示公告 | 2026-02-04 | Chinese | ||
| 37092170 | 山东华鹏关于变更2025年度审计报告项目合伙人及签字注册会计师的公告 | 2026-01-27 | Chinese | ||
| 37092169 | 山东华鹏关于股票可能被实施退市风险警示的风险提示公告 | 2026-01-23 | Chinese | ||
| 37092168 | 山东华鹏2025年年度业绩预告 | 2026-01-23 | Chinese | ||
|
2025
8 filings
| |||||
| 37092166 | 山东华鹏2025年第四次临时股东会决议公告 | 2025-12-29 | Chinese | ||
| 37092165 | 北京市通商律师事务所关于山东华鹏2025年第四次临时股东会的法律意见书 | 2025-12-29 | Chinese | ||
| 37092163 | 山东华鹏关于全资子公司获得高新技术企业认定的公告 | 2025-12-26 | Chinese | ||
| 37092161 | 山东华鹏关于全资子公司部分债务逾期的公告 | 2025-12-26 | Chinese | ||
| 37092160 | 山东华鹏2025年第四次临时股东会会议资料 | 2025-12-22 | Chinese | ||
| 37092158 | 北京市通商律师事务所关于山东华鹏2025年第三次临时股东会的法律意见书 | 2025-12-19 | Chinese | ||
| 37092157 | 山东华鹏2025年第三次临时股东会决议公告 | 2025-12-19 | Chinese | ||
| 37092152 | 山东华鹏关于召开2025年第四次临时股东会的通知 | 2025-12-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of glass and glass products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ÇAĞDAŞ CAM SANAYİ VE TİCARET A.Ş.
Manufacturer of flat and insulated glass for appliances, au…
|
CGCAM | TR | Manufacturing |
|
CAIHONG DISPLAY DEVICES CO.,LTD.
Produces LCD glass substrates and electronic materials for …
|
600707 | CN | Manufacturing |
|
Canadian Premium Sand Inc.
Developing North America's sole supply of ultra-high-clarit…
|
CPS | CA | Manufacturing |
|
Changzhou Almaden Co.,Ltd.
Produces ultra-thin tempered glass and high-performance sol…
|
002623 | CN | Manufacturing |
|
China Glass Holdings Limited
Major glass manufacturer engaged in the production and dist…
|
3300 | HK | Manufacturing |
|
China Hongguang Holdings Limited
Manufacturer and seller of advanced architectural glass, in…
|
8646 | HK | Manufacturing |
|
China Jushi Co.,Ltd
Global manufacturer of fiberglass and derivative products f…
|
600176 | CN | Manufacturing |
|
Chongqing Polycomp International Corporation
Produces high-performance fiberglass for wind power, automo…
|
301526 | CN | Manufacturing |
|
CHONGQING ZAISHENG TECHNOLOGY CORP., LTD
Manufactures micro-glass fiber materials for filtration, in…
|
603601 | CN | Manufacturing |
|
CHONGQING ZHENGCHUAN PHARMACEUTICAL PACKAGING CO.,LTD.
Produces medicinal glass packaging, including borosilicate …
|
603976 | CN | Manufacturing |
Shandong Huapeng Glass 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/57356/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57356 | 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=57356 | 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=57356 \ -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": 57356}, 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 Shandong Huapeng Glass Co.,Ltd. (id: 57356)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.