
Xinfengming Group Co.,Ltd — Investor Relations & Filings
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 |
|---|---|---|---|
| 关于以集中竞价交易方式回购股份的回购报告书(修订稿) | 2024-08-27 | Chinese | |
| 关于增加回购股份金额的公告 | 2024-08-27 | Chinese | |
| 2024年第四次临时股东大会决议公告 | 2024-08-23 | Chinese | |
| 北京市中伦(上海)律师事务所关于新凤鸣集团股份有限公司2024年第四次临时股东大会的法律意见书 | 2024-08-23 | Chinese | |
| 监事会关于公司2024年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2024-08-16 | Chinese | |
| 关于2024年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2024-08-16 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 37138606 | 关于以集中竞价交易方式回购股份的回购报告书(修订稿) | 2024-08-27 | Chinese | ||
| 37138531 | 关于增加回购股份金额的公告 | 2024-08-27 | Chinese | ||
| 37138521 | 2024年第四次临时股东大会决议公告 | 2024-08-23 | Chinese | ||
| 37138507 | 北京市中伦(上海)律师事务所关于新凤鸣集团股份有限公司2024年第四次临时股东大会的法律意见书 | 2024-08-23 | Chinese | ||
| 37138477 | 监事会关于公司2024年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2024-08-16 | Chinese | ||
| 37138466 | 关于2024年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2024-08-16 | Chinese | ||
| 37138457 | 2024年第四次临时股东大会会议资料 | 2024-08-13 | Chinese | ||
| 37138447 | 监事会关于公司2024年限制性股票激励计划(草案)的核查意见 | 2024-08-06 | Chinese | ||
| 37138432 | 新凤鸣集团股份有限公司章程(2024年8月) | 2024-08-06 | Chinese | ||
| 37138417 | 新凤鸣集团股份有限公司2024年限制性股票激励计划(草案) | 2024-08-06 | Chinese | ||
| 37138403 | 关于聘任公司副总裁的公告 | 2024-08-06 | Chinese | ||
| 37138391 | 关于变更公司回购专户2022年回购股份用途的公告 | 2024-08-06 | Chinese | ||
| 37138383 | 关于独立董事公开征集投票权的公告 | 2024-08-06 | Chinese | ||
| 37138375 | 申万宏源证券承销保荐有限责任公司关于新凤鸣集团股份有限公司2024年限制性股票激励计划(草案)之独立财务顾问报告 | 2024-08-06 | Chinese | ||
| 37138345 | 2024年限制性股票激励计划激励对象人员名单 | 2024-08-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of man-made fibres
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACE
Produces acetate-based chemicals and fibers for filtration …
|
4763 | TW | Manufacturing |
|
Acelon
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 |
|
CHTC HELON CO.,LTD.
Produces viscose fibers and cord fabrics for textile and au…
|
000677 | CN | Manufacturing |
|
CMFC
Specializes in synthetic fibers, polyester yarns, and petro…
|
1718 | TW | 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.