GRESGYING DIGITAL ENERGY TECHNOLOGY CO.,LTD — Investor Relations & Filings
About GRESGYING DIGITAL ENERGY TECHNOLOGY CO.,LTD
Gresgying Digital Energy Technology Co., Ltd. specializes in the research, development, and manufacturing of advanced electric vehicle (EV) charging solutions and digital energy management systems. The company provides a comprehensive portfolio of products, including high-power DC fast chargers, AC charging stations, and integrated energy storage systems. Its technological focus encompasses the Solar-Storage-EV Charging ecosystem, enabling efficient energy distribution through microgrid solutions and cloud-based monitoring platforms. Gresgying serves a global market, catering to commercial operators, public infrastructure projects, and residential users. By leveraging digital power electronics and intelligent control algorithms, the company aims to optimize energy efficiency and support the transition to sustainable mobility. Its solutions are designed for high reliability, scalability, and compatibility with diverse international standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 绿能慧充募集资金年度存放、管理与实际使用情况的鉴证报告 | 2026-04-29 | Chinese | |
| 绿能慧充公司董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-29 | Chinese | |
| 绿能慧充2025年度独立董事述职报告(李炜-已离任) | 2026-04-29 | Chinese | |
| 绿能慧充关于公司及控股子公司向金融机构申请2026年度综合授信额度及提供相应担保的公告 | 2026-04-29 | Chinese | |
| 绿能慧充董事、高级管理人员2026年度薪酬方案 | 2026-04-29 | Chinese | |
| 绿能慧充2025年度独立董事述职报告(胡志毅) | 2026-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40547649 | 绿能慧充募集资金年度存放、管理与实际使用情况的鉴证报告 | 2026-04-29 | Chinese | ||
| 40547644 | 绿能慧充公司董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-29 | Chinese | ||
| 40547641 | 绿能慧充2025年度独立董事述职报告(李炜-已离任) | 2026-04-29 | Chinese | ||
| 40547638 | 绿能慧充关于公司及控股子公司向金融机构申请2026年度综合授信额度及提供相应担保的公告 | 2026-04-29 | Chinese | ||
| 40547636 | 绿能慧充董事、高级管理人员2026年度薪酬方案 | 2026-04-29 | Chinese | ||
| 40547635 | 绿能慧充2025年度独立董事述职报告(胡志毅) | 2026-04-29 | Chinese | ||
| 40547631 | 绿能慧充2025年度独立董事述职报告(江日初-已离任) | 2026-04-29 | Chinese | ||
| 40547629 | 绿能慧充2025年度独立董事述职报告(金喆-已离任) | 2026-04-29 | Chinese | ||
| 40547627 | 绿能慧充2025年度独立董事述职报告(洪祥骏) | 2026-04-29 | Chinese | ||
| 40547622 | 绿能慧充2025年年度内控审计报告 | 2026-04-29 | Chinese | ||
| 40547619 | 绿能慧充2025年年度报告 | 2026-04-29 | Chinese | ||
| 40547614 | 绿能慧充关于续聘公司2026年度会计师事务所的公告 | 2026-04-29 | Chinese | ||
| 40547613 | 绿能慧充2025年度内部控制评价报告 | 2026-04-29 | Chinese | ||
| 40547609 | 绿能慧充2025年非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-29 | Chinese | ||
| 40547605 | 绿能慧充2025年年度报告摘要 | 2026-04-29 | 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 |
|---|---|---|---|
|
AICHI ELECTRIC CO.,LTD.
Manufactures power equipment, motors, and printed circuit b…
|
6623 | JP | Manufacturing |
|
Akanksha Power and Infrastructure Limited
Manufactures electrical equipment and provides turnkey EPC …
|
AKANKSHA | IN | Manufacturing |
|
Alfa Transformers ltd.
Designs, manufactures, and repairs electrical transformers …
|
517546 | IN | Manufacturing |
|
Alfen N.V.
Manufacturer of smart grid, energy storage, and EV charging…
|
ALFEN | NL | Manufacturing |
|
ALLIENT INC
Designs and manufactures precision-controlled motion compon…
|
ALNT | US | Manufacturing |
|
Allis Electric Co., Ltd.
Provider of heavy electrical equipment, power electronics, …
|
1514 | TW | Manufacturing |
|
Altech Corporation
Supplier of components for industrial control, instrumentat…
|
4641 | JP | Manufacturing |
|
Amba Enterprises Ltd.
Manufactures electrical steel laminations, motor stampings,…
|
539196 | IN | Manufacturing |
|
AMERICAN SUPERCONDUCTOR CORP /DE/
Provides megawatt-scale power resiliency solutions for grid…
|
AMSC | US | Manufacturing |
|
AMPVOLTS LIMITED
Produces distribution transformers and high-voltage equipme…
|
535719 | IN | Manufacturing |
GRESGYING DIGITAL ENERGY 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/56569/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56569 | 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=56569 | 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=56569 \ -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": 56569}, 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 GRESGYING DIGITAL ENERGY TECHNOLOGY CO.,LTD (id: 56569)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.