吉林碳谷 — Investor Relations & Filings
About 吉林碳谷
Jilin Tangu Carbon Fiber Co., Ltd. specializes in the research, development, and large-scale production of polyacrylonitrile (PAN)-based carbon fiber precursors. The company focuses on high-performance precursor technology, offering a diverse product portfolio that includes both small-tow and large-tow specifications, such as 24K and 48K varieties. These materials serve as critical inputs for the manufacturing of carbon fiber used in wind turbine blades, aerospace components, automotive parts, and sports equipment. By leveraging advanced polymerization and spinning processes, the company provides high-strength, high-modulus materials designed for demanding industrial applications. Its core competencies lie in the mass production of cost-effective large-tow precursors, supporting the global transition toward lightweight and high-strength structural materials.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司控股股东股权变动的进展的公告 | 2025-12-28 | Chinese | |
| 吉林琴明世兴律师事务所关于吉林碳谷碳纤维股份有限公司2025年第七次临时股东会的法律意见书 | 2025-12-14 | Chinese | |
| 2025年第七次临时股东会决议公告 | 2025-12-14 | Chinese | |
| 关于公司控股股东股权控制结构变动的进展公告 | 2025-12-10 | Chinese | |
| 股东拟减持股份的预披露公告 | 2025-12-08 | Chinese | |
| 关于预计2026年日常性关联交易的公告 | 2025-11-27 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39950773 | 关于公司控股股东股权变动的进展的公告 | 2025-12-28 | Chinese | ||
| 39950763 | 吉林琴明世兴律师事务所关于吉林碳谷碳纤维股份有限公司2025年第七次临时股东会的法律意见书 | 2025-12-14 | Chinese | ||
| 39950647 | 2025年第七次临时股东会决议公告 | 2025-12-14 | Chinese | ||
| 39950637 | 关于公司控股股东股权控制结构变动的进展公告 | 2025-12-10 | Chinese | ||
| 39950624 | 股东拟减持股份的预披露公告 | 2025-12-08 | Chinese | ||
| 39950613 | 关于预计2026年日常性关联交易的公告 | 2025-11-27 | Chinese | ||
| 39950602 | 东北证券股份有限公司关于吉林碳谷碳纤维股份有限公司预计2026年日常性关联交易的核查意见 | 2025-11-27 | Chinese | ||
| 39950590 | 董事、高级管理人员离任公告 | 2025-11-27 | Chinese | ||
| 39950574 | 关于召开2025年第七次临时股东会通知公告(提供网络投票) | 2025-11-27 | Chinese | ||
| 39950565 | 第四届董事会第八次会议决议公告 | 2025-11-27 | Chinese | ||
| 39950556 | 董事、高级管理人员任命公告 | 2025-11-27 | Chinese | ||
| 39950545 | 关于控股股东委托管理方股权结构变动的提示性公告 | 2025-11-19 | Chinese | ||
| 39950535 | 2025年第六次临时股东会决议公告 | 2025-11-18 | Chinese | ||
| 39950521 | 吉林琴明世兴律师事务所关于吉林碳谷碳纤维股份有限公司2025年第六次临时股东会的法律意见书 | 2025-11-18 | Chinese | ||
| 39950469 | 关于持股5%以上股东的股份被司法裁定完成过户的公告 | 2025-11-16 | 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 |
吉林碳谷 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/58710/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58710 | 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=58710 | 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=58710 \ -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": 58710}, 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 吉林碳谷 (id: 58710)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.