
Toosla — Investor Relations & Filings
Toosla is a digital car rental platform that operates entirely through a mobile application. The company provides 24/7 access to a fleet of vehicles for short-term rentals, which can be booked for a few days, a weekend, or on a monthly or subscription basis. The vehicle selection includes thermal, hybrid, and electric models. A key feature of the service is the guarantee that customers receive the specific vehicle model they book. The platform offers a fully digital customer journey, from booking to vehicle access, with options for pickup at designated stations or through a delivery service.
Recent filings
Market data
Market data not available
Price history
Peer group · Rental and leasing of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Theeb Rent a Car Co.
Provides vehicle rental, leasing, and used car sales via an…
|
4261 | SA | Administrative and support serv… |
|
TOURISM HOLDINGS RENTALS LIMITED
Global operator specializing in motorhome and campervan ren…
|
THL | AU | Administrative and support serv… |
|
UNIDAS LOCAÇÕES E SERVIÇOS S.A.
Mobility provider offering vehicle rental, fleet management…
|
— | BR | Administrative and support serv… |
|
United International Transportation Co.
Provides vehicle rental, leasing, chauffeur services, and p…
|
4260 | SA | Administrative and support serv… |
|
VDF FİLO KİRALAMA A.Ş.
A fleet leasing company providing long and short-term solut…
|
VDFLO | TR | Administrative and support serv… |
|
Voler Car Limited
Mobility solutions provider specializing in self-drive car …
|
VOLERCAR | IN | Administrative and support serv… |
|
XXF Group Holdings Limited
Comprehensive auto service provider focused on finance leas…
|
2473 | HK | Administrative and support serv… |
|
ZEDA LIMITED
Integrated mobility solutions provider specializing in car …
|
ZZDE | ZA | Administrative and support serv… |
Toosla 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/1708/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1708 | 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=1708 | 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=1708 \ -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": 1708}, 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 Toosla (id: 1708)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.