
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 |
|---|---|---|---|
| 内部审计制度 | 2022-12-09 | Chinese | |
| 董事、监事和高级管理人员持有和买卖本公司股票管理制度 | 2022-12-09 | Chinese | |
| 关联交易管理办法 | 2022-12-09 | Chinese | |
| 关于开展期货套期保值业务的公告 | 2022-12-09 | Chinese | |
| 投资者关系管理制度 | 2022-12-09 | Chinese | |
| 总经理工作细则 | 2022-12-09 | Chinese |
Browse filings by year
26 years- 2026 54 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 | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 40810895 | 内部审计制度 | 2022-12-09 | Chinese | ||
| 40810753 | 董事、监事和高级管理人员持有和买卖本公司股票管理制度 | 2022-12-09 | Chinese | ||
| 40810739 | 关联交易管理办法 | 2022-12-09 | Chinese | ||
| 40810727 | 关于开展期货套期保值业务的公告 | 2022-12-09 | Chinese | ||
| 40810717 | 投资者关系管理制度 | 2022-12-09 | Chinese | ||
| 40810698 | 总经理工作细则 | 2022-12-09 | Chinese | ||
| 40810686 | 独立董事关于公司第八届董事会第二次会议相关事项的事前认可意见 | 2022-12-09 | Chinese | ||
| 40810675 | 华泰联合证券有限责任公司关于创新新材料科技股份有限公司开展套期保值业务的核查意见 | 2022-12-09 | Chinese | ||
| 40810663 | 董事会秘书工作细则 | 2022-12-09 | Chinese | ||
| 40810652 | 董事会战略委员会议事规则 | 2022-12-09 | Chinese | ||
| 40810641 | 关于公司及子公司2023年度向银行等金融机构申请综合授信额度及提供担保额度预计的公告 | 2022-12-09 | Chinese | ||
| 40810625 | 期货套期保值业务管理制度 | 2022-12-09 | Chinese | ||
| 40810613 | 关于召开2022年第四次临时股东大会的通知 | 2022-12-09 | Chinese | ||
| 40810593 | 独立董事关于公司第八届董事会第二次会议相关事项的独立意见 | 2022-12-09 | Chinese | ||
| 40810580 | 关于完成工商变更登记并换发营业执照的公告 | 2022-12-08 | 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.