Jiangsu Lidao New Material Co., Ltd. — Investor Relations & Filings
About Jiangsu Lidao New Material Co., Ltd.
Jiangsu Lidao New Material Co., Ltd. specializes in the research, development, and manufacturing of high-performance aluminum materials. The company focuses on the production of color-coated aluminum coils, sheets, and strips, utilizing advanced coating technologies to ensure durability and aesthetic versatility. Its product range includes specialized surface-treated aluminum and composite materials designed for applications in architectural decoration, household appliances, and packaging. By integrating precision manufacturing with material science, the company provides solutions characterized by high weather resistance and formability. The firm serves diverse sectors, offering customized material specifications for building facades, interior design, and industrial components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 丽岛新材:2026年第一季度财务报告 | 2026-04-28 | Chinese | |
| 丽岛新材:2025年内部控制自我评价报告 | 2026-04-24 | Chinese | |
| 丽岛新材:独立董事年度述职报告(祝世超) | 2026-04-24 | Chinese | |
| 丽岛新材:关于2026年度对外担保额度预计的公告 | 2026-04-24 | Chinese | |
| 丽岛新材:关于营业收入扣除情况的专项核查意见(天健出具) | 2026-04-24 | Chinese | |
| 丽岛新材:关于2025年度“提质增效重回报”行动方案的评估报告暨2026年度“提质增效重回报”行动方案的公告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39777511 | 丽岛新材:2026年第一季度财务报告 | 2026-04-28 | Chinese | ||
| 39777510 | 丽岛新材:2025年内部控制自我评价报告 | 2026-04-24 | Chinese | ||
| 39777500 | 丽岛新材:独立董事年度述职报告(祝世超) | 2026-04-24 | Chinese | ||
| 39777493 | 丽岛新材:关于2026年度对外担保额度预计的公告 | 2026-04-24 | Chinese | ||
| 39777486 | 丽岛新材:关于营业收入扣除情况的专项核查意见(天健出具) | 2026-04-24 | Chinese | ||
| 39777346 | 丽岛新材:关于2025年度“提质增效重回报”行动方案的评估报告暨2026年度“提质增效重回报”行动方案的公告 | 2026-04-24 | Chinese | ||
| 39777342 | 丽岛新材:关于2025年度计提资产减值准备的公告 | 2026-04-24 | Chinese | ||
| 39777338 | 丽岛新材:关于使用部分暂时闲置自有资金用于现金管理的公告 | 2026-04-24 | Chinese | ||
| 39777328 | 丽岛新材:第五届董事会第二十一次会议决议 | 2026-04-24 | Chinese | ||
| 39777319 | 丽岛新材:关于2025年度拟不进行利润分配的公告 | 2026-04-24 | Chinese | ||
| 39777308 | 丽岛新材:上市公司对2025年度会计师事务所履行监督职责评估报告 | 2026-04-24 | Chinese | ||
| 39777300 | 丽岛新材:关于拟续聘天健会计师事务所(特殊普通合伙)为公司2025年度财务、内控审计机构的公告 | 2026-04-24 | Chinese | ||
| 39777291 | 丽岛新材:非经营性资金占用及其他关联资金往来情况的专项审计说明(天健出具) | 2026-04-24 | Chinese | ||
| 39777228 | 丽岛新材:独立董事年度述职报告(魏佳眉离任) | 2026-04-24 | Chinese | ||
| 39777219 | 丽岛新材:内控审计报告(天健出具) | 2026-04-24 | 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 Lidao New Material 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/57912/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57912 | 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=57912 | 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=57912 \ -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": 57912}, 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 Lidao New Material Co., Ltd. (id: 57912)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.