Greenworks (Jiangsu) Co., Ltd. — Investor Relations & Filings
Greenworks (Jiangsu) Co., Ltd. is a leading manufacturer specializing in the research, development, and production of battery-powered outdoor power equipment. As a core manufacturing hub for the Globe Tools Group, the company focuses on delivering sustainable alternatives to traditional gas-powered tools. Its product portfolio includes a wide range of cordless lawn mowers, leaf blowers, chainsaws, string trimmers, and pressure washers, primarily powered by advanced lithium-ion battery platforms ranging from 24V to 80V. The company serves a global market, catering to both residential DIY users and professional landscapers. Greenworks is recognized for its vertical integration, maintaining extensive in-house capabilities for motor production, plastic injection molding, and electronic component assembly. Its commitment to innovation is reflected in its continuous advancement of high-performance, zero-emission outdoor maintenance solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2025年度非经营性资金占用及其他关联资金往来情况的专项公告 | 2026-04-28 | Chinese | |
| 2025年年度报告摘要 | 2026-04-28 | Chinese | |
| 关于公司及控股子公司使用部分闲置自有资金购买理财产品的公告 | 2026-04-28 | Chinese | |
| 关于“质量回报双提升”行动方案的进展公告 | 2026-04-28 | Chinese | |
| 关于拟为公司和公司董事及高级管理人员购买责任保险的公告 | 2026-04-28 | Chinese | |
| 关于增加公司经营范围并修订《公司章程》的公告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39433359 | 关于2025年度非经营性资金占用及其他关联资金往来情况的专项公告 | 2026-04-28 | Chinese | ||
| 39433350 | 2025年年度报告摘要 | 2026-04-28 | Chinese | ||
| 39433342 | 关于公司及控股子公司使用部分闲置自有资金购买理财产品的公告 | 2026-04-28 | Chinese | ||
| 39433333 | 关于“质量回报双提升”行动方案的进展公告 | 2026-04-28 | Chinese | ||
| 39433330 | 关于拟为公司和公司董事及高级管理人员购买责任保险的公告 | 2026-04-28 | Chinese | ||
| 39433326 | 关于增加公司经营范围并修订《公司章程》的公告 | 2026-04-28 | Chinese | ||
| 39433324 | 格力博(江苏)股份有限公司2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-28 | Chinese | ||
| 39433274 | 关于格力博(江苏)股份有限公司2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-28 | Chinese | ||
| 39433210 | 董事会对独立董事独立性自查情况的专项报告 | 2026-04-28 | Chinese | ||
| 39433203 | 中信建投证券股份有限公司关于格力博(江苏)股份有限公司及控股子公司使用部分闲置自有资金购买理财产品的核查意见 | 2026-04-28 | Chinese | ||
| 39433193 | 中信建投证券股份有限公司关于格力博(江苏)股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-28 | Chinese | ||
| 39433183 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 39433174 | 2025年度衍生品投资情况的专项说明 | 2026-04-28 | Chinese | ||
| 39433172 | 关于未弥补亏损达到实收股本总额三分之一的公告 | 2026-04-28 | Chinese | ||
| 39433171 | 关于会计政策变更的公告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of agricultural and forestry machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGCO CORP /DE
Designs, manufactures, and distributes agricultural machine…
|
AGCO | US | Manufacturing |
|
Ag Growth International Inc.
Manufactures equipment and systems for handling and process…
|
AFN | CA | Manufacturing |
|
Agromehanika AD
Wholesales and distributes agricultural equipment, machiner…
|
AMEH | MK | Manufacturing |
|
ALAMO GROUP INC
Designs and manufactures equipment for infrastructure and v…
|
ALG | US | Manufacturing |
|
ARTS WAY MANUFACTURING CO INC
Manufactures agricultural equipment, modular structures, an…
|
ARTW | US | Manufacturing |
|
ASIA TECHNOLOGY Co., Ltd.
Develops, manufactures, and distributes a range of agricult…
|
050860 | KR | Manufacturing |
|
Clean Seed Capital Group Ltd.
Ag-tech pioneer specializing in innovative farm equipment a…
|
CSX.H | CA | Manufacturing |
|
CNH Industrial N.V.
A global equipment and services company for the agriculture…
|
CNHI | NL | Manufacturing |
|
CO2 GRO Inc.
Accelerating high-value plant growth using patented Aqueous…
|
GROW | CA | Manufacturing |
|
CubicFarm Systems Corp.
Ag-tech developing automated vertical farming systems for f…
|
CUB | CA | Manufacturing |
Greenworks (Jiangsu) 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/56182/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56182 | 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=56182 | 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=56182 \ -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": 56182}, 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 Greenworks (Jiangsu) Co., Ltd. (id: 56182)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.