
Greenheart Group Limited — Investor Relations & Filings
Greenheart Group Limited is an integrated forest-products company and investment holding corporation focused on the management and growth of global forestry assets. The company's core business activities span the entire timber value chain, operating through segments primarily dedicated to the timber business. These activities include securing and holding timber concessions, log harvesting, lumber processing, and the subsequent marketing and sales of logs and finished lumber products. Greenheart Group emphasizes the provision of sustainable wood and timber products to its markets. Furthermore, the company provides administrative, management, and specialized forest management services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Monthly Return of Equity Issuer on Movements in Securities for the Month Ended 30 April 2026 | 2026-05-04 | English | |
| 2025 ENVIRONMENTAL, SOCIAL AND GOVERNANCE REPORT | 2026-04-28 | English | |
| Letter to Non-Registered Shareholders - Notice of Publication of 2025 Annual Report, Circular and Notice of Annual General Meeting | 2026-04-28 | English | |
| Letter to Registered Shareholders - Notice of Publication of 2025 Annual Report, Circular, Notice of Annual General Meeting and Proxy Form | 2026-04-28 | English | |
| PROXY FORM | 2026-04-28 | English | |
| NOTICE OF ANNUAL GENERAL MEETING | 2026-04-28 | English |
Market data
Market data not available
Price history
Peer group · Logging
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Baikal Forest Corp.
Forestry enterprise specializing in timber harvesting and l…
|
— | CA | Agriculture, forestry and fishi… |
|
Rougier
Global producer of certified, sustainably harvested tropica…
|
ALRGR | FR | Agriculture, forestry and fishi… |
|
TimberWest Forest Corp.
Timberland owner and manager specializing in sustainable lo…
|
— | CA | Agriculture, forestry and fishi… |
|
WOODBOIS LIMITED
Producer and supplier of sustainable African hardwood and c…
|
WBI | GG | Agriculture, forestry and fishi… |
Greenheart Group Limited 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/48939/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=48939 | 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=48939 | 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=48939 \ -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": 48939}, 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 Greenheart Group Limited (id: 48939)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.