JIANGSU HUACHEN TRANSFORMER CO.,LTD. — Investor Relations & Filings
About JIANGSU HUACHEN TRANSFORMER CO.,LTD.
Jiangsu Huachen Transformer Co., Ltd. specializes in the research, development, and manufacturing of power distribution equipment. Its core product line includes oil-immersed transformers, dry-type transformers, and amorphous alloy transformers, alongside prefabricated substations and high/low voltage switchgear. The company focuses on energy-efficient solutions and intelligent power distribution systems designed for utility grids, industrial infrastructure, and renewable energy projects. By integrating advanced manufacturing processes with rigorous quality control, the company provides reliable electrical components aimed at optimizing power transmission and distribution efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江苏华辰2025年度内部控制评价报告 | 2026-04-23 | Chinese | |
| 江苏华辰可转债转股结果暨股份变动公告 | 2026-04-01 | Chinese | |
| 甬兴证券有限公司关于江苏华辰变压器股份有限公司2025年度持续督导现场检查报告 | 2026-03-26 | Chinese | |
| 江苏华辰关于债券持有人可转债持有比例变动达到10%的公告 | 2026-03-03 | Chinese | |
| 江苏华辰关于债券持有人可转债持有比例变动达到10%的公告 | 2026-02-12 | Chinese | |
| 江苏华辰关于不提前赎回“华辰转债”的公告 | 2026-02-04 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 39473450 | 江苏华辰2025年度内部控制评价报告 | 2026-04-23 | Chinese | ||
| 39473449 | 江苏华辰可转债转股结果暨股份变动公告 | 2026-04-01 | Chinese | ||
| 39473448 | 甬兴证券有限公司关于江苏华辰变压器股份有限公司2025年度持续督导现场检查报告 | 2026-03-26 | Chinese | ||
| 39473435 | 江苏华辰关于债券持有人可转债持有比例变动达到10%的公告 | 2026-03-03 | Chinese | ||
| 39473434 | 江苏华辰关于债券持有人可转债持有比例变动达到10%的公告 | 2026-02-12 | Chinese | ||
| 39473410 | 江苏华辰关于不提前赎回“华辰转债”的公告 | 2026-02-04 | Chinese | ||
| 39473407 | 甬兴证券有限公司关于江苏华辰变压器股份有限公司不提前赎回“华辰转债”的核查意见 | 2026-02-04 | Chinese | ||
| 39473398 | 江苏华辰关于债券持有人可转债持有比例变动达到10%的公告 | 2026-02-03 | Chinese | ||
| 39473393 | 江苏华辰关于“华辰转债”预计满足赎回条件的提示性公告 | 2026-01-28 | Chinese | ||
| 39473383 | 江苏华辰关于“华辰转债”转股价格调整暨转股停复牌的公告 | 2026-01-26 | Chinese | ||
| 39473373 | 江苏华辰关于债券持有人可转债持有比例变动达到10%的公告 | 2026-01-23 | Chinese | ||
| 39473365 | 江苏华辰可转债转股结果暨股份变动公告 | 2026-01-05 | Chinese | ||
| 39473361 | 江苏华辰关于2024年限制性股票激励计划预留授予结果公告 | 2026-01-05 | Chinese | ||
|
2025
2 filings
| |||||
| 39473352 | 江苏华辰关于“提质增效重回报”行动方案评估报告的公告 | 2025-12-22 | Chinese | ||
| 39473351 | 江苏华辰2024年限制性股票激励计划预留授予部分激励对象名单(预留授予日) | 2025-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 |
|
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 |
JIANGSU HUACHEN TRANSFORMER 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/57421/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57421 | 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=57421 | 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=57421 \ -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": 57421}, 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 JIANGSU HUACHEN TRANSFORMER CO.,LTD. (id: 57421)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.