
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 |
|---|---|---|---|
| 关于召开2025年第一次临时股东大会的通知 | 2025-12-01 | Chinese | |
| 九届三十二次董事会决议公告 | 2025-12-01 | Chinese | |
| 互动易平台信息发布及回复内部审核制度 | 2025-12-01 | Chinese | |
| 九届二十一次监事会决议公告 | 2025-12-01 | Chinese | |
| 关于调整2025年度日常关联交易预计的公告 | 2025-12-01 | Chinese | |
| 关于预计2026年度日常关联交易的公告 | 2025-12-01 | 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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42047083 | 关于召开2025年第一次临时股东大会的通知 | 2025-12-01 | Chinese | ||
| 42047075 | 九届三十二次董事会决议公告 | 2025-12-01 | Chinese | ||
| 42047067 | 互动易平台信息发布及回复内部审核制度 | 2025-12-01 | Chinese | ||
| 42047055 | 九届二十一次监事会决议公告 | 2025-12-01 | Chinese | ||
| 42047049 | 关于调整2025年度日常关联交易预计的公告 | 2025-12-01 | Chinese | ||
| 42047043 | 关于预计2026年度日常关联交易的公告 | 2025-12-01 | Chinese | ||
| 42047036 | 关于产品中标的自愿性信息披露公告 | 2025-11-28 | Chinese | ||
| 42047035 | 关于接受控股股东以委托贷款方式拨付国有资本经营预算资金暨关联交易的公告 | 2025-10-27 | Chinese | ||
| 42047028 | 九届二十次监事会决议公告 | 2025-10-27 | Chinese | ||
| 42047023 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
| 42047013 | 九届三十一次董事会决议公告 | 2025-10-27 | Chinese | ||
| 42047005 | 2025年半年度分红派息实施公告 | 2025-10-09 | Chinese | ||
| 42046997 | 关于2022年限制性股票激励计划部分限制性股票回购注销完成的公告 | 2025-09-29 | Chinese | ||
| 42046984 | 2025年半年度利润分配方案的公告 | 2025-08-20 | Chinese | ||
| 42046978 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-20 | 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 |
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.