
INNUOVO TECHNOLOGY CO.,LTD. — Investor Relations & Filings
INNUOVO TECHNOLOGY CO.,LTD. specializes in the research, development, and manufacturing of high-performance magnetic materials and precision components. The core product portfolio features sintered and bonded neodymium iron boron (NdFeB) permanent magnets, utilized extensively in electric vehicles, consumer electronics, and industrial automation. The company also designs and produces micro-motors and specialized rehabilitation equipment, including electric wheelchairs and mobility scooters. By leveraging advanced material science, the firm provides integrated solutions for energy-efficient motor systems and smart manufacturing. Its technical focus remains on high-coercivity and high-remanence magnetic solutions tailored for the global automotive, healthcare, and renewable energy sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 半年报董事会决议公告 | 2025-08-19 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-19 | Chinese | |
| 董事会战略委员会实施细则(2025年8月修订) | 2025-08-19 | Chinese | |
| 信息披露事务管理制度(2025年8月修订) | 2025-08-19 | Chinese | |
| 对外担保制度(2025年8月修订) | 2025-08-19 | Chinese | |
| 股东会议事规则(2025年8月修订) | 2025-08-19 | Chinese |
Browse filings by year
27 years- 2026 31 filings
- 2025 114 filings
- 2024 127 filings
- 2023 86 filings
- 2022 126 filings
- 2021 120 filings
- 2020 119 filings
- 2019 163 filings
- 2018 109 filings
- 2017 103 filings
- 2016 156 filings
- 2015 192 filings
- 2014 150 filings
- 2013 74 filings
- 2012 84 filings
- 2011 39 filings
- 2010 56 filings
- 2009 51 filings
- 2008 37 filings
- 2007 44 filings
- 2006 69 filings
- 2005 18 filings
- 2004 20 filings
- 2003 50 filings
- 2002 22 filings
- 2001 2 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43743372 | 半年报董事会决议公告 | 2025-08-19 | Chinese | ||
| 43743336 | 2025年半年度报告摘要 | 2025-08-19 | Chinese | ||
| 43743324 | 董事会战略委员会实施细则(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43743290 | 信息披露事务管理制度(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43743250 | 对外担保制度(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43743210 | 股东会议事规则(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43743132 | 董事、高级管理人员离职管理制度 | 2025-08-19 | Chinese | ||
| 43743092 | 募集资金管理制度(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43743047 | 关联交易决策制度(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43743008 | 2025年半年度财务报告 | 2025-08-19 | Chinese | ||
| 43742899 | 年报信息披露重大差错责任追究制度(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43742857 | 董事会审计委员会实施细则(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43742824 | 内部控制制度(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43742779 | 对外投资管理制度(2025年8月修订) | 2025-08-19 | Chinese | ||
| 43742733 | 信息披露暂缓与豁免业务管理制度 | 2025-08-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of electric motors, generators, transformers and electricity distribution and control apparatus
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aartech Solonics Limited
Engineering firm providing energy storage, bus transfer sys…
|
AARTECH | IN | Manufacturing |
|
ABB India Limited
Technology leader in electrification and automation for a s…
|
ABB | IN | Manufacturing |
|
ABB Ltd
A technology company specializing in electrification and au…
|
ABBN | CH | Manufacturing |
|
ACCORD TRANSFORMER & SWITCHGEAR LIMITED
Designs and manufactures energy-efficient transformers and …
|
544710 | IN | Manufacturing |
|
Ads-Tec Energy Public Ltd Co
Develops battery-buffered platform solutions for ultra-fast…
|
ADSE | US | Manufacturing |
|
ADVAIT ENERGY TRANSITIONS LIMITED
Provides power transmission components, renewable energy, a…
|
ADVAIT | IN | Manufacturing |
|
ADVENT TECHNOLOGIES HOLDINGS, INC.
Develops and manufactures complete fuel cell systems and th…
|
ADN | US | Manufacturing |
|
AEC
Provider of heavy electrical equipment, power electronics, …
|
1514 | TW | Manufacturing |
|
AFC ENERGY PLC
Develops hydrogen power generation technologies for off-gri…
|
AFC | GB | Manufacturing |
|
AHA Co.,Ltd
A technology company operating in EdTech, Healthcare, and E…
|
102950 | KR | Manufacturing |
INNUOVO 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/53821/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53821 | 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=53821 | 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=53821 \ -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": 53821}, 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 INNUOVO TECHNOLOGY CO.,LTD. (id: 53821)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.