吉林碳谷 — 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 |
|---|---|---|---|
| 购买资产暨关联交易的公告 | 2026-04-12 | Chinese | |
| 关于选举公司董事会薪酬与考核委员会委员的公告 | 2026-04-12 | Chinese | |
| 关于预计2026年度向金融机构申请授信额度公告 | 2026-04-12 | Chinese | |
| 关于审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-12 | Chinese | |
| 2025年年度报告 | 2026-04-12 | Chinese | |
| 关于吉林碳谷碳纤维股份有限公司控股股东及其他关联方资金占用情况专项说明 | 2026-04-12 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39951533 | 购买资产暨关联交易的公告 | 2026-04-12 | Chinese | ||
| 39951525 | 关于选举公司董事会薪酬与考核委员会委员的公告 | 2026-04-12 | Chinese | ||
| 39951516 | 关于预计2026年度向金融机构申请授信额度公告 | 2026-04-12 | Chinese | ||
| 39951510 | 关于审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-12 | Chinese | ||
| 39951501 | 2025年年度报告 | 2026-04-12 | Chinese | ||
| 39951296 | 关于吉林碳谷碳纤维股份有限公司控股股东及其他关联方资金占用情况专项说明 | 2026-04-12 | Chinese | ||
| 39951226 | 关于北京德皓国际会计师事务所(特殊普通合伙)的履职情况评估报告 | 2026-04-12 | Chinese | ||
| 39951222 | 东北证券股份有限公司关于吉林碳谷碳纤维股份有限公司2025年度持续督导定期现场核查报告 | 2026-04-12 | Chinese | ||
| 39951209 | 2025年年度独立董事述职报告(赵明) | 2026-04-12 | Chinese | ||
| 39951198 | 2025年年度独立董事述职报告(程岩已离职) | 2026-04-12 | Chinese | ||
| 39951186 | 董事、高级管理人员薪酬管理办法 | 2026-04-12 | Chinese | ||
| 39951169 | 2025年年度权益分派预案公告 | 2026-04-12 | Chinese | ||
| 39951154 | 关于公司2026年度董事、高级管理人员薪酬方案 | 2026-04-12 | Chinese | ||
| 39951146 | 董事会薪酬与考核委员会工作细则 | 2026-04-12 | Chinese | ||
| 39951138 | 关于选举公司董事会战略与ESG管理委员会委员的公告 | 2026-04-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of man-made fibres
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acelon Chemicals & Fiber Corporation
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 |
|
China Man-Made Fiber Corporation
Specializes in synthetic fibers, polyester yarns, and petro…
|
1718 | TW | Manufacturing |
|
CHTC HELON CO.,LTD.
Produces viscose fibers and cord fabrics for textile and au…
|
000677 | CN | Manufacturing |
|
Command Polymers Limited
Manufactures recycled polyester fibers and granules from po…
|
543843 | IN | 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.