Car Rental Mini Guide for Lindos
You can get a flight into
Rhodes International Airport from any of the major
UK airports. Many European airports fly here too. Once you arrive at the airport you can pick up your hire car for the 45 minute journey in to Lindos or to the other nearby neighbouring resort of Faliraki. Lindos is a very popular holiday location and as such some of our cars get booked up very quickly so our advice is book your car hire as soon as you book your flights.
There are some lovely parts of
Rhodes and one of the very best is Lindos. Lindos is more like the Rhodes you would imagine to see on a visit to the island. An ancient city with quiet streets, friendly locals and the occasional donkey which bring a Mediterranean sleepiness to the place. Walk up to the stunning Acropolis for wonderful views across the bay or pay your respects at the temple of Athena.
Current Rental Rates in Lindos
Nissan Pixo
4 Adults, 5 Doors
From 28.28 EUR/day
7 Days rental at 198.00 EUR from 24/08/2020
Fiat Panda
5 Adults, 3 Doors
From 28.43 EUR/day
7 Days rental at 199.01 EUR from 24/08/2020
Volkswagen Polo
5 Adults, 5 Doors
From 28.43 EUR/day
7 Days rental at 199.01 EUR from 24/08/2020
Nissan Micra
5 Adults, 5 Doors
From 32.71 EUR/day
7 Days rental at 229.00 EUR from 24/08/2020
Nissan Note
5 Adults, 5 Doors
From 44.28 EUR/day
7 Days rental at 310.00 EUR from 24/08/2020
Volkswagen Golf
5 Adults, 5 Doors
From 50.42 EUR/day
7 Days rental at 353.00 EUR from 24/08/2020
Nissan Qashqai
5 Adults, 5 Doors
From 53.28 EUR/day
7 Days rental at 373.00 EUR from 24/08/2020
Nissan Evalia
7 Adults, 5 Doors
From 82.85 EUR/day
7 Days rental at 580.00 EUR from 24/08/2020
Volkswagen Transporter
8 Adults, 4 Doors
From 92.85 EUR/day
7 Days rental at 650.01 EUR from 24/08/2020
Useful to know about Lindos
- The city was founded by the Dorians in the 10th century BC.
- It was a major trade centre until the founding of Rhodes town.
- The goddess Athena of Lindos was worshipped in the temple there.
- The main mode of transport in the town is the donkey.
- Most of the old town is open to pedestrians (and donkeys!) only.
Popular car hire destinations in Lindos
Best car rental companies in Lindos
6.7
No.1: EUROPCAR,
based on 1289 reviews
14 min (average wait time)
Lindos car hire information
-
€ 197.96
Average price:
(per week)
-
€ 28.28
Best Price:
Per Week
Average prices per day in Lindos
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 |
---|
April | € 38 |
---|
June | € 88 |
---|
July | € 88 |
---|
August | € 50 |
---|
Item | Percent |
---|
April | € 21 |
---|
June | € 46 |
---|
July | € 42 |
---|
August | € 33 |
---|
Item | Percent |
---|
April | € 55 |
---|
June | € 104 |
---|
July | € 114 |
---|
August | € 83 |
---|
Item | Percent |
---|
April | € 38 |
---|
June | € 113 |
---|
July | € 77 |
---|
August | € 53 |
---|
Item | Percent |
---|
April | € 28 |
---|
June | € 62 |
---|
July | € 54 |
---|
August | € 28 |
---|
Item | Percent |
---|
April | € 69 |
---|
June | € 124 |
---|
July | € 134 |
---|
August | |
---|
Item | Percent |
---|
April | € 31 |
---|
June | € 77 |
---|
July | € 77 |
---|
August | |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:151622 NodeID:15675 pvCT_ID:151622 NodeID:15675 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 =15675 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=151622 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=151622 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.