Car Rental in Arrecife Mini Guide
Arrecife is the capital of Lanzarote and is a lively port city approximately 5km from Arrecife airport, whilst not everyone’s choice of a holiday resort it can be a great place to stay, especially if you have a hire car to get out and explore the island.
Consider collecting your car from Lanzarote Airport, there are more rental agents offering a wider range of cars based at the airport, alternatively book one way car hire from one of our locations in Arrecife and return the car to the airport on your way home. If you are looking to book the smallest car you need to consider your airport luggage, we have a guide showing you the amount of standard size suitcases that will fit in our rental cars.
Current Rental Rates in Arrecife
Opel Corsa
5 Adults, 5 Doors
From 32.80 EUR/day
7 Days rental at 229.65 EUR from 24/01/2022
Ford Focus
5 Adults, 3 Doors
From 36.39 EUR/day
7 Days rental at 254.75 EUR from 24/01/2022
Citroen C4 Picasso
5 Adults, 5 Doors
From 38.47 EUR/day
7 Days rental at 269.35 EUR from 24/01/2022
Seat Leon
5 Adults, 5 Doors
From 38.47 EUR/day
7 Days rental at 269.35 EUR from 24/01/2022
Seat Toledo
5 Adults, 5 Doors
From 60.80 EUR/day
7 Days rental at 425.61 EUR from 24/01/2022
Useful to know about Arrecife
- Arrecife has been the capital of Lanzarote since 1852.
- It is named after the reef that protects the shoreline along the beach.
- The city was founded in the 15th century.
- It was almost destroyed by a pirate called Dogan in 1571.
- The city is home to the island’s only desalination plant.
Popular car hire destinations in Arrecife
Best car rental companies in Arrecife
8.2
No.1: ORLANDO,
based on 7941 reviews
14 min (average wait time)
7.2
No.2: ENTERPRISE,
based on 1257 reviews
15 min (average wait time)
Arrecife car hire information
-
€ 229.60
Average price:
(per week)
-
€ 32.80
Best Price:
Per Week
Average prices per day in Arrecife
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.RemoveAt(Int32 index)
at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle)
at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
Item | Percent |
---|
January | € 37 |
---|
February | € 37 |
---|
March | € 37 |
---|
April | € 34 |
---|
May | € 37 |
---|
June | € 37 |
---|
July | € 37 |
---|
August | € 37 |
---|
September | € 37 |
---|
October | € 37 |
---|
November | € 37 |
---|
December | € 37 |
---|
Item | Percent |
---|
January | € 32 |
---|
February | € 32 |
---|
March | € 32 |
---|
April | € 20 |
---|
May | € 32 |
---|
June | € 32 |
---|
July | € 32 |
---|
August | € 32 |
---|
September | € 32 |
---|
October | € 32 |
---|
November | € 32 |
---|
December | € 32 |
---|
Item | Percent |
---|
January | € 123 |
---|
February | € 123 |
---|
March | € 123 |
---|
April | € 123 |
---|
May | € 123 |
---|
June | € 123 |
---|
July | € 123 |
---|
August | € 123 |
---|
September | € 124 |
---|
October | € 124 |
---|
November | € 124 |
---|
December | € 124 |
---|
Item | Percent |
---|
January | € 72 |
---|
February | € 83 |
---|
March | € 98 |
---|
April | € 88 |
---|
May | € 89 |
---|
June | € 89 |
---|
July | € 83 |
---|
August | € 78 |
---|
September | € 84 |
---|
October | € 84 |
---|
November | € 84 |
---|
December | € 84 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 16 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 78 |
---|
February | € 78 |
---|
March | € 78 |
---|
April | € 80 |
---|
May | € 78 |
---|
June | € 78 |
---|
July | € 78 |
---|
August | € 78 |
---|
September | € 79 |
---|
October | € 79 |
---|
November | € 79 |
---|
December | € 79 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:416 NodeID:7528 pvCT_ID:416 NodeID:7528 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 =7528 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=416 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=416 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.