
SHANGHAI HIUV NEW MATERIALS CO.,LTD — Investor Relations & Filings
Shanghai Hiuv New Materials Co., Ltd. specializes in the research, development, and manufacturing of high-performance functional film materials. The company's core product line focuses on solar photovoltaic encapsulation solutions, including Ethylene Vinyl Acetate (EVA) films, Polyolefin Elastomer (POE) films, and multi-layer co-extruded EPE films. These materials are designed to optimize the protection, durability, and energy yield of solar modules by providing superior weather resistance, adhesion, and electrical insulation. Key innovations include high-reflectivity white EVA and anti-PID (Potential Induced Degradation) solutions. By utilizing advanced extrusion and material science technologies, the company provides critical components to global module manufacturers, supporting the long-term reliability of renewable energy systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 关于召开2026年第一季度业绩说明会的公告 | 2026-05-18 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 上海海优威新材料股份有限公司2025年内部控制评价报告 | 2026-04-17 | Chinese | |
| 容诚会计师事务所(特殊普通合伙)关于上海海优威新材料股份有限公司2025年度非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-17 | Chinese | |
| 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-17 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46701908 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46513439 | 关于召开2026年第一季度业绩说明会的公告 | 2026-05-18 | Chinese | ||
| 44487386 | 2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 39755356 | 上海海优威新材料股份有限公司2025年内部控制评价报告 | 2026-04-17 | Chinese | ||
| 39755352 | 容诚会计师事务所(特殊普通合伙)关于上海海优威新材料股份有限公司2025年度非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-17 | Chinese | ||
| 39755349 | 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-04-17 | Chinese | ||
| 39755348 | 上海海优威新材料股份有限公司2025年度内部控制审计报告 | 2026-04-17 | Chinese | ||
| 39755342 | 关于变更注册资本及修订《公司章程》的公告 | 2026-04-17 | Chinese | ||
| 39755337 | 北京国枫律师事务所关于上海海优威新材料股份有限公司2024年限制性股票激励计划作废部分限制性股票的法律意见书 | 2026-04-17 | Chinese | ||
| 39755335 | 关于子公司拟对外出租部分房产的公告 | 2026-04-17 | Chinese | ||
| 39755332 | 上海海优威新材料股份有限公司董事会对独立董事独立性自查情况的专项报告 | 2026-04-17 | Chinese | ||
| 39755331 | 关于2026年度公司与合并报表范围内子公司及其下属子公司互相提供担保的公告 | 2026-04-17 | Chinese | ||
| 39755327 | 上海海优威新材料股份有限公司2025年度独立董事述职报告(陈伟权) | 2026-04-17 | Chinese | ||
| 39755322 | 关于提请股东会授权董事会办理小额快速融资相关事宜的公告 | 2026-04-17 | Chinese | ||
| 39755320 | 上海海优威新材料股份有限公司2025年度独立董事述职报告(唐侃) | 2026-04-17 | 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 |
|
Abson Industries Limited
Manufactures polypropylene woven bags, offering durable and…
|
ABSON | PK | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
ACESIAN PARTNERS LIMITED
Specializes in environmental solutions, integrated services…
|
5FW | SG | 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 |
SHANGHAI HIUV NEW MATERIALS 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/58580/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58580 | 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=58580 | 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=58580 \ -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": 58580}, 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 SHANGHAI HIUV NEW MATERIALS CO.,LTD (id: 58580)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.