
Zhejiang Kan Specialities Material Co., Ltd. — Investor Relations & Filings
Zhejiang Kan Specialities Material Co., Ltd. specializes in the research, development, and manufacture of high-performance specialty papers and technical materials. The company is a leading provider of electrolytic capacitor paper, which serves as a critical dielectric material in the electronics industry. Its product portfolio also includes battery separator papers, vacuum cleaner filter papers, and various industrial specialty materials designed for electrical insulation and filtration applications. Utilizing advanced production technologies, the company focuses on delivering materials with high purity, precise thickness control, and superior mechanical strength. These products are widely integrated into consumer electronics, automotive components, and industrial power systems. The firm maintains a strong emphasis on technical innovation and quality management to meet the rigorous standards of global electronic component manufacturers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-19 | Chinese | |
| 2025年年度报告摘要 | 2026-03-25 | Chinese | |
| 独立董事述职报告(胡小龙) | 2026-03-25 | Chinese | |
| 独立董事述职报告(王跃生) | 2026-03-25 | Chinese | |
| 信息披露暂缓、豁免管理制度 | 2026-03-25 | Chinese | |
| 关于“质量回报双提升”行动方案的进展公告 | 2026-03-25 | Chinese |
Browse filings by year
23 years- 2026 15 filings
- 2025 98 filings
- 2024 57 filings
- 2023 99 filings
- 2022 136 filings
- 2021 97 filings
- 2020 62 filings
- 2019 130 filings
- 2018 106 filings
- 2017 185 filings
- 2016 123 filings
- 2015 74 filings
- 2014 77 filings
- 2013 105 filings
- 2012 88 filings
- 2011 86 filings
- 2010 74 filings
- 2009 71 filings
- 2008 55 filings
- 2007 78 filings
- 2006 58 filings
- 2005 56 filings
- 2004 20 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46565684 | 2025年年度权益分派实施公告 | 2026-05-19 | Chinese | ||
| 44351529 | 2025年年度报告摘要 | 2026-03-25 | Chinese | ||
| 44351525 | 独立董事述职报告(胡小龙) | 2026-03-25 | Chinese | ||
| 44351516 | 独立董事述职报告(王跃生) | 2026-03-25 | Chinese | ||
| 44351504 | 信息披露暂缓、豁免管理制度 | 2026-03-25 | Chinese | ||
| 44351503 | 关于“质量回报双提升”行动方案的进展公告 | 2026-03-25 | Chinese | ||
| 44351493 | 关于2025年度计提资产减值准备的公告 | 2026-03-25 | Chinese | ||
| 44351481 | 关于对外提供担保的公告 | 2026-03-25 | Chinese | ||
| 44351457 | 会计师事务所对非经营性资金占用及其他关联资金往来情况的专项审核意见 | 2026-03-25 | Chinese | ||
| 44351453 | 2025年年度报告 | 2026-03-25 | Chinese | ||
| 44351450 | 2025年度可持续发展报告(英文版) | 2026-03-25 | Chinese | ||
| 44351443 | 董事、高级管理人员薪酬管理制度 | 2026-03-25 | Chinese | ||
| 44351439 | 关于独立董事2025年度独立性情况的专项意见 | 2026-03-25 | Chinese | ||
| 44351430 | 关于使用闲置自有资金购买理财产品的公告 | 2026-03-25 | Chinese | ||
| 44351421 | 关于控股子公司出售土地使用权及地上附属物的完成公告 | 2026-01-16 | 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 |
Zhejiang Kan Specialities Material 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/54078/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54078 | 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=54078 | 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=54078 \ -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": 54078}, 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 Zhejiang Kan Specialities Material Co., Ltd. (id: 54078)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.