
INNOVATION NEW MATERIAL TECHNOLOGY CO., LTD. — Investor Relations & Filings
Innovation New Material Technology Co., Ltd. specializes in the research, development, and manufacturing of high-performance aluminum alloy materials. The company operates an integrated production chain covering melting, casting, extrusion, and precision processing. Its product portfolio includes high-end aluminum alloy bars, profiles, plates, strips, and foils, which are utilized in consumer electronics, automotive components, and renewable energy infrastructure. The firm emphasizes large-scale production efficiency and sustainable manufacturing practices, particularly through the integration of recycled aluminum. By delivering customized material solutions, it supports high-precision applications for global technology and transportation sectors, focusing on advanced material properties and structural integrity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2023年度董事会审计委员会对会计师事务所履行监督职责情况报告 | 2024-04-25 | Chinese | |
| 关于召开2023年年度股东大会的通知 | 2024-04-25 | Chinese | |
| 董事会关于独立董事独立性自查情况的专项意见 | 2024-04-25 | Chinese | |
| 第八届董事会第十二次会议决议公告 | 2024-04-25 | Chinese | |
| 2023年度内部控制评价报告 | 2024-04-25 | Chinese | |
| 2023年度监事会工作报告 | 2024-04-25 | Chinese |
Browse filings by year
26 years- 2026 53 filings
- 2025 191 filings
- 2024 127 filings
- 2023 141 filings
- 2022 281 filings
- 2021 110 filings
- 2020 88 filings
- 2019 97 filings
- 2018 99 filings
- 2017 75 filings
- 2016 91 filings
- 2015 97 filings
- 2014 85 filings
- 2013 64 filings
- 2012 63 filings
- 2011 59 filings
- 2010 59 filings
- 2009 56 filings
- 2008 56 filings
- 2007 49 filings
- 2006 36 filings
- 2005 49 filings
- 2004 24 filings
- 2003 18 filings
- 2002 29 filings
- 2001 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 40815314 | 2023年度董事会审计委员会对会计师事务所履行监督职责情况报告 | 2024-04-25 | Chinese | ||
| 40815301 | 关于召开2023年年度股东大会的通知 | 2024-04-25 | Chinese | ||
| 40815289 | 董事会关于独立董事独立性自查情况的专项意见 | 2024-04-25 | Chinese | ||
| 40815279 | 第八届董事会第十二次会议决议公告 | 2024-04-25 | Chinese | ||
| 40815272 | 2023年度内部控制评价报告 | 2024-04-25 | Chinese | ||
| 40815245 | 2023年度监事会工作报告 | 2024-04-25 | Chinese | ||
| 40815234 | 创新新材料科技股份有限公司章程(2024年4月修订) | 2024-04-25 | Chinese | ||
| 40815208 | 董事会战略与ESG委员会议事规则 | 2024-04-25 | Chinese | ||
| 40815195 | 2023年度募集资金年度存放与使用情况鉴证报告 | 2024-04-25 | Chinese | ||
| 40815098 | 2023年度对会计师事务所履职情况评估报告 | 2024-04-25 | Chinese | ||
| 40815095 | 2023年度内部控制审计报告 | 2024-04-25 | Chinese | ||
| 40815054 | 2023年度审计报告 | 2024-04-25 | Chinese | ||
| 40814762 | 审计委员会2023年度履职报告 | 2024-04-25 | Chinese | ||
| 40814748 | 关于减少注册资本并修订公司章程的公告 | 2024-04-25 | Chinese | ||
| 40814740 | 第八届监事会第十次会议决议公告 | 2024-04-25 | 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 |
INNOVATION NEW MATERIAL 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/56677/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56677 | 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=56677 | 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=56677 \ -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": 56677}, 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 INNOVATION NEW MATERIAL TECHNOLOGY CO., LTD. (id: 56677)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.