Formentera Mini Guide
Formentera is a small island off the east coast of Spain. It is one of the Balearic Islands which include the party destination of
Ibiza. If you are tired of the party life on Ibiza catch the ferry to Formentera, pick up a hire car from Rhinocarhire and explore this much more relaxed island.
Comprehensive insurance, collision damage waiver and 24 hour breakdown cover are all included in the price. Book online today for the best car hire deals and watch out for our regular special offers which means you can save even more money. Don’t forget, we can supply the optional extras others may forget like child car seats. Book with confidence knowing we have thought of everything.
Current Rental Rates in Formentera
Opel Corsa
5 Adults, 3 Doors
From 46.41 EUR/day
7 Days rental at 324.91 EUR from 21/06/2021
Volkswagen Polo
5 Adults, 5 Doors
From 49.13 EUR/day
7 Days rental at 343.93 EUR from 21/06/2021
Peugeot 308
5 Adults, 5 Doors
From 52.13 EUR/day
7 Days rental at 364.95 EUR from 21/06/2021
Citroen C4 Cactus
5 Adults, 5 Doors
From 54.70 EUR/day
7 Days rental at 382.93 EUR from 21/06/2021
Volkswagen Polo
5 Adults, 5 Doors
From 58.99 EUR/day
7 Days rental at 412.99 EUR from 21/06/2021
Mercedes A Class
5 Adults, 5 Doors
From 60.27 EUR/day
7 Days rental at 421.93 EUR from 21/06/2021
Volkswagen Golf
5 Adults, 5 Doors
From 60.99 EUR/day
7 Days rental at 426.96 EUR from 21/06/2021
Peugeot 308
5 Adults, 5 Doors
From 61.56 EUR/day
7 Days rental at 430.93 EUR from 21/06/2021
Audi A1
4 Adults, 3 Doors
From 62.13 EUR/day
7 Days rental at 434.97 EUR from 21/06/2021
Useful to know about Formentera
- Although seemingly a tiny island, it has an area of nearly 85 square kilometres. You can hire bicycles to get around but in summer, a hire car is much more comfortable.
- The island is one of the few in the Mediterranean to allow nude sunbathing.
- You can reach the island by ferry from Ibiza and also from the mainland.
- You can't actually rent a car on Formentera, however it's easily arranged from Ibiza from leading rental agents such as Budget, Dollar, Europcar and Enterprise where you can take the ferry to Formentera
Popular car hire destinations in Formentera
Best car rental companies in Formentera
7.5
No.1: SIXT,
based on 423 reviews
15 min (average wait time)
7.0
No.2: AVIS,
based on 239 reviews
18 min (average wait time)
Formentera car hire information
-
€ 324.87
Average price:
(per week)
-
€ 46.41
Best Price:
Per Week
Average prices per day in Formentera
Item | Percent |
---|
April | € 40 |
---|
May | € 67 |
---|
June | € 59 |
---|
July | € 109 |
---|
August | € 64 |
---|
September | € 53 |
---|
October | € 40 |
---|
November | € 14 |
---|
Item | Percent |
---|
April | € 33 |
---|
May | € 41 |
---|
June | € 37 |
---|
July | € 75 |
---|
August | € 49 |
---|
September | € 33 |
---|
October | € 28 |
---|
November | € 12 |
---|
Item | Percent |
---|
April | € 83 |
---|
May | € 135 |
---|
June | € 141 |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
Item | Percent |
---|
April | € 73 |
---|
May | € 121 |
---|
June | € 95 |
---|
July | € 178 |
---|
August | € 82 |
---|
September | € 53 |
---|
October | € 40 |
---|
November | |
---|
Item | Percent |
---|
April | € 125 |
---|
May | € 208 |
---|
June | € 285 |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
Item | Percent |
---|
April | € 25 |
---|
May | € 29 |
---|
June | € 35 |
---|
July | € 39 |
---|
August | € 35 |
---|
September | € 29 |
---|
October | € 26 |
---|
November | € 11 |
---|
Item | Percent |
---|
April | € 79 |
---|
May | € 111 |
---|
June | € 102 |
---|
July | € 151 |
---|
August | € 112 |
---|
September | |
---|
October | |
---|
November | |
---|
Item | Percent |
---|
April | € 41 |
---|
May | € 73 |
---|
June | € 55 |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:7145 NodeID:19287 pvCT_ID:7145 NodeID:19287 DECLARE @CountryKeyword varchar(200), @CountryCode varchar(50),@DocumentPageTitle varchar(200), @DocumentPageDescription varchar(2000),@CT_ID int SELECT @DocumentPageTitle = DocumentPageTitle,@DocumentPageDescription = DocumentPageDescription from CMS_Document where DocumentNodeID =19287 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=7145 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=7145 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) as TotalReviews from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID)) SET @higest_rating = ( SELECT TOP 1 X.higest_rate * 2 as higest_rate FROM ( SELECT VendorName,CAST(overall AS decimal(5, 1)) AS higest_rate, CartrawlerCode FROM[cartrawler_v2].[dbo].[Review] WHERE CartrawlerCode = @CT_ID AND overall IS NOT NULL GROUP BY VendorName, overall, CartrawlerCode ) X ORDER BY CartrawlerCode, CAST(X.higest_rate AS decimal(5, 1)) DESC) SET @cheapest_price = ( SELECT CONVERT(Numeric(19, 2), min(computeddailyrate)) best_price FROM[cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode = @CT_ID and vehiclematrixcategory<>'' and vehiclematrixcategory is not null and vehiclematrixcategory<> 'NULL' and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from [cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode=@CT_ID)) SET @CheapestVendor = ( select TOP 1 VendorShortName FROM[cartrawler_v2].[dbo].[ExtLocationVehicleV1] WHERE CartrawlerCode = @CT_ID AND RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[ExtLocationVehicleV1] where CartrawlerCode = @CT_ID ) order by computeddailyrate ) SET @expensive_price = ( SELECT TOP 1 CONVERT(Numeric(19,2),X.ComputedDailyRate) as expensive_price FROM ( SELECT [Expr1], MAX(ComputedDailyRate) as ComputedDailyRate, CountryCode, RecordDateTime, CountryName FROM [cartrawler_v2].[dbo].[LocationVehicleV2] group by [Expr1], CountryCode, RecordDateTime, RecordDateTimeDt, CountryName, CartrawlerCode HAVING (CountryCode= @CountryCode or CountryName = @CountryCode) AND ISNULL([Expr1], '') <> '' and CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[LocationVehicleV2] where(CountryCode= @CountryCode or CountryName = @CountryCode) and CartrawlerCode = @CT_ID) ) X ORDER BY X.ComputedDailyRate desc ) SET @offercount = (SELECT FLOOR(RAND() *(100-5+1))+5) SELECT @TotalReviews as TotalReviews, ratingavailable = CASE when @higest_rating is not null then @TotalReviews ELSE 0 END , higest_rating = CASE when @higest_rating is not null then @higest_rating ELSE 0 END , @cheapest_price as cheapest_price,@CheapestVendor as CheapestVendor, @expensive_price as expensive_price, @offercount as offercount,@DocumentPageTitle as DocumentPageTitle,@DocumentPageDescription as DocumentPageDescription
FAQs - How can we help?
There are always some points on which you are not sure when hiring a car, so we have done our best to answer the frequently asked questions. Just click this link and you will find the questions are sorted by category for easy navigation.