
ANHUI HIGASKET PLASTICS CO.,LTD. — Investor Relations & Filings
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 |
|---|---|---|---|
| 万朗磁塑关于第一期股票期权激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-13 | Chinese | |
| 万朗磁塑2025年年度股东会决议公告 | 2026-05-13 | Chinese | |
| 万朗磁塑薪酬与考核委员会关于公司第一期股票期权激励计划首次授予激励对象名单的核查意见及公示情况说明 | 2026-05-07 | Chinese | |
| 万朗磁塑股东减持股份计划公告(修订后) | 2026-05-07 | Chinese | |
| 万朗磁塑股东减持股份计划公告 | 2026-05-07 | Chinese | |
| 万朗磁塑关于签订募集资金专户存储四方监管协议的公告 | 2026-05-07 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45774214 | 万朗磁塑关于第一期股票期权激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-13 | Chinese | ||
| 45773465 | 万朗磁塑2025年年度股东会决议公告 | 2026-05-13 | Chinese | ||
| 44272736 | 万朗磁塑薪酬与考核委员会关于公司第一期股票期权激励计划首次授予激励对象名单的核查意见及公示情况说明 | 2026-05-07 | Chinese | ||
| 44272135 | 万朗磁塑股东减持股份计划公告(修订后) | 2026-05-07 | Chinese | ||
| 44265468 | 万朗磁塑股东减持股份计划公告 | 2026-05-07 | Chinese | ||
| 44265466 | 万朗磁塑关于签订募集资金专户存储四方监管协议的公告 | 2026-05-07 | Chinese | ||
| 44265464 | 万朗磁塑关于为控股子公司提供担保的公告 | 2026-05-07 | Chinese | ||
| 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 | ||
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 |
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.