
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-02-06 | Chinese | |
| 2024年度业绩预告 | 2025-01-24 | Chinese | |
| 关于为全资子公司提供担保的公告 | 2025-01-22 | Chinese | |
| 关于质量回报双提升行动方案的进展公告 | 2025-01-19 | Chinese | |
| 关于为全资子公司提供担保的公告 | 2025-01-16 | Chinese | |
| 关于聘任副总经理的公告 | 2025-01-13 | Chinese |
Browse filings by year
27 years- 2026 32 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
11 filings
| |||||
| 43739489 | 关于回购股份的进展公告 | 2025-02-06 | Chinese | ||
| 43739443 | 2024年度业绩预告 | 2025-01-24 | Chinese | ||
| 43739400 | 关于为全资子公司提供担保的公告 | 2025-01-22 | Chinese | ||
| 43739354 | 关于质量回报双提升行动方案的进展公告 | 2025-01-19 | Chinese | ||
| 43739304 | 关于为全资子公司提供担保的公告 | 2025-01-16 | Chinese | ||
| 43739231 | 关于聘任副总经理的公告 | 2025-01-13 | Chinese | ||
| 43739204 | 第十届董事会第五次会议决议公告 | 2025-01-13 | Chinese | ||
| 43739158 | 关于“质量回报双提升”行动方案的公告 | 2025-01-13 | Chinese | ||
| 43739110 | 关于为下属公司提供担保的公告 | 2025-01-07 | Chinese | ||
| 43739050 | 关于下属公司火灾事故保险理赔结案的公告 | 2025-01-07 | Chinese | ||
| 43738999 | 关于回购股份的进展公告 | 2025-01-02 | Chinese | ||
|
2024
4 filings
| |||||
| 43738927 | 关于为下属公司提供担保的公告 | 2024-12-26 | Chinese | ||
| 43738857 | 2024年第二次临时股东大会决议公告 | 2024-12-24 | Chinese | ||
| 43738817 | 2024年第二次临时股东大会法律意见书 | 2024-12-24 | Chinese | ||
| 43738780 | 关于高级管理人员收到浙江证监局警示函的公告 | 2024-12-13 | 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.