Xinfengming Group Co.,Ltd — Investor Relations & Filings
About Xinfengming Group Co.,Ltd
Xinfengming Group Co.,Ltd. specializes in the large-scale research, development, and manufacturing of polyester filament and its raw materials. The company operates a vertically integrated production chain, primarily focusing on the output of Purified Terephthalic Acid (PTA) and various polyester products, including Partially Oriented Yarn (POY), Fully Drawn Yarn (FDY), and Draw Textured Yarn (DTY). These products serve as essential materials for the global textile, apparel, and home furnishing industries. By leveraging advanced automated production lines and integrated logistics, the company maintains high efficiency and quality standards. Its strategic focus includes technological innovation in fiber performance and sustainable manufacturing processes to meet diverse industrial requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于追加公司2025年度与关联方日常关联交易预计金额的公告 | 2025-08-28 | Chinese | |
| 关于独山能源向其参股公司提供财务资助暨关联交易的公告 | 2025-08-28 | Chinese | |
| 2025年半年度主要经营数据公告 | 2025-08-28 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-28 | Chinese | |
| 2025年第四次临时股东大会决议公告 | 2025-08-11 | Chinese | |
| 北京市中伦(上海)律师事务所关于新凤鸣集团股份有限公司2025年第四次临时股东大会的法律意见书 | 2025-08-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 37140624 | 关于追加公司2025年度与关联方日常关联交易预计金额的公告 | 2025-08-28 | Chinese | ||
| 37140617 | 关于独山能源向其参股公司提供财务资助暨关联交易的公告 | 2025-08-28 | Chinese | ||
| 37140612 | 2025年半年度主要经营数据公告 | 2025-08-28 | Chinese | ||
| 37140609 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 37140600 | 2025年第四次临时股东大会决议公告 | 2025-08-11 | Chinese | ||
| 37140590 | 北京市中伦(上海)律师事务所关于新凤鸣集团股份有限公司2025年第四次临时股东大会的法律意见书 | 2025-08-11 | Chinese | ||
| 37140572 | 关于回购注销部分限制性股票减少注册资本暨通知债权人公告 | 2025-08-11 | Chinese | ||
| 37140561 | 2025年第四次临时股东大会会议资料 | 2025-07-30 | Chinese | ||
| 37140555 | 关于对公司2024年限制性股票激励计划的部分激励股份进行回购注销的公告 | 2025-07-25 | Chinese | ||
| 37140546 | 关于变更公司注册资本暨修订《公司章程》的公告 | 2025-07-25 | Chinese | ||
| 37140537 | 第六届董事会第三十七次会议决议公告 | 2025-07-25 | Chinese | ||
| 37140530 | 关于召开2025年第四次临时股东大会的通知 | 2025-07-25 | Chinese | ||
| 37140517 | 公司章程修正案 | 2025-07-25 | Chinese | ||
| 37140509 | 第六届监事会第二十次会议决议公告 | 2025-07-25 | Chinese | ||
| 37140504 | 北京中伦(成都)律师事务所关于新凤鸣集团股份有限公司2024年限制性股票激励计划调整回购价格及回购注销部分限制性股票相关事项的法律意见书 | 2025-07-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of man-made fibres
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acelon Chemicals & Fiber Corporation
Manufactures synthetic fibers, filament yarns, and sustaina…
|
1466 | TW | Manufacturing |
|
AKSA AKRİLİK KİMYA SANAYİİ A.Ş.
The world's largest acrylic fiber producer for textile and …
|
AKSA | TR | Manufacturing |
|
Anhui Wanwei Updated High-Tech Material Industry Co.,Ltd
Produces PVA-based chemical fibers and advanced materials f…
|
600063 | CN | Manufacturing |
|
Aquafil
A global producer of synthetic fibers and regenerated nylon…
|
ECNL | IT | Manufacturing |
|
BEIJING TONGYIZHONG NEW MATERIAL TECHNOLOGY CORPORATION
Produces UHMWPE fibers and ballistic protection materials f…
|
688722 | CN | Manufacturing |
|
Bolt Projects Holdings, Inc.
Develops and produces biomaterials for the beauty, personal…
|
BSLK | US | Manufacturing |
|
Celanese Canada Inc.
Key manufacturer of specialty chemicals, synthetic fibers, …
|
— | CA | Manufacturing |
|
China Man-Made Fiber Corporation
Specializes in synthetic fibers, polyester yarns, and petro…
|
1718 | TW | Manufacturing |
|
CHTC HELON CO.,LTD.
Produces viscose fibers and cord fabrics for textile and au…
|
000677 | CN | Manufacturing |
|
Command Polymers Limited
Manufactures recycled polyester fibers and granules from po…
|
543843 | IN | Manufacturing |
Xinfengming Group 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/57526/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57526 | 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=57526 | 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=57526 \ -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": 57526}, 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 Xinfengming Group Co.,Ltd (id: 57526)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.