吉林碳谷 — 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 |
|---|---|---|---|
| 2023年年度独立董事述职报告(程岩) | 2024-04-24 | Chinese | |
| 东北证券股份有限公司关于吉林碳谷碳纤维股份有限公司关联方向公司提供资金支持暨关联交易的核查意见 | 2024-04-24 | Chinese | |
| 拟续聘会计师事务所公告 | 2024-04-24 | Chinese | |
| 关于关联方向公司提供资金支持暨关联交易公告 | 2024-04-24 | Chinese | |
| 第三届监事会第十四次会议决议公告 | 2024-04-24 | Chinese | |
| 关于变更董事会审计委员会成员的公告 | 2024-04-24 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39946796 | 2023年年度独立董事述职报告(程岩) | 2024-04-24 | Chinese | ||
| 39946787 | 东北证券股份有限公司关于吉林碳谷碳纤维股份有限公司关联方向公司提供资金支持暨关联交易的核查意见 | 2024-04-24 | Chinese | ||
| 39946775 | 拟续聘会计师事务所公告 | 2024-04-24 | Chinese | ||
| 39946766 | 关于关联方向公司提供资金支持暨关联交易公告 | 2024-04-24 | Chinese | ||
| 39946757 | 第三届监事会第十四次会议决议公告 | 2024-04-24 | Chinese | ||
| 39946752 | 关于变更董事会审计委员会成员的公告 | 2024-04-24 | Chinese | ||
| 39946738 | 2023年年度报告摘要 | 2024-04-24 | Chinese | ||
| 39946725 | 东北证券股份有限公司关于吉林碳谷碳纤维股份有限公司2023年度募集资金存放与使用情况的专项核查报告 | 2024-04-24 | Chinese | ||
| 39946647 | 2023年年度权益分派预案暨落实“提质守信重回报”行动公告 | 2024-04-24 | Chinese | ||
| 39946637 | 解除股权质押的公告 | 2024-04-15 | Chinese | ||
| 39946626 | 关于公司募集资金使用完毕及注销募集资金账户的公告 | 2024-04-09 | Chinese | ||
| 39946622 | 第三届董事会第十九次会议决议公告 | 2024-03-10 | Chinese | ||
| 39946613 | 吉林碳谷碳纤维股份有限公司董事长任命公告 | 2024-03-10 | Chinese | ||
| 39946599 | 2024年第二次临时股东大会决议公告 | 2024-03-07 | Chinese | ||
| 39946591 | 吉林证律律师事务所关于吉林碳谷碳纤维股份有限公司2024年第二次临时股东大会的法律意见书 | 2024-03-07 | 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.