• 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 Lefkada

Lefkas or Lefkada as it is also known is acknowledged to be one of the most beautiful islands in the Ionian Sea off the west coast of Greece.

There are flights to Aktion International Airport, also known as Lefkada Airport, from many European destinations including London and Manchester. Almost all flights there are seasonal charters with the only scheduled flights being domestic ones from Athens and Sitia in Crete. Car Rental is available from Lefkada and all the pre mentioned airports. 

Take your hire car out to Cape Lefkada where the famed Greek female poet Sappho is believed to have thrown herself to her death. Once you’ve exhausted the treats of Lefkada, you can get on a ferry and head to nearby Kefalonia to find out more of the background to Captain Corelli’s Mandolin.

Current Rental Rates in Lefkada

Citroen C1

4 Adults, 3 Doors

From 25.23 EUR/day
Citroen C1

7 Days rental at 176.61 EUR from 20/09/2021

  1 |
  Manual |
  Yes

Peugeot 208

4 Adults, 3 Doors

From 25.54 EUR/day
Peugeot 208

7 Days rental at 178.80 EUR from 20/09/2021

  2 |
  Manual |
  Yes

Citroen C3

4 Adults, 3 Doors

From 33.36 EUR/day
Citroen C3

7 Days rental at 233.52 EUR from 20/09/2021

  2 |
  Automatic |
  Yes

Nissan Pulsar

5 Adults, 5 Doors

From 33.88 EUR/day
Nissan Pulsar

7 Days rental at 237.17 EUR from 20/09/2021

  3 |
  Manual |
  Yes

Useful to know about Lefkada

  • It’s not really an island, being connected to the mainland by a causeway and floating bridge.
  • Archaeologists believe it to be Homer’s Ithaca.
  • Skorpios, an island opposite Lefkada was owned by Aristotle Onassis.
  • You can catch a ferry from here to Kefalonia.
  • The island was called Ayia Mavra which translates as ‘Black Saint’, in medieval times.

 

Popular car hire destinations in Lefkada

Best car rental companies in Lefkada

6.5
No.1: EUROPCAR,
based on 339 reviews
60
60
60
60
70
18 min (average wait time)

Lefkada car hire information

  • 6.6/10
    Best Rated Agent:
    EUROPCAR Franchise
  • € 176.61
    Average price:
    (per week)
  • € 25.23
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Citroen C3
  • 4
    Total Cars Available
     

Average prices per day in Lefkada

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
January€ 30
February€ 30
March€ 30
April€ 36
May€ 37
June€ 75
July€ 77
August€ 60
September€ 34
October€ 31
November€ 31
December€ 31
ItemPercent
January€ 24
February€ 24
March€ 24
April€ 22
May€ 28
June€ 39
July€ 40
August€ 31
September€ 29
October€ 21
November€ 21
December€ 21
ItemPercent
January€ 79
February€ 79
March€ 79
April€ 73
May€ 96
June€ 98
July€ 108
August€ 77
September€ 82
October€ 57
November€ 57
December€ 57
ItemPercent
January€ 46
February€ 46
March€ 46
April€ 44
May€ 55
June€ 90
July€ 73
August€ 103
September€ 64
October€ 40
November€ 40
December€ 40
ItemPercent
January€ 17
February€ 17
March€ 17
April€ 18
May€ 21
June€ 32
July€ 32
August€ 33
September€ 25
October€ 19
November€ 19
December€ 19
ItemPercent
January€ 46
February€ 46
March€ 46
April€ 44
May€ 55
June€ 87
July€ 73
August€ 103
September€ 64
October€ 40
November€ 40
December€ 40
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:1634 NodeID:9623 pvCT_ID:1634 NodeID:9623 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 =9623 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=1634 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=1634 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
€25
per day
ItemPercent
Jan€ 6
Feb€ 4
Mar€ 7
Apr€ 10
May€ 11
Jun€ 38
Jul€ 77
Aug€ 74
Sep€ 33
Oct€ 16
Nov€ 13
Dec€ 10
from
€37
per day
ItemPercent
Jan€ 11
Feb€ 11
Mar€ 11
Apr€ 24
May€ 28
Jun€ 56
Jul€ 79
Aug€ 89
Sep€ 54
Oct€ 35
Nov€ 24
Dec€ 16
from
€24
per day
ItemPercent
Jan€ 9
Feb€ 7
Mar€ 8
Apr€ 9
May€ 12
Jun€ 29
Jul€ 62
Aug€ 61
Sep€ 41
Oct€ 22
Nov€ 15
Dec€ 12
from
€38
per day
ItemPercent
Jan€ 17
Feb€ 17
Mar€ 16
Apr€ 20
May€ 26
Jun€ 48
Jul€ 86
Aug€ 89
Sep€ 52
Oct€ 30
Nov€ 27
Dec€ 22