
Rougier — Investor Relations & Filings
Rougier is a global forestry company specializing in sustainable forest management and the harvesting of tropical timber. With over a century of expertise, particularly in Africa, the company is a leading name in the responsible production and trade of certified wood products, including timber and plywood. Rougier's core mission is to manage and safeguard forest resources for future generations, combining its long-established know-how with a commitment to eco-conscious practices. The company provides quality woods that are certified as having been sustainably harvested and managed to a global market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ROUGIER : Résultats annuels 2022 | 2023-05-17 | French | |
| Rapport financier annuel 2022 (sans les rapports des CAC) | 2023-05-17 | French | |
| ROUGIER : Report de la publication des résultats annuels 2022 | 2023-04-26 | French | |
| ROUGIER : Reprise de la cotation des titres ROUGIER SA le 13 mars 2023 à l’ouverture des marchés | 2023-03-08 | French | |
| ROUGIER :Assemblée Générale Mixte du 22 décembre 2022 | 2022-12-27 | French | |
| ROUGIER : RAPPORT FINANCIER ANNUEL 2021 | 2022-12-05 | French |
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… |
|
Greenheart Group Limited
Integrated forest-products company focused on managing glob…
|
94 | HK | 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… |
Rougier 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/1634/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1634 | 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=1634 | 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=1634 \ -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": 1634}, 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 Rougier (id: 1634)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.