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
7 Days rental at 176.61 EUR from 20/09/2021
Peugeot 208
4 Adults, 3 Doors
From 25.54 EUR/day
7 Days rental at 178.80 EUR from 20/09/2021
Citroen C3
4 Adults, 3 Doors
From 33.36 EUR/day
7 Days rental at 233.52 EUR from 20/09/2021
Nissan Pulsar
5 Adults, 5 Doors
From 33.88 EUR/day
7 Days rental at 237.17 EUR from 20/09/2021
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
18 min (average wait time)
Lefkada car hire information
-
€ 176.61
Average price:
(per week)
-
€ 25.23
Best Price:
Per Week
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)
Item | Percent |
---|
January | € 30 |
---|
February | € 30 |
---|
March | € 30 |
---|
April | € 36 |
---|
May | € 37 |
---|
June | € 75 |
---|
July | € 77 |
---|
August | € 60 |
---|
September | € 34 |
---|
October | € 31 |
---|
November | € 31 |
---|
December | € 31 |
---|
Item | Percent |
---|
January | € 24 |
---|
February | € 24 |
---|
March | € 24 |
---|
April | € 22 |
---|
May | € 28 |
---|
June | € 39 |
---|
July | € 40 |
---|
August | € 31 |
---|
September | € 29 |
---|
October | € 21 |
---|
November | € 21 |
---|
December | € 21 |
---|
Item | Percent |
---|
January | € 79 |
---|
February | € 79 |
---|
March | € 79 |
---|
April | € 73 |
---|
May | € 96 |
---|
June | € 98 |
---|
July | € 108 |
---|
August | € 77 |
---|
September | € 82 |
---|
October | € 57 |
---|
November | € 57 |
---|
December | € 57 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 46 |
---|
March | € 46 |
---|
April | € 44 |
---|
May | € 55 |
---|
June | € 90 |
---|
July | € 73 |
---|
August | € 103 |
---|
September | € 64 |
---|
October | € 40 |
---|
November | € 40 |
---|
December | € 40 |
---|
Item | Percent |
---|
January | € 17 |
---|
February | € 17 |
---|
March | € 17 |
---|
April | € 18 |
---|
May | € 21 |
---|
June | € 32 |
---|
July | € 32 |
---|
August | € 33 |
---|
September | € 25 |
---|
October | € 19 |
---|
November | € 19 |
---|
December | € 19 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 46 |
---|
March | € 46 |
---|
April | € 44 |
---|
May | € 55 |
---|
June | € 87 |
---|
July | € 73 |
---|
August | € 103 |
---|
September | € 64 |
---|
October | € 40 |
---|
November | € 40 |
---|
December | € 40 |
---|
*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.