
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 |
|---|---|---|---|
| 2023年度财务决算及2024年度财务预算报告 | 2024-04-10 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2024-04-10 | Chinese | |
| 关于募集资金2023年度存放与使用情况的专项报告 | 2024-04-10 | Chinese | |
| 信息披露事务管理制度 | 2024-04-02 | Chinese | |
| 九届十三次董事会决议公告 | 2024-04-02 | Chinese | |
| 会计师事务所选聘制度 | 2024-04-02 | 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 | |
|---|---|---|---|---|---|
|
2024
8 filings
| |||||
| 42041265 | 2023年度财务决算及2024年度财务预算报告 | 2024-04-10 | Chinese | ||
| 42041259 | 年度关联方资金占用专项审计报告 | 2024-04-10 | Chinese | ||
| 42041217 | 关于募集资金2023年度存放与使用情况的专项报告 | 2024-04-10 | Chinese | ||
| 42041210 | 信息披露事务管理制度 | 2024-04-02 | Chinese | ||
| 42041209 | 九届十三次董事会决议公告 | 2024-04-02 | Chinese | ||
| 42041202 | 会计师事务所选聘制度 | 2024-04-02 | Chinese | ||
| 42041200 | 关于董事辞职的公告 | 2024-03-27 | Chinese | ||
| 42041196 | 关于变更签字注册会计师的公告 | 2024-03-15 | Chinese | ||
|
2023
7 filings
| |||||
| 42041190 | 关于变更电子邮箱的公告 | 2023-12-28 | Chinese | ||
| 42041186 | 关于收购哈尔滨电工仪表研究所有限公司100%股权的进展暨工商变更登记完成的公告 | 2023-12-25 | Chinese | ||
| 42041178 | 2023年第三次临时股东大会法律意见书 | 2023-12-22 | Chinese | ||
| 42041171 | 对外担保管理制度 | 2023-12-22 | Chinese | ||
| 42041163 | 对外捐赠管理办法 | 2023-12-22 | Chinese | ||
| 42041153 | 董事会议事规则 | 2023-12-22 | Chinese | ||
| 42041148 | 2023年第三次临时股东大会决议公告 | 2023-12-22 | 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.