
XJ ELECTRIC CO.,LTD. — Investor Relations & Filings
XJ Electric Co., Ltd. focuses on the development and manufacturing of advanced power system automation, protection, and control technologies. The company’s core competencies include Ultra-High Voltage (UHV) and High-Voltage Direct Current (HVDC) transmission equipment, flexible AC transmission systems, and smart grid solutions. Its technical portfolio features relay protection systems, smart substation automation, and intelligent power distribution equipment. XJ Electric also provides integrated solutions for renewable energy grid-connection, energy storage systems, and electric vehicle charging infrastructure. By leveraging power electronics and digital information technology, the company delivers comprehensive energy management systems and smart metering products designed to optimize grid stability and operational efficiency for utility and industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 募集资金使用管理制度 | 2026-05-28 | Chinese | |
| 总经理办公会制度 | 2026-05-28 | Chinese | |
| 信息披露事务管理制度 | 2026-05-28 | Chinese | |
| 关联交易管理制度 | 2026-05-28 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-28 | Chinese | |
| 投资者关系管理制度 | 2026-05-28 | Chinese |
Browse filings by year
27 years- 2026 32 filings
- 2025 98 filings
- 2024 103 filings
- 2023 146 filings
- 2022 134 filings
- 2021 108 filings
- 2020 106 filings
- 2019 89 filings
- 2018 71 filings
- 2017 81 filings
- 2016 104 filings
- 2015 73 filings
- 2014 88 filings
- 2013 122 filings
- 2012 90 filings
- 2011 58 filings
- 2010 53 filings
- 2009 76 filings
- 2008 62 filings
- 2007 56 filings
- 2006 55 filings
- 2005 44 filings
- 2004 31 filings
- 2003 27 filings
- 2002 14 filings
- 2001 6 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47870529 | 募集资金使用管理制度 | 2026-05-28 | Chinese | ||
| 47870528 | 总经理办公会制度 | 2026-05-28 | Chinese | ||
| 47870264 | 信息披露事务管理制度 | 2026-05-28 | Chinese | ||
| 47870263 | 关联交易管理制度 | 2026-05-28 | Chinese | ||
| 47870262 | 2025年度股东会决议公告 | 2026-05-28 | Chinese | ||
| 47870097 | 投资者关系管理制度 | 2026-05-28 | Chinese | ||
| 47870096 | 董事、高级管理人员所持公司股份及其变动管理办法 | 2026-05-28 | Chinese | ||
| 47869946 | 九届三十九次董事会决议公告 | 2026-05-28 | Chinese | ||
| 44265129 | 九届三十七次董事会决议公告 | 2026-05-07 | Chinese | ||
| 44265092 | 关于产品中标的自愿性信息披露公告 | 2026-05-07 | Chinese | ||
| 44265088 | 关于董事会延期换届的提示性公告 | 2026-05-07 | Chinese | ||
| 44265081 | 关于召开2025年度股东会的通知 | 2026-05-07 | Chinese | ||
| 42047514 | 2025年年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-10 | Chinese | ||
| 42047512 | 2025年度内部控制评价报告 | 2026-04-10 | Chinese | ||
| 42047511 | 2025年度财务决算及2026年度财务预算报告 | 2026-04-10 | 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 |
|---|---|---|---|
|
ZHEJIANGMEISHUOELECTRICTECHNOLOGYCO.,LTD.
Manufacturer of relays and solenoid valves for automotive, …
|
301295 | CN | Manufacturing |
|
Zhejiang Sanhua Intelligent Controls Co., Ltd.
Global leader in intelligent control components and thermal…
|
2050 | CN | Manufacturing |
|
Zhejiang Sling Intelligent Drive Group Co., Ltd.
Develops intelligent drive systems for electric vehicles an…
|
301550 | CN | Manufacturing |
|
Zhejiang Tengen Electrics Co.,Ltd.
Specializes in low-voltage electrical appliances for power …
|
605066 | CN | Manufacturing |
|
ZHONGSHAN BROAD-OCEAN MOTOR CO.,LTD
Manufactures electric motors, drive systems, and fuel cell …
|
002249 | CN | Manufacturing |
|
Zhuhai Enpower Electric Co.,Ltd.
Provides power system components and integrated assemblies …
|
300681 | CN | Manufacturing |
|
Zooz Power Ltd.
Develops flywheel-based kinetic power boosters for ultra-fa…
|
ZOOZ | IL | Manufacturing |
|
ZOOZ Strategy Ltd.
Develops flywheel-based kinetic energy storage for ultra-fa…
|
ZOOZ | US | Manufacturing |
|
三协电机
Manufacturer of high-precision motors, electronic component…
|
920100 | CN | Manufacturing |
|
亿能电力
Specializes in R&D and manufacturing of power transmission …
|
920046 | CN | Manufacturing |
XJ 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/53608/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53608 | 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=53608 | 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=53608 \ -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": 53608}, 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 XJ ELECTRIC CO.,LTD. (id: 53608)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.