SHENZHEN INVT ELECTRIC CO., LTD. — Investor Relations & Filings
SHENZHEN INVT ELECTRIC CO., LTD. focuses on the development and manufacturing of products for industrial automation and energy power. Its core portfolio includes variable frequency drives (VFDs), servo systems, programmable logic controllers (PLCs), and human-machine interfaces (HMIs). The company also provides power electronics solutions such as uninterruptible power supplies (UPS), solar inverters, and electric vehicle (EV) motor controllers. These products are utilized across various sectors, including manufacturing, renewable energy, and transportation. By integrating advanced control technology with power electronics, the firm delivers solutions for motor drives, power quality management, and energy efficiency. Its operations encompass research, production, and technical support services aimed at optimizing industrial processes and energy utilization.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度内部控制审计报告 | 2026-03-30 | Chinese | |
| 董事会对独立董事独立性自查情况的专项报告 | 2026-03-30 | Chinese | |
| 2025年年度审计报告 | 2026-03-30 | Chinese | |
| 关于无需出具前次募集资金使用情况报告的公告 | 2026-03-13 | Chinese | |
| 关于2026年度向特定对象发行A股股票摊薄即期回报、填补回报措施以及相关主体承诺的公告 | 2026-03-13 | Chinese | |
| 深圳市英威腾电气股份有限公司2026年度向特定对象发行A股股票方案的论证分析报告 | 2026-03-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35497771 | 2025年度内部控制审计报告 | 2026-03-30 | Chinese | ||
| 35497762 | 董事会对独立董事独立性自查情况的专项报告 | 2026-03-30 | Chinese | ||
| 35497759 | 2025年年度审计报告 | 2026-03-30 | Chinese | ||
| 35497758 | 关于无需出具前次募集资金使用情况报告的公告 | 2026-03-13 | Chinese | ||
| 35497757 | 关于2026年度向特定对象发行A股股票摊薄即期回报、填补回报措施以及相关主体承诺的公告 | 2026-03-13 | Chinese | ||
| 35497755 | 深圳市英威腾电气股份有限公司2026年度向特定对象发行A股股票方案的论证分析报告 | 2026-03-13 | Chinese | ||
| 35497752 | 独立董事关于公司2026年度向特定对象发行A股股票方案的论证分析报告的专项意见 | 2026-03-13 | Chinese | ||
| 35497751 | 关于暂不召开股东会审议2026年度向特定对象发行A股股票相关事项的公告 | 2026-03-13 | Chinese | ||
| 35497741 | 关于“质量回报双提升”行动方案的公告 | 2026-03-13 | Chinese | ||
| 35497740 | 关于2026年度向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-03-13 | Chinese | ||
| 35497739 | 董事会审计委员会关于公司2026年度向特定对象发行A股股票相关事项的书面审核意见 | 2026-03-13 | Chinese | ||
| 35497735 | 第七届董事会第十五次会议决议公告 | 2026-03-13 | Chinese | ||
| 35497731 | 深圳市英威腾电气股份有限公司2026年度向特定对象发行A股股票募集资金使用的可行性分析报告 | 2026-03-13 | Chinese | ||
| 35497728 | 深圳市英威腾电气股份有限公司2026年度向特定对象发行A股股票预案 | 2026-03-13 | Chinese | ||
| 35497725 | 未来三年(2026-2028年)股东回报规划 | 2026-03-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 |
|
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 |
|
AHOKU Electronic Company
Manufacturer of power management, surge protectors, and PDU…
|
3002 | TW | Manufacturing |
SHENZHEN INVT ELECTRIC 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/54380/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54380 | 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=54380 | 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=54380 \ -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": 54380}, 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 SHENZHEN INVT ELECTRIC CO., LTD. (id: 54380)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.