ANHUI HIGASKET PLASTICS CO.,LTD. — Investor Relations & Filings
About ANHUI HIGASKET PLASTICS CO.,LTD.
Anhui Higasket Plastics Co., Ltd. specializes in the design and manufacture of sealing systems for the refrigeration industry. The company’s core product portfolio includes magnetic refrigerator door gaskets, PVC compounds, and magnetic strips. Beyond components, the firm develops specialized industrial equipment, including high-speed gasket extrusion lines and automatic welding machines. By integrating material science with mechanical engineering, the company provides end-to-end solutions for gasket production, from raw material formulation to finished assembly. Its technical focus centers on enhancing thermal insulation and sealing performance for domestic and commercial cooling appliances.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 万朗磁塑关于召开2025年年度股东会的通知 | 2026-04-21 | Chinese | |
| 万朗磁塑非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-21 | Chinese | |
| 万朗磁塑关于会计估计变更的公告 | 2026-04-21 | Chinese | |
| 万朗磁塑关于预计2026年对外捐赠总额度的公告 | 2026-04-21 | Chinese | |
| 万朗磁塑关于2026年开展商品期货、期权及外汇套期保值业务的公告 | 2026-04-21 | Chinese | |
| 国元证券股份有限公司关于安徽万朗磁塑股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38844550 | 万朗磁塑关于召开2025年年度股东会的通知 | 2026-04-21 | Chinese | ||
| 38844548 | 万朗磁塑非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-21 | Chinese | ||
| 38844544 | 万朗磁塑关于会计估计变更的公告 | 2026-04-21 | Chinese | ||
| 38844537 | 万朗磁塑关于预计2026年对外捐赠总额度的公告 | 2026-04-21 | Chinese | ||
| 38844526 | 万朗磁塑关于2026年开展商品期货、期权及外汇套期保值业务的公告 | 2026-04-21 | Chinese | ||
| 38844525 | 国元证券股份有限公司关于安徽万朗磁塑股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-21 | Chinese | ||
| 38844513 | 万朗磁塑关于提请股东会授权董事会以简易程序向特定对象发行股票的公告 | 2026-04-21 | Chinese | ||
| 38844507 | 万朗磁塑第四届董事会第四次会议决议公告 | 2026-04-21 | Chinese | ||
| 38844501 | 容诚会计师事务所关于安徽万朗磁塑股份有限公司募集资金存放管理、与实际使用鉴证报告 | 2026-04-21 | Chinese | ||
| 38844438 | 万朗磁塑关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-21 | Chinese | ||
| 38844434 | 万朗磁塑2025年度社会责任报告 | 2026-04-21 | Chinese | ||
| 38844278 | 万朗磁塑2025年度董事会审计委员会履职情况报告 | 2026-04-21 | Chinese | ||
| 38844275 | 容诚会计师事务所关于安徽万朗磁塑股份有限公司2026年度会计估计变更的专项说明 | 2026-04-21 | Chinese | ||
| 38844132 | 万朗磁塑2025年度审计报告 | 2026-04-21 | Chinese | ||
| 38843736 | 万朗磁塑关于续聘审计机构的公告 | 2026-04-21 | 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 |
ANHUI HIGASKET PLASTICS 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/57460/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57460 | 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=57460 | 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=57460 \ -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": 57460}, 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 ANHUI HIGASKET PLASTICS CO.,LTD. (id: 57460)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.