
Financière et Immobilière de l'Etang — Investor Relations & Filings
Financière et Immobilière de l'Etang de Berre et de la Méditerranée (FIEBM) is a company that specializes in real estate participation, promotion, and asset management. Its core activities are focused on the leisure, hospitality, and service sectors. The company's primary business lines include the operation of campsites and parks for caravans and leisure vehicles, involving the rental of mobile homes and trailer sites. Additionally, FIEBM manages other commercial properties, such as parking facilities and restaurant rental businesses.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Franchissement de seuils et déclaration d'intention | 2024-01-12 | French | |
| Franchissement de seuils | 2023-10-06 | French | |
| Rapport financier semestriel 2023 | 2023-09-29 | French | |
| FIEBM - Résultats définitifs de l'OPRA - Annonce d'un projet d'OPR-RO - Suspension du cours des actions de FIEBM | 2023-09-21 | French | |
| FIEBM - Communiqué de presse normé relatif au Projet de Note d'Information (OPRA) | 2023-06-22 | French | |
| FIEBM - Reprise de cotation | 2023-06-22 | French |
Market data
Market data not available
Price history
Peer group · Camping grounds, recreational vehicle parks and trailer parks
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Blackstrap Hospitality Corporation
Operates a high-end luxury glamping resort with themed dome…
|
— | CA | Accommodation and food service … |
|
Mon Perin d.d.
Operates a camping and glamping resort with a water park an…
|
MONP | HR | Accommodation and food service … |
|
Pathfinder Ventures Inc.
Develops and operates RV resorts and modular home communiti…
|
RV | CA | Accommodation and food service … |
|
Regenbogen AG
Operates holiday and camping resorts with campsites and ren…
|
RGB | DE | Accommodation and food service … |
|
Turishotel d.d.
A diversified hospitality company with a resort, hostel, ca…
|
TUHO | HR | Accommodation and food service … |
Financière et Immobilière de l'Etang 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/1330/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1330 | 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=1330 | 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=1330 \ -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": 1330}, 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 Financière et Immobilière de l'Etang (id: 1330)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.