Car Rental at Lemnos Myrina Airport Mini Guide
Lemnos is the 8th largest Greek island in
Greece and as such warrants a hire car to see the island properly. It’s generally flat and has thirty recognised sandy beaches so you’ll be spoiled for choice. The small airport has regular seasonal charter flights and out of season it’s possible to get a scheduled flight from
Athens. Another way of getting here is by one of the many ferries that depart from Athens, Kavala or
Thessaloniki.
The car hire desks are against the wall near the exit and will deal quickly with the paperwork if you’ve pre-booked a hire car. This is essential in high season when the range and number of hire cars is limited.
Current Rental Rates at Myrina Airport
Citroen C1
4 Adults, 5 Doors
From 54.43 EUR/day
7 Days rental at 381.07 EUR from 24/07/2023
Fiat Panda
4 Adults, 3 Doors
From 55.99 EUR/day
7 Days rental at 391.98 EUR from 24/07/2023
Opel Corsa
5 Adults, 3 Doors
From 56.86 EUR/day
7 Days rental at 398.08 EUR from 24/07/2023
Toyota Yaris
5 Adults, 5 Doors
From 58.18 EUR/day
7 Days rental at 407.27 EUR from 24/07/2023
Volkswagen Polo
5 Adults, 5 Doors
From 59.17 EUR/day
7 Days rental at 414.23 EUR from 24/07/2023
Fiat 500
4 Adults, 3 Doors
From 59.24 EUR/day
7 Days rental at 414.74 EUR from 24/07/2023
Citroen C1
4 Adults, 5 Doors
From 59.40 EUR/day
7 Days rental at 415.83 EUR from 24/07/2023
Suzuki Alto
4 Adults, 3 Doors
From 59.89 EUR/day
7 Days rental at 419.26 EUR from 24/07/2023
Fiat Panda
5 Adults, 5 Doors
From 63.12 EUR/day
7 Days rental at 441.89 EUR from 24/07/2023
Useful to know about Myrina Airport
- Lemnos International Airport is also called Hephaestus Airport after the Greek god who landed here after being thrown out of heaven.
- The airport is 22kms from the capital, Myrina.
- Last year nearly 400,000 tourists passed through its gates.
- Most flight arriving here are domestic flights, Gatwick and Prague are the only international routes.
- Flight times from Athens are only 40 minutes.
Popular car hire destinations in Myrina Airport
Best car rental companies in Myrina Airport
7.9
No.1: AUTO-UNION,
based on 1470 reviews
20 min (average wait time)
7.0
No.2: SURPRICE,
based on 740 reviews
18 min (average wait time)
6.5
No.3: EUROPCAR,
based on 339 reviews
18 min (average wait time)
Myrina Airport car hire information
-
€ 381.01
Average price:
(per week)
-
€ 54.43
Best Price:
Per Week
Average prices per day for car hire at Myrina Airport
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 | |
---|
February | |
---|
March | |
---|
April | € 43 |
---|
May | € 46 |
---|
June | € 67 |
---|
July | € 99 |
---|
August | € 93 |
---|
September | € 57 |
---|
October | € 41 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 23 |
---|
February | € 25 |
---|
March | € 29 |
---|
April | € 29 |
---|
May | € 34 |
---|
June | € 47 |
---|
July | € 72 |
---|
August | € 66 |
---|
September | € 40 |
---|
October | € 30 |
---|
November | € 25 |
---|
December | € 25 |
---|
Item | Percent |
---|
January | € 45 |
---|
February | € 40 |
---|
March | € 51 |
---|
April | € 53 |
---|
May | € 61 |
---|
June | € 92 |
---|
July | € 109 |
---|
August | € 143 |
---|
September | € 70 |
---|
October | € 48 |
---|
November | € 41 |
---|
December | € 41 |
---|
Item | Percent |
---|
January | € 19 |
---|
February | € 21 |
---|
March | € 26 |
---|
April | € 24 |
---|
May | € 28 |
---|
June | € 38 |
---|
July | € 61 |
---|
August | € 58 |
---|
September | € 34 |
---|
October | € 24 |
---|
November | € 20 |
---|
December | € 20 |
---|
Item | Percent |
---|
January | € 45 |
---|
February | € 40 |
---|
March | € 51 |
---|
April | € 53 |
---|
May | € 61 |
---|
June | € 92 |
---|
July | € 109 |
---|
August | € 143 |
---|
September | € 70 |
---|
October | € 48 |
---|
November | € 41 |
---|
December | € 41 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Myrina Airport
Page_Load: CT_ID:7294 NodeID:9625 pvCT_ID:7294 NodeID:9625 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 =9625 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=7294 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=7294 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.