
ACE — Investor Relations & Filings
Jinan Acetate Chemical Co., Ltd. (Acetek Group) specializes in the research, development, production, and distribution of acetate-based chemical products and high-performance fibers. The company’s core portfolio includes acetic anhydride, cellulose diacetate, and acetate tow, which are primarily utilized in the manufacturing of cigarette filters and specialized filtration materials. Additionally, the company produces acetate fiber filaments and nylon air-textured yarn for applications in eco-friendly textiles and advanced materials. By integrating upstream production of acetic anhydride and plastic-grade acetate flakes, the company ensures supply chain stability and cost efficiency. With a global presence spanning over 60 countries and regions, Jinan Acetate Chemical focuses on collaborative innovation and process optimization to meet diverse industrial requirements for green materials and high-efficiency filtration solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 本公司受邀參加德信證券舉辦之法人說明會 | 2021-01-05 | Chinese | |
| 公告本公司董事會決議召開110年股東常會相關事宜 | 2021-01-05 | Chinese | |
| 公告本公司依公開發行公司資金貸與及背書保證處理準則 第25條第一項第四款應公告事項 | 2020-12-31 | Chinese | |
| 公告本公司董事會決議召開110年股東常會相關事宜 | 2020-12-31 | Chinese | |
| 公告本公司董事會通過子公司濟南大自然新材料有限公司進行 絲束廠擴建案 | 2020-12-31 | Chinese | |
| 公告本公司董事會通過子公司擬於大陸進行科創版IPO事宜 | 2020-12-31 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
2 filings
| |||||
| 34618351 | 本公司受邀參加德信證券舉辦之法人說明會 | 2021-01-05 | Chinese | ||
| 34618352 | 公告本公司董事會決議召開110年股東常會相關事宜 | 2021-01-05 | Chinese | ||
|
2020
13 filings
| |||||
| 34614652 | 公告本公司依公開發行公司資金貸與及背書保證處理準則 第25條第一項第四款應公告事項 | 2020-12-31 | Chinese | ||
| 34614655 | 公告本公司董事會決議召開110年股東常會相關事宜 | 2020-12-31 | Chinese | ||
| 34614658 | 公告本公司董事會通過子公司濟南大自然新材料有限公司進行 絲束廠擴建案 | 2020-12-31 | Chinese | ||
| 34614662 | 公告本公司董事會通過子公司擬於大陸進行科創版IPO事宜 | 2020-12-31 | Chinese | ||
| 34614668 | 109年11月內部人持股異動(事後) | 2020-12-08 | Chinese | ||
| 34614666 | 109年11月董事會成員及持股 | 2020-12-08 | Chinese | ||
| 34614677 | 109年11月背書保證與資金貸與 | 2020-12-02 | Chinese | ||
| 34614673 | 109年11月營業收入 | 2020-12-02 | Chinese | ||
| 34614697 | 109年11月法人說明會簡報 — 476320201119E001.pdf | 2020-11-19 | Chinese | ||
| 34614688 | 109年11月法人說明會簡報 — 476320201119M001.pdf | 2020-11-19 | Chinese | ||
| 34614680 | 109年11月法人說明會簡報 | 2020-11-19 | Chinese | ||
| 34614702 | 本公司受邀參加永豐金證券舉辦之法人說明會 | 2020-11-16 | Chinese | ||
| 34614703 | 代子公司中峰化學有限公司公告與義大利廠商LA/ES集團 簽訂供貨合約 | 2020-11-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of man-made fibres
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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 |
|
Command Polymers Limited
Manufactures recycled polyester fibers and granules from po…
|
543843 | IN | Manufacturing |
ACE 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/52427/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52427 | 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=52427 | 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=52427 \ -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": 52427}, 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 ACE (id: 52427)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.