HySum Flexibles Global, Inc. — Investor Relations & Filings
HySum Flexibles Global, Inc. specializes in the research, development, and manufacturing of high-performance flexible packaging materials. The company provides a comprehensive range of solutions including high-barrier films, pharmaceutical packaging, and specialized materials for the food, beverage, and personal care sectors. Its product portfolio features advanced blister foils, cold-form foils, and lidding films designed to ensure product integrity and shelf-life extension. Additionally, the company has expanded into the new energy sector, producing aluminum-plastic films for lithium-ion batteries. HySum focuses on technical innovation and sustainable packaging solutions, utilizing sophisticated extrusion and coating processes to meet stringent global quality standards. The firm serves a diverse international clientele, offering customized packaging designs and functional materials tailored to specific industrial requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于可转换公司债券调整转股价格的公告 | 2026-04-21 | Chinese | |
| 关于2024年员工持股计划预留份额部分股份非交易过户完成的公告 | 2026-04-21 | Chinese | |
| 关于实施权益分派期间海顺转债暂停转股的公告 | 2026-04-17 | Chinese | |
| 湖南启元律师事务所关于上海海顺新型药用包装材料股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | |
| 2025年年度股东会决议公告 | 2026-04-17 | Chinese | |
| 关于新增海顺转债转股来源的公告 | 2026-04-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37567109 | 关于可转换公司债券调整转股价格的公告 | 2026-04-21 | Chinese | ||
| 37567106 | 关于2024年员工持股计划预留份额部分股份非交易过户完成的公告 | 2026-04-21 | Chinese | ||
| 37567102 | 关于实施权益分派期间海顺转债暂停转股的公告 | 2026-04-17 | Chinese | ||
| 37567100 | 湖南启元律师事务所关于上海海顺新型药用包装材料股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | ||
| 37567097 | 2025年年度股东会决议公告 | 2026-04-17 | Chinese | ||
| 37567094 | 关于新增海顺转债转股来源的公告 | 2026-04-15 | Chinese | ||
| 37567091 | 关于召开2025年年度股东会提示性公告 | 2026-04-15 | Chinese | ||
| 37567086 | 关于开设募集资金暂时补充流动资金专户并签订监管协议的公告 | 2026-04-14 | Chinese | ||
| 37567082 | 中信证券股份有限公司关于上海海顺新型药用包装材料股份有限公司2025年度持续督导定期现场检查报告 | 2026-04-10 | Chinese | ||
| 37567076 | 中信证券股份有限公司关于上海海顺新型药用包装材料股份有限公司2025年度跟踪报告 | 2026-04-10 | Chinese | ||
| 37567075 | 中信证券股份有限公司关于上海海顺新型药用包装材料股份有限公司持续督导保荐总结报告书 | 2026-04-10 | Chinese | ||
| 37567072 | 关于2024年员工持股计划部分预留份额分配的公告 | 2026-04-07 | Chinese | ||
| 37567070 | 第六届董事会第五次会议决议公告 | 2026-04-07 | Chinese | ||
| 37567067 | 中信证券股份有限公司关于上海海顺新型药用包装材料股份有限公司2025年度持续督导培训情况的报告 | 2026-04-03 | Chinese | ||
| 37567062 | 关于2026年第一季度可转换公司债券转股情况的公告 | 2026-04-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aa Industrial Belting (Shanghai) Co., Ltd
Develops and manufactures high-performance industrial conve…
|
603580 | CN | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
Achilles Corporation
A manufacturer of plastic and rubber products for consumer …
|
5142 | JP | Manufacturing |
|
ADVANCED DRAINAGE SYSTEMS, INC.
Manufacturer of water management solutions for stormwater a…
|
WMS | US | Manufacturing |
|
Aeron Composite Limited
Designs and manufactures FRP and GRP products for industria…
|
AERON | IN | Manufacturing |
|
A.F. Enterprises Limited
Manufactures plastic molded products and provides financial…
|
538351 | IN | Manufacturing |
|
Ahimsa Industries Limited
Produces PET preforms and closures for beverage, food, and …
|
AHIMSA | IN | Manufacturing |
|
AIK Pipes and Polymers Limited
Manufactures polymer pipes and fittings for water, gas, and…
|
544072 | IN | Manufacturing |
|
Airrane Co., Ltd.
Develops and manufactures gas separation membrane systems f…
|
163280 | KR | Manufacturing |
|
Akumplast AD
Manufactures polypropylene battery boxes, covers, accessori…
|
AKUM | BG | Manufacturing |
HySum Flexibles Global, Inc. 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/55487/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55487 | 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=55487 | 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=55487 \ -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": 55487}, 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 HySum Flexibles Global, Inc. (id: 55487)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.