Jiangsu Asia-Pacific Light Alloy Technology Co.,Ltd. — Investor Relations & Filings
Jiangsu Asia-Pacific Light Alloy Technology Co.,Ltd. specializes in the research, development, and manufacturing of high-performance aluminum alloy extrusion materials. The company's primary product portfolio includes precision aluminum tubes, bars, and profiles designed for demanding applications. A significant portion of its output serves the automotive sector, particularly for heat exchange systems such as radiators, condensers, and evaporators. Additionally, the company provides components for air conditioning systems and structural industrial parts. By utilizing advanced extrusion and drawing processes, the firm produces specialized alloys that meet rigorous technical standards for thermal conductivity and durability. Its operations focus on delivering high-precision solutions to global Tier 1 automotive suppliers and industrial manufacturers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公证天业会计师事务所关于公司2025年度内部控制审计报告 | 2026-04-20 | Chinese | |
| 董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-20 | Chinese | |
| 2026年第一次临时股东会决议公告 | 2026-04-08 | Chinese | |
| 关于第二期股票期权和限制性股票激励计划内幕信息知情人及激励对象买卖公司股票及衍生品种情况的自查报告 | 2026-04-08 | Chinese | |
| 江苏世纪同仁律师事务所关于公司2026年第一次临时股东会的法律意见书 | 2026-04-08 | Chinese | |
| 关于2026年第一季度可转换公司债券转股情况的公告 | 2026-04-01 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 36207075 | 公证天业会计师事务所关于公司2025年度内部控制审计报告 | 2026-04-20 | Chinese | ||
| 36207072 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-20 | Chinese | ||
| 36207069 | 2026年第一次临时股东会决议公告 | 2026-04-08 | Chinese | ||
| 36207067 | 关于第二期股票期权和限制性股票激励计划内幕信息知情人及激励对象买卖公司股票及衍生品种情况的自查报告 | 2026-04-08 | Chinese | ||
| 36207062 | 江苏世纪同仁律师事务所关于公司2026年第一次临时股东会的法律意见书 | 2026-04-08 | Chinese | ||
| 36207058 | 关于2026年第一季度可转换公司债券转股情况的公告 | 2026-04-01 | Chinese | ||
| 36207057 | 董事会薪酬与考核委员会关于第二期股票期权和限制性股票激励计划激励对象名单的核查意见及公示情况说明 | 2026-04-01 | Chinese | ||
| 36207053 | 关于召开2026年第一次临时股东会的提示性公告 | 2026-04-01 | Chinese | ||
| 36207050 | 第二期股票期权和限制性股票激励计划(草案) | 2026-03-20 | Chinese | ||
| 36207048 | 第二期股票期权和限制性股票激励计划(草案)摘要 | 2026-03-20 | Chinese | ||
| 36207035 | 第七届董事会第七次会议决议公告 | 2026-03-20 | Chinese | ||
| 36207023 | 第二期股票期权和限制性股票激励计划自查表 | 2026-03-20 | Chinese | ||
| 36207014 | 第二期股票期权和限制性股票激励计划实施考核管理办法 | 2026-03-20 | Chinese | ||
| 36207010 | 江苏世纪同仁律师事务所关于公司第二期股票期权和限制性股票激励计划(草案)法律意见书 | 2026-03-20 | Chinese | ||
| 36207007 | 关于召开2026年第一次临时股东会的通知 | 2026-03-20 | 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 |
|
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 |
|
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 |
|
Al Taiseer Group Talco Industrial Co.
Specializes in aluminum extrusion, surface treatments, and …
|
4143 | SA | Manufacturing |
|
Alumetal S.A.
Producer of recycled aluminium alloys, primarily for the au…
|
AML | PL | Manufacturing |
Jiangsu Asia-Pacific Light Alloy Technology 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/54566/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54566 | 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=54566 | 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=54566 \ -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": 54566}, 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 Asia-Pacific Light Alloy Technology Co.,Ltd. (id: 54566)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.