
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 |
|---|---|---|---|
| DESCRIPTIF DU PROGRAMME DE RACHAT D'ACTIONS | 2017-08-17 | French | |
| BILAN SEMESTRIEL DU CONTRAT DE LIQUIDITE | 2017-07-17 | French | |
| Rapport financier annuel 2016 | 2017-06-01 | French | |
| GABON SPECIAL ECONOMIC ZONE ET ROUGIER SIGNENT UN CONTRAT MAJEUR DE FOURNITURE DE GRUMES | 2017-02-10 | French | |
| GABON SPECIAL ECONOMIC ZONE AND ROUGIER SIGN A MAJOR LOG SUPPLY CONTRACT | 2017-02-10 | English | |
| BILAN ANNUEL DU CONTRAT DE LIQUIDITE CONTRACTE AVEC LA SOCIETE DE BOURSE GILBERT DUPONT | 2017-01-02 | 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.