Lloret De Mar Mini Guide
Most people assume that Lloret de Mar is another resort on the Costa del Sol and whilst it is on a ‘Costa’, it’s the Costa Brava in north eastern Spain, partway between
Girona and
Barcelona.
Lloret de Mar has a beautiful beach to laze on as well as being close to the beautiful city of Barcelona. You can enjoy the best of both worlds with a hire car from rhinocarhire.com. We search the internet to make sure we offer you the best car rental prices and still give you top quality service on inclusive car hire deals. If you have booked online, all we need to see is your reservation voucher, driving licence and passport and the credit card you booked with.
After that, we will be able to wave you on your way to a wonderful and relaxing holiday. We have done our best to supply you with low price car hire – from only 15 euros a day but with high quality service, because we know if you are impressed you will come back to us again.
Current Rental Rates in Lloret de Mar
Toyota Aygo
4 Adults, 3 Doors
From 64.44 EUR/day
7 Days rental at 451.10 EUR from 23/05/2022
Citroen C1
4 Adults, 3 Doors
From 66.61 EUR/day
7 Days rental at 466.27 EUR from 23/05/2022
Citroen C1
4 Adults, 3 Doors
From 68.57 EUR/day
7 Days rental at 479.99 EUR from 23/05/2022
Nissan Micra
4 Adults, 3 Doors
From 70.95 EUR/day
7 Days rental at 496.68 EUR from 23/05/2022
Seat Ibiza
5 Adults, 5 Doors
From 71.15 EUR/day
7 Days rental at 498.08 EUR from 23/05/2022
Seat Ibiza
5 Adults, 5 Doors
From 75.91 EUR/day
7 Days rental at 531.41 EUR from 23/05/2022
Citroen C-Elysee
5 Adults, 3 Doors
From 79.10 EUR/day
7 Days rental at 553.70 EUR from 23/05/2022
Seat Leon
5 Adults, 5 Doors
From 83.84 EUR/day
7 Days rental at 586.93 EUR from 23/05/2022
Peugeot 2008
5 Adults, 5 Doors
From 84.31 EUR/day
7 Days rental at 590.20 EUR from 23/05/2022
Useful to know about Lloret de Mar
- Lloret de Mar is one of the most popular destinations on the 18-30 holiday circuit.
- The annual Ball de Placa, held in the town square, is based on Saracen rites.
- In the 15th century, the town was inland to protect itself from pirate attacks. It is only since these ceased that the town grew back down to the coast.
- Lloret’s beach is huge – 45 metres wide and over a kilometre long and pure white sand into the bargain!
- There’s a statue of a fisherman’s wife erected as part of the town’s 1000th birthday celebrations. Tradition says that if you touch the foot, your dreams will come true.
Popular car hire destinations in Lloret de Mar
Best car rental companies in Lloret de Mar
7.4
No.1: EUROPCAR,
based on 3230 reviews
16 min (average wait time)
7.1
No.2: KEDDY BY EUROPCAR,
based on 932 reviews
17 min (average wait time)
Lloret de Mar car hire information
-
€ 451.08
Average price:
(per week)
-
€ 64.44
Best Price:
Per Week
Average prices per day for car hire in Lloret de Mar
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 | € 46 |
---|
February | € 42 |
---|
March | € 38 |
---|
April | € 24 |
---|
May | € 87 |
---|
June | € 49 |
---|
July | € 80 |
---|
August | € 96 |
---|
December | € 82 |
---|
Item | Percent |
---|
January | € 42 |
---|
February | € 34 |
---|
March | € 32 |
---|
April | € 20 |
---|
May | € 75 |
---|
June | € 42 |
---|
July | € 66 |
---|
August | € 78 |
---|
December | € 80 |
---|
Item | Percent |
---|
January | € 53 |
---|
February | € 45 |
---|
March | € 38 |
---|
April | € 28 |
---|
May | € 111 |
---|
June | € 57 |
---|
July | € 95 |
---|
August | € 112 |
---|
December | € 94 |
---|
Item | Percent |
---|
January | € 36 |
---|
February | € 36 |
---|
March | € 28 |
---|
April | € 23 |
---|
May | € 67 |
---|
June | € 45 |
---|
July | € 71 |
---|
August | € 84 |
---|
December | € 75 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 50 |
---|
March | € 45 |
---|
April | |
---|
May | € 84 |
---|
June | |
---|
July | |
---|
August | |
---|
December | € 79 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Lloret de Mar
Page_Load: CT_ID:2511 NodeID:19318 pvCT_ID:2511 NodeID:19318 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 =19318 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=2511 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=2511 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.