
Hainan Jinpan Smart Technology Co., Ltd. — Investor Relations & Filings
Hainan Jinpan Smart Technology Co., Ltd. specializes in the research, development, manufacturing, and sale of energy-efficient power distribution and transmission equipment. The company's primary product portfolio includes cast resin dry-type transformers, reactors, and high-to-low voltage switchgear. Leveraging advanced digital manufacturing and smart factory technologies, the firm provides integrated power solutions tailored for diverse sectors, including renewable energy, rail transit, data centers, and industrial infrastructure. The company focuses on delivering high-performance, environmentally friendly products that meet international standards, supporting global energy transitions and infrastructure modernization through technological innovation and automated production processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于为全资子公司提供担保的公告 | 2026-05-19 | Chinese | |
| 浙商证券股份有限公司关于海南金盘智能科技股份有限公司部分募投项目增加实施主体及开立募集资金专户的核查意见 | 2026-05-19 | Chinese | |
| 关于召开2026年第二次临时股东会的通知 | 2026-05-19 | Chinese | |
| 关于部分募投项目增加实施主体及开立募集资金专户的公告 | 2026-05-19 | Chinese | |
| 关于公司续聘2026年度会计师事务所的公告 | 2026-05-19 | Chinese | |
| 关于为董高购买责任保险的公告 | 2026-05-19 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566335 | 关于为全资子公司提供担保的公告 | 2026-05-19 | Chinese | ||
| 46565949 | 浙商证券股份有限公司关于海南金盘智能科技股份有限公司部分募投项目增加实施主体及开立募集资金专户的核查意见 | 2026-05-19 | Chinese | ||
| 46565431 | 关于召开2026年第二次临时股东会的通知 | 2026-05-19 | Chinese | ||
| 46565421 | 关于部分募投项目增加实施主体及开立募集资金专户的公告 | 2026-05-19 | Chinese | ||
| 46565071 | 关于公司续聘2026年度会计师事务所的公告 | 2026-05-19 | Chinese | ||
| 46565070 | 关于为董高购买责任保险的公告 | 2026-05-19 | Chinese | ||
| 46343677 | 关于参加十五五·未来产业——科创企业产业迭代与创新赋能之2025年度智能制造行业集体业绩说明会的公告 | 2026-05-14 | Chinese | ||
| 44487056 | 关于参加“海南辖区上市公司2025年年报业绩说明会暨投资者网上集体接待日活动”的公告 | 2026-05-08 | Chinese | ||
| 39385308 | 关于会计政策变更的公告 | 2026-03-20 | Chinese | ||
| 39385298 | 2025年度独立董事述职报告(陈涛) | 2026-03-20 | Chinese | ||
| 39385287 | 浙商证券股份有限公司关于海南金盘智能科技股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-03-20 | Chinese | ||
| 39385264 | 中汇会计师事务所(特殊普通合伙)关于海南金盘智能科技股份有限公司非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2026-03-20 | Chinese | ||
| 39385220 | 关于召开2025年年度股东会的通知 | 2026-03-20 | Chinese | ||
| 39385201 | 2025年度会计师事务所的履职情况评估报告及审计委员会履行监督职责情况报告 | 2026-03-20 | Chinese | ||
| 39385199 | 浙商证券股份有限公司关于海南金盘智能科技股份有限公司核心技术人员调整的核查意见 | 2026-03-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 |
Hainan Jinpan Smart Technology 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/58576/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58576 | 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=58576 | 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=58576 \ -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": 58576}, 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 Hainan Jinpan Smart Technology Co., Ltd. (id: 58576)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.