Shanghai Huide Science & Technology Co.,Ltd — Investor Relations & Filings
About Shanghai Huide Science & Technology Co.,Ltd
Shanghai Huide Science & Technology Co., Ltd. specializes in the research, development, production, and distribution of polyurethane resins and related materials. The company's primary product portfolio includes polyurethane resins for synthetic leather, polyurethane elastomer stock solutions, polyester polyols, and thermoplastic polyurethane (TPU). These materials are extensively utilized in the manufacturing of footwear, apparel, luggage, furniture, and automotive interiors. Huide maintains a vertically integrated production model, synthesizing its own polyester polyols to ensure quality and cost-efficiency in its downstream polyurethane resin production. The company focuses on technical innovation, offering a range of high-performance, environmentally friendly solutions, including water-based and solvent-free polyurethane systems designed to meet evolving global sustainability standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 汇得科技董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-29 | Chinese | |
| 关于汇得科技2025年度非经营性资金占用及其他关联资金往来情况的专项报告(立信) | 2026-04-29 | Chinese | |
| 汇得科技关于为全资子公司提供担保的公告 | 2026-04-29 | Chinese | |
| 汇得科技2025年度审计报告及财务报表 | 2026-04-29 | Chinese | |
| 汇得科技2025年非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-29 | Chinese | |
| 汇得科技《董事、高级管理人员薪酬管理制度》(2026年4月) | 2026-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38880070 | 汇得科技董事会审计委员会对2025年度会计师事务所履行监督职责情况报告 | 2026-04-29 | Chinese | ||
| 38880056 | 关于汇得科技2025年度非经营性资金占用及其他关联资金往来情况的专项报告(立信) | 2026-04-29 | Chinese | ||
| 38879993 | 汇得科技关于为全资子公司提供担保的公告 | 2026-04-29 | Chinese | ||
| 38879979 | 汇得科技2025年度审计报告及财务报表 | 2026-04-29 | Chinese | ||
| 38879733 | 汇得科技2025年非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-29 | Chinese | ||
| 38879720 | 汇得科技《董事、高级管理人员薪酬管理制度》(2026年4月) | 2026-04-29 | Chinese | ||
| 38879717 | 汇得科技募集资金置换专项鉴证报告 | 2026-04-29 | Chinese | ||
| 38879644 | 汇得科技关于提请股东会授权董事会制定并执行2026年中期利润分配方案的公告 | 2026-04-29 | Chinese | ||
| 38879640 | 汇得科技对2025年度会计师事务所履职情况评估报告 | 2026-04-29 | Chinese | ||
| 38879627 | 汇得科技2025年度董事会工作报告 | 2026-04-29 | Chinese | ||
| 38879613 | 汇得科技2025年度内部控制审计报告 | 2026-04-29 | Chinese | ||
| 38879609 | 汇得科技2025年年度报告 | 2026-04-29 | Chinese | ||
| 38879584 | 汇得科技关于公司2026年第一季度主要经营数据的公告 | 2026-04-29 | Chinese | ||
| 38879574 | 汇得科技关于2026年度“提质增效重回报”行动方案的公告 | 2026-04-29 | Chinese | ||
| 38879568 | 汇得科技关于使用闲置募集资金进行现金管理的进展公告 | 2026-04-10 | 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 |
|
Apcotex Industries Limited
Manufacturer of synthetic rubber and latex for automotive a…
|
APCOTEXIND | IN | Manufacturing |
|
ARCL Organics Ltd
Produces specialty chemicals and resins for wood-based pane…
|
543993 | IN | Manufacturing |
Shanghai Huide Science & Technology 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/57495/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57495 | 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=57495 | 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=57495 \ -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": 57495}, 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 Huide Science & Technology Co.,Ltd (id: 57495)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.