QUZHOU DFP NEW MATERIAL GROUP CO.,LTD. — Investor Relations & Filings
About QUZHOU DFP NEW MATERIAL GROUP CO.,LTD.
Quzhou DFP New Material Group Co., Ltd. focuses on the research, development, and production of specialty release materials and high-performance papers. The company’s primary product range includes glassine release paper, clay-coated kraft (CCK) paper, PE-coated release paper, and specialized release liners. These materials are designed for diverse applications across the pressure-sensitive adhesive industry, including labeling, medical packaging, electronic manufacturing, and industrial tapes. The group utilizes advanced coating technologies and precision processing equipment to deliver materials with specific release forces and surface characteristics. By integrating R&D with large-scale manufacturing, the company provides technical solutions tailored to the requirements of global adhesive product manufacturers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 衢州东峰2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-24 | Chinese | |
| 衢州东峰2025年度独立董事述职报告(林长鸿) | 2026-04-24 | Chinese | |
| 衢州东峰董事会关于独立董事2025年度独立性自查情况的专项报告 | 2026-04-24 | Chinese | |
| 衢州东峰关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | |
| 衢州东峰第六届董事会第十二次会议决议公告 | 2026-04-24 | Chinese | |
| 衢州东峰审计委员会2025年度履职情况报告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36708428 | 衢州东峰2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-24 | Chinese | ||
| 36708413 | 衢州东峰2025年度独立董事述职报告(林长鸿) | 2026-04-24 | Chinese | ||
| 36708395 | 衢州东峰董事会关于独立董事2025年度独立性自查情况的专项报告 | 2026-04-24 | Chinese | ||
| 36708393 | 衢州东峰关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 36708377 | 衢州东峰第六届董事会第十二次会议决议公告 | 2026-04-24 | Chinese | ||
| 36708366 | 衢州东峰审计委员会2025年度履职情况报告 | 2026-04-24 | Chinese | ||
| 36708352 | 衢州东峰2025年度独立董事述职报告(于震) | 2026-04-24 | Chinese | ||
| 36708341 | 关于衢州东峰2025年度营业收入扣除情况的专项审核说明(中汇会专[2026]7610号) | 2026-04-24 | Chinese | ||
| 36708340 | 衢州东峰关于计提资产减值准备的公告 | 2026-04-24 | Chinese | ||
| 36708337 | 衢州东峰关于计提长期股权投资减值准备及商誉减值准备的公告 | 2026-04-24 | Chinese | ||
| 36708333 | 衢州东峰2025年度审计报告(中汇会审[2026]7608号) | 2026-04-24 | Chinese | ||
| 36707986 | 衢州东峰内部控制审计报告(中汇会审[2026]7612号) | 2026-04-24 | Chinese | ||
| 36707900 | 衢州东峰关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-24 | Chinese | ||
| 36707886 | 衢州东峰2026年度“提质增效重回报”行动方案 | 2026-04-24 | Chinese | ||
| 36707874 | 衢州东峰关于2025年度拟不进行利润分配的公告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pulp, paper and paperboard
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AbitibiBowater Canada Inc.
Global producer of newsprint, printing papers, bleached kra…
|
AXB | CA | Manufacturing |
|
Agio Paper & Industries Limited
Manufactures writing and printing paper for educational and…
|
516020 | IN | Manufacturing |
|
Alberta Newsprint Fund
Alberta's sole paper mill, manufacturing premium newsprint …
|
— | CA | Manufacturing |
|
ALKİM KAĞIT SANAYİ VE TİCARET A.Ş.
Manufacturer of high-grade paper for the printing and packa…
|
ALKA | TR | Manufacturing |
|
Altri SGPS
A producer of cellulosic fibers and eucalyptus pulp from su…
|
ACJ | PT | Manufacturing |
|
ANDHRA PAPER LIMITED
Integrated manufacturer of pulp, paper, and specialty board…
|
ANDHRAPAP | IN | Manufacturing |
|
Anhui Genuine New Materials Co.,Ltd.
Manufactures high-end vacuum aluminized and transfer paper …
|
603429 | CN | Manufacturing |
|
ANHUI LINPING CIRCULAR DEVELOPMENT CO., LTD.
Produces recycled corrugated base paper and kraft linerboar…
|
603284 | CN | Manufacturing |
|
Arctic Paper S.A.
Manufacturer of premium graphic papers, packaging solutions…
|
ATC | PL | Manufacturing |
|
Ashutosh Paper Mills Ltd.
Produces kraft, writing, and printing papers from recycled …
|
531568 | IN | Manufacturing |
QUZHOU DFP NEW MATERIAL 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/57246/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57246 | 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=57246 | 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=57246 \ -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": 57246}, 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 QUZHOU DFP NEW MATERIAL GROUP CO.,LTD. (id: 57246)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.