
Jiangsu ToLand Alloy Co.,Ltd — Investor Relations & Filings
Jiangsu ToLand Alloy Co., Ltd. specializes in the research, development, and manufacturing of high-performance superalloys and precision alloys. The company produces a wide range of materials, including nickel-based, cobalt-based, and iron-based alloys designed for extreme environments. Its product portfolio encompasses bars, wires, strips, plates, and forgings utilized in critical applications such as aerospace engines, gas turbines, petrochemical processing, and nuclear power generation. ToLand Alloy utilizes advanced melting and processing technologies, including vacuum induction melting (VIM) and electroslag remelting (ESR), to ensure high purity and material integrity. The firm focuses on delivering materials with superior heat resistance, corrosion resistance, and mechanical properties to meet stringent international standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信证券股份有限公司关于江苏图南合金股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-15 | Chinese | |
| 简式权益变动报告书(陈建平、陈杰) | 2026-05-15 | Chinese | |
| 股东询价转让结果报告书暨持股5%以上股东权益变动触及5%整数倍的提示性公告 | 2026-05-15 | Chinese | |
| 简式权益变动报告书(万柏方、万金宜、薛庆平、立枫投资) | 2026-05-15 | Chinese | |
| 股东询价转让定价情况提示性公告 | 2026-05-11 | Chinese | |
| 上海市锦天城律师事务所关于江苏图南合金股份有限公司2025年年度股东会的法律意见书 | 2026-05-08 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46354212 | 中信证券股份有限公司关于江苏图南合金股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-15 | Chinese | ||
| 46354206 | 简式权益变动报告书(陈建平、陈杰) | 2026-05-15 | Chinese | ||
| 46354215 | 股东询价转让结果报告书暨持股5%以上股东权益变动触及5%整数倍的提示性公告 | 2026-05-15 | Chinese | ||
| 46353754 | 简式权益变动报告书(万柏方、万金宜、薛庆平、立枫投资) | 2026-05-15 | Chinese | ||
| 44928451 | 股东询价转让定价情况提示性公告 | 2026-05-11 | Chinese | ||
| 44261512 | 上海市锦天城律师事务所关于江苏图南合金股份有限公司2025年年度股东会的法律意见书 | 2026-05-08 | Chinese | ||
| 44261526 | 2025年年度股东会决议公告 | 2026-05-08 | Chinese | ||
| 44263741 | 股东询价转让计划书 | 2026-05-08 | Chinese | ||
| 44263894 | 中信证券股份有限公司关于江苏图南合金股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-05-08 | Chinese | ||
| 39777616 | 2025年度独立董事述职报告(金建海) | 2026-04-17 | Chinese | ||
| 39777614 | 2025年度董事会工作报告 | 2026-04-17 | Chinese | ||
| 39777612 | 董事会审计委员会对2025年度年审会计师事务所履行监督职责情况报告 | 2026-04-17 | Chinese | ||
| 39777611 | 2025年年度审计报告 | 2026-04-17 | Chinese | ||
| 34822947 | 关于拟续聘会计师事务所的公告 | 2026-04-17 | Chinese | ||
| 34822945 | 内部控制审计报告 | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic precious and other non-ferrous metals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
6K ADDITIVE, INC.
Produces sustainable metal powders for 3D printing using mi…
|
6KA | US | Manufacturing |
|
Afarak Group
A vertically-integrated producer of chromium-based specialt…
|
AFAGR | FI | Manufacturing |
|
Alakasa Industrindo Tbk
Pioneer in aluminum industry, establishing value chain from…
|
ALKA | ID | Manufacturing |
|
Alcoa Corp
A global producer of bauxite, alumina, and aluminum with in…
|
AA | US | Manufacturing |
|
Alcomet AD
Manufacturer of flat-rolled and extruded aluminum products,…
|
ALCM | BG | Manufacturing |
|
ALCOM GROUP BERHAD
Largest producer of rolled aluminium products in its primar…
|
— | MY | Manufacturing |
|
ALCONIX CORPORATION
An integrated non-ferrous metals company combining trading …
|
3036 | JP | Manufacturing |
|
Alnera Aluminium Co., Ltd.
Manufactures aluminum extrusion profiles and fabricated com…
|
301613 | CN | Manufacturing |
|
Alpro a.d. Vlasenica
Manufacturer of extruded aluminum profiles for architectura…
|
ALPRRA | BA | Manufacturing |
|
Alro S.A.
A large, vertically integrated aluminum producer in Europe …
|
ALR | RO | Manufacturing |
Jiangsu ToLand Alloy 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/55824/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55824 | 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=55824 | 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=55824 \ -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": 55824}, 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 Jiangsu ToLand Alloy Co.,Ltd (id: 55824)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.