
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 |
|---|---|---|---|
| 关于变更审计项目合伙人的公告 | 2026-01-15 | Chinese | |
| 关于为下属公司提供担保的公告 | 2026-01-09 | Chinese | |
| 关于增加2025年度日常关联交易预计额度的公告 | 2025-12-25 | Chinese | |
| 第十届董事会第十三次会议决议公告 | 2025-12-25 | Chinese | |
| 关于为下属公司提供担保的公告 | 2025-12-16 | Chinese | |
| 关于为全资子公司提供担保的公告 | 2025-12-12 | 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 | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 43744602 | 关于变更审计项目合伙人的公告 | 2026-01-15 | Chinese | ||
| 43744564 | 关于为下属公司提供担保的公告 | 2026-01-09 | Chinese | ||
|
2025
13 filings
| |||||
| 43744527 | 关于增加2025年度日常关联交易预计额度的公告 | 2025-12-25 | Chinese | ||
| 43744517 | 第十届董事会第十三次会议决议公告 | 2025-12-25 | Chinese | ||
| 43744510 | 关于为下属公司提供担保的公告 | 2025-12-16 | Chinese | ||
| 43744465 | 关于为全资子公司提供担保的公告 | 2025-12-12 | Chinese | ||
| 43744405 | 关于第一期员工持股计划存续期即将届满的提示性公告 | 2025-11-28 | Chinese | ||
| 43744378 | 第十届董事会第十二次会议决议公告 | 2025-10-21 | Chinese | ||
| 43744339 | 2025年三季度报告 | 2025-10-21 | Chinese | ||
| 43744293 | 关于完成工商变更登记并换发营业执照的公告 | 2025-09-29 | Chinese | ||
| 43744263 | 2025年半年度权益分派实施公告 | 2025-09-08 | Chinese | ||
| 43744250 | 关于调整第十届董事会专门委员会成员的公告 | 2025-09-05 | Chinese | ||
| 43744222 | 2025年第一次临时股东大会法律意见书 | 2025-09-05 | Chinese | ||
| 43744184 | 2025年第一次临时股东大会决议公告 | 2025-09-05 | Chinese | ||
| 43744147 | 关于选举职工代表董事的公告 | 2025-09-05 | 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.