
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 |
|---|---|---|---|
| Taranis reprend une participation minoritaire dans Rougier Afrique International et noue un partenariat stratégique | 2025-02-05 | French | |
| Recovery of ROUGIER SA and estimated 2024 revenues of EUR 95 million | 2025-01-31 | English | |
| Redressement de ROUGIER SA et chiffre d'affaires 2024 estimé à 95 M EUR | 2025-01-31 | French | |
| ROUGIER : nombre de droits de votes et d'actions au 31 octobre 2024 | 2024-11-07 | French | |
| ROUGIER : Rapport Semestriel Financier 2024 | 2024-10-30 | French | |
| ROUGIER: Half-year 2024 earnings: growth in profitability despite difficult market conditions | 2024-10-30 | 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… |
|
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.