
Cleanbnb — Investor Relations & Filings
Cleanbnb is a property management company specializing in the short-term rental market. It offers a comprehensive suite of services for property owners, designed to maximize rental income while minimizing owner involvement. The company manages a diverse portfolio of properties, including city apartments, holiday homes, and villas. Core services encompass the entire rental process, from marketing and booking to guest and property management. This includes creating professional property listings, implementing dynamic pricing strategies, and distributing listings across multiple online channels. The company handles all guest-related activities, such as reservations, payment collection, check-in and check-out procedures, and ongoing guest assistance. Operational management includes professional cleaning, laundry services, and routine maintenance. Cleanbnb also manages administrative and bureaucratic requirements. The business model is based on a commission on realized bookings, with no fixed costs for the property owner.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| CleanBnB - Pubblicazione dell’avviso di convocazione di assemblea ordinaria | 2026-04-15 | Italian | |
| CleanBnB - Informativa in merito ai dati gestionali trimestrali al 31.03.2026 | 2026-04-08 | Italian | |
| CleanBnB - Il CdA approva il progetto di Bilancio d’esercizio e il Bilancio consolidato al 31.12.2025 | 2026-03-31 | Italian | |
| CleanBnB - Informativa in merito ai dati gestionali annuali al 31.12.2025 | 2026-01-08 | Italian | |
| CleanBnB - Approvato il nuovo calendario degli eventi societari | 2025-12-15 | Italian | |
| CleanBnB - Informativa in merito ai dati gestionali del terzo trimestre 2025 | 2025-10-06 | Italian |
Market data
Market data not available
Price history
Peer group · Intermediation service activities for accommodation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Adventure, Inc.
Online travel agency offering travel booking and offshore d…
|
6030 | JP | Accommodation and food service … |
|
Aviation Links Ltd.
A tour operator and wholesaler of tourism and travel servic…
|
AVIA | IL | Accommodation and food service … |
|
CHOICE HOTELS INTERNATIONAL INC /DE
A multinational hospitality company and one of the world's …
|
CHH | US | Accommodation and food service … |
|
Emma Villas SpA
Tour operator renting inspected villas and country houses w…
|
EAV | IT | Accommodation and food service … |
|
G Rent
A property management company for luxury short and medium-t…
|
GSR | IT | Accommodation and food service … |
|
HANATOUR SERVICE INC.
A travel company providing inbound/outbound tours and MICE …
|
039130 | KR | Accommodation and food service … |
|
Inspirato Inc
A members-only luxury travel club offering curated vacation…
|
ISPO | US | Accommodation and food service … |
|
Tu Yi Holding Company Limited
Designs and sells comprehensive outbound travel products an…
|
1701 | HK | Accommodation and food service … |
|
Unlimited Travel Group AB
A corporate group that acquires and develops specialized tr…
|
UTG | SE | Accommodation and food service … |
|
Voyageurs du Monde
A travel company specializing in tailor-made and personaliz…
|
ALVDM | FR | Accommodation and food service … |
Cleanbnb 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/4424/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4424 | 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=4424 | 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=4424 \ -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": 4424}, 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 Cleanbnb (id: 4424)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.