
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 |
Browse filings by year
28 years- 2026 21 filings
- 2025 121 filings
- 2024 69 filings
- 2023 93 filings
- 2022 93 filings
- 2021 74 filings
- 2020 86 filings
- 2019 98 filings
- 2018 109 filings
- 2017 152 filings
- 2016 126 filings
- 2015 191 filings
- 2014 93 filings
- 2013 96 filings
- 2012 82 filings
- 2011 109 filings
- 2010 127 filings
- 2009 132 filings
- 2008 90 filings
- 2007 109 filings
- 2006 73 filings
- 2005 87 filings
- 2004 75 filings
- 2003 79 filings
- 2002 109 filings
- 2001 70 filings
- 2000 74 filings
- 1999 34 filings
Market data
Market data not available
Price history
Peer group · Logging
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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.