
EO2 — Investor Relations & Filings
EO2 is a company active in the renewable energy sector, specializing in the design, production, and distribution of wood heating products. The company's primary offerings include wood pellets, available in bags or delivered in bulk for boilers, and densified wood logs. These products are manufactured from forest biomass, providing a renewable fuel source for individual, collective, and industrial heating applications. EO2 markets its products under the EO2 and PIKS brands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Cessation du contrat de liquidité | 2025-07-25 | French | |
| Programme de rachat d'actions | 2025-07-25 | French | |
| Résultats annuels 2024-2025 | 2025-06-30 | French | |
| Résultats semestriels 2024-2025 | 2024-12-30 | French | |
| Résultats annuels 2023-2024 | 2024-06-28 | French | |
| Résultats semestriels 2023-2024 | 2023-12-29 | French |
Market data
Market data not available
Price history
Peer group · Manufacture of other products of wood; manufacture of articles of cork, straw and plaiting materials
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACTIVE ENERGY GROUP PLC
Renewable energy company developing a biomass fuel from was…
|
AEG | GB | Manufacturing |
|
Carpenter Tan Holdings Limited
Designs, manufactures, and distributes wooden handicrafts a…
|
837 | HK | Manufacturing |
|
Cogra 48
Manufactures wood pellets and distributes wood-burning stov…
|
ALCOG | FR | Manufacturing |
|
Corticeira Amorim
The world's largest cork processing group, producing divers…
|
AS4 | PT | Manufacturing |
|
EMBELTON LIMITED
Supplies flooring products and structural noise and vibrati…
|
EMB | AU | Manufacturing |
|
Goodfellow Inc.
Manufacturer and wholesale distributor of building material…
|
GDL | CA | Manufacturing |
|
Hempalta
Agricultural technology company processing industrial hemp …
|
HEMP | CA | Manufacturing |
|
Koskisen Oyj
An international wood processing specialist manufacturing t…
|
KOSKI | FI | Manufacturing |
|
Oeneo
A global supplier of winemaking and closure solutions for t…
|
SBT | FR | Manufacturing |
|
Pinnacle Renewable Energy Inc.
Major producer of sustainable wood pellets used as fuel for…
|
PL | CA | Manufacturing |
EO2 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/1291/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1291 | 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=1291 | 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=1291 \ -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": 1291}, 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 EO2 (id: 1291)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.