
富恒新材 — Investor Relations & Filings
Shenzhen Fuheng New Material Co., Ltd. focuses on the research, development, and manufacturing of modified plastic materials. Its core product range encompasses modified polypropylene (PP), acrylonitrile butadiene styrene (ABS), polycarbonate (PC), and specialized engineering plastic alloys. These products are formulated to provide enhanced characteristics such as flame retardancy, mechanical strength, and thermal stability. The company provides material solutions for applications in home appliances, automotive parts, consumer electronics, and electrical tools. Through technical innovation and quality control, the company delivers customized high-performance materials designed to meet rigorous technical specifications and global safety certifications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届监事会第二十二次会议决议公告 | 2024-11-17 | Chinese | |
| 2024年度向特定对象发行股票募集资金使用可行性分析报告 | 2024-11-17 | Chinese | |
| 2024年度向特定对象发行股票方案的可行性论证分析报告 | 2024-11-17 | Chinese | |
| 2024年度向特定对象发行股票募集说明书(草案) | 2024-11-17 | Chinese | |
| 公司未来三年(2024-2026年)股东分红回报规划 | 2024-11-17 | Chinese | |
| 关于公司向特定对象发行股票募集说明书(草案)的提示性公告 | 2024-11-17 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39758030 | 第四届监事会第二十二次会议决议公告 | 2024-11-17 | Chinese | ||
| 39758022 | 2024年度向特定对象发行股票募集资金使用可行性分析报告 | 2024-11-17 | Chinese | ||
| 39758010 | 2024年度向特定对象发行股票方案的可行性论证分析报告 | 2024-11-17 | Chinese | ||
| 39757993 | 2024年度向特定对象发行股票募集说明书(草案) | 2024-11-17 | Chinese | ||
| 39757970 | 公司未来三年(2024-2026年)股东分红回报规划 | 2024-11-17 | Chinese | ||
| 39757957 | 关于公司向特定对象发行股票募集说明书(草案)的提示性公告 | 2024-11-17 | Chinese | ||
| 39757946 | 中审众环会计师事务所(特殊普通合伙)关于深圳市富恒新材料股份有限公司前次募集资金使用情况的鉴证报告 | 2024-11-17 | Chinese | ||
| 39757856 | 关于公司向特定对象发行股票摊薄即期回报与填补措施及相关主体承诺的公告 | 2024-11-17 | Chinese | ||
| 39757844 | 监事会关于公司2024年度向特定对象发行股票的书面审核意见 | 2024-11-17 | Chinese | ||
| 39757834 | 关于最近五年被证券监管部门和证券交易所(证券交易场所)采取监管措施或处罚情况的公告 | 2024-11-17 | Chinese | ||
| 39757823 | 关于召开2024年第五次临时股东大会通知公告(提供网络投票) | 2024-11-17 | Chinese | ||
| 39757809 | 关于本次向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2024-11-17 | Chinese | ||
| 39757791 | 第四届董事会第三十七次会议决议公告 | 2024-11-17 | Chinese | ||
| 39757778 | 国浩律师(北京)事务所关于深圳市富恒新材料股份有限公司 2024年第四次临时股东大会之法律意见书 | 2024-11-13 | Chinese | ||
| 39757769 | 公司章程 | 2024-11-13 | 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 |
|
APC
Manufactures LDPE and EVA resins for injection molding, foa…
|
1308 | TW | Manufacturing |
|
Apcotex Industries Limited
Manufacturer of synthetic rubber and latex for automotive a…
|
APCOTEXIND | IN | Manufacturing |
富恒新材 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/58841/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58841 | 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=58841 | 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=58841 \ -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": 58841}, 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 富恒新材 (id: 58841)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.