• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

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
Nissan Pixo

7 Days rental at 198.00 EUR from 24/08/2020

  2 |
  Manual |
  Yes

Fiat Panda

5 Adults, 3 Doors

From 28.43 EUR/day
Fiat Panda

7 Days rental at 199.01 EUR from 24/08/2020

  2 |
  Manual |
  Yes

Volkswagen Polo

5 Adults, 5 Doors

From 28.43 EUR/day
Volkswagen Polo

7 Days rental at 199.01 EUR from 24/08/2020

  2 |
  Manual |
  Yes

Nissan Micra

5 Adults, 5 Doors

From 32.71 EUR/day
Nissan Micra

7 Days rental at 229.00 EUR from 24/08/2020

  2 |
  Automatic |
  Yes

Nissan Note

5 Adults, 5 Doors

From 44.28 EUR/day
Nissan Note

7 Days rental at 310.00 EUR from 24/08/2020

  3 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 50.42 EUR/day
Volkswagen Golf

7 Days rental at 353.00 EUR from 24/08/2020

  3 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 53.28 EUR/day
Nissan Qashqai

7 Days rental at 373.00 EUR from 24/08/2020

  4 |
  Manual |
  Yes

Nissan Evalia

7 Adults, 5 Doors

From 82.85 EUR/day
Nissan Evalia

7 Days rental at 580.00 EUR from 24/08/2020

  2 |
  Manual |
  Yes

Volkswagen Transporter

8 Adults, 4 Doors

From 92.85 EUR/day
Volkswagen Transporter

7 Days rental at 650.01 EUR from 24/08/2020

  3 |
  Manual |
  Yes

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
64
68
63
64
74
14 min (average wait time)

Lindos car hire information

  • 6.8/10
    Best Rated Agent:
    EUROPCAR Franchise
  • € 197.96
    Average price:
    (per week)
  • € 28.28
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Nissan Evalia
  • 9
    Total Cars Available
     

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)
ItemPercent
April€ 38
June€ 88
July€ 88
August€ 50
ItemPercent
April€ 21
June€ 46
July€ 42
August€ 33
ItemPercent
April€ 55
June€ 104
July€ 114
August€ 83
ItemPercent
April€ 38
June€ 113
July€ 77
August€ 53
ItemPercent
April€ 28
June€ 62
July€ 54
August€ 28
ItemPercent
April€ 69
June€ 124
July€ 134
August
ItemPercent
April€ 31
June€ 77
July€ 77
August
ItemPercent
*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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout Greece fo find you the best price and that's a promise...

from
€34
per day
ItemPercent
Jan€ 13
Feb€ 11
Mar€ 13
Apr€ 23
May€ 24
Jun€ 49
Jul€ 89
Aug€ 85
Sep€ 43
Oct€ 22
Nov€ 23
Dec€ 15
from
€33
per day
ItemPercent
Jan€ 14
Feb€ 14
Mar€ 13
Apr€ 23
May€ 21
Jun€ 48
Jul€ 69
Aug€ 84
Sep€ 46
Oct€ 23
Nov€ 23
Dec€ 19
from
€35
per day
ItemPercent
Jan€ 18
Feb€ 18
Mar€ 20
Apr€ 22
May€ 28
Jun€ 49
Jul€ 82
Aug€ 68
Sep€ 49
Oct€ 23
Nov€ 23
Dec€ 23
from
€26
per day
ItemPercent
Jan€ 9
Feb€ 7
Mar€ 7
Apr€ 10
May€ 12
Jun€ 36
Jul€ 68
Aug€ 74
Sep€ 38
Oct€ 22
Nov€ 17
Dec€ 13