Mellieha Car Rental Mini Guide
Mellieha is a rural and relaxing small town in the Northwest of Malta and is a popular summer tourist destination.
Fly into Malta airport just outside
Valletta then for a quick and self-sufficient transfer, why not hire a car. If you hire through Rhino you can collect your rental vehicle in the airport Welcome Hall. With so much to see and do once you get to Mellieha, your car will serve you well and enable you to thoroughly enjoy the experiences of this truly excellent European destination.
Current Rental Rates in Mellieha
Hyundai Getz
4 Adults, 5 Doors
From 21.37 EUR/day
7 Days rental at 149.61 EUR from 13/12/2021
Toyota Aygo
4 Adults, 3 Doors
From 21.37 EUR/day
7 Days rental at 149.61 EUR from 13/12/2021
Hyundai i20
5 Adults, 5 Doors
From 26.52 EUR/day
7 Days rental at 185.67 EUR from 13/12/2021
Daihatsu Sirion
5 Adults, 5 Doors
From 30.38 EUR/day
7 Days rental at 212.71 EUR from 13/12/2021
Hyundai i20
5 Adults, 5 Doors
From 33.52 EUR/day
7 Days rental at 234.68 EUR from 13/12/2021
Hyundai i30
5 Adults, 5 Doors
From 34.25 EUR/day
7 Days rental at 239.75 EUR from 13/12/2021
Hyundai i30
5 Adults, 5 Doors
From 39.96 EUR/day
7 Days rental at 279.75 EUR from 13/12/2021
Chevrolet Orlando
7 Adults, 5 Doors
From 78.59 EUR/day
7 Days rental at 550.17 EUR from 13/12/2021
Useful to know about Mellieha
- Mellieha was awarded ‘European Destination of Excellence’ status in 2009.
- The town was developed by the British.
- It had previously been abandoned by the Maltese because of attacks from the sea.
- The area has proved popular with tourists because of its quiet beaches.
- It’s now becoming a popular expatriate community.
Popular car hire destinations in Mellieha
Mellieha car hire information
-
0.0/10
Best Rated Agent:
N/A
-
€ 149.59
Average price:
(per week)
-
€ 21.37
Best Price:
Per Week
Average prices per day in Mellieha
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 | € 25 |
---|
February | € 24 |
---|
March | € 30 |
---|
April | € 38 |
---|
May | € 38 |
---|
June | € 42 |
---|
July | € 46 |
---|
August | € 44 |
---|
September | € 40 |
---|
October | € 35 |
---|
November | € 26 |
---|
December | € 34 |
---|
Item | Percent |
---|
January | € 22 |
---|
February | € 21 |
---|
March | € 30 |
---|
April | € 36 |
---|
May | € 36 |
---|
June | € 37 |
---|
July | € 41 |
---|
August | € 41 |
---|
September | € 36 |
---|
October | € 30 |
---|
November | € 22 |
---|
December | € 28 |
---|
Item | Percent |
---|
January | € 28 |
---|
February | € 27 |
---|
March | € 34 |
---|
April | € 35 |
---|
May | € 35 |
---|
June | € 42 |
---|
July | € 50 |
---|
August | € 47 |
---|
September | € 45 |
---|
October | € 43 |
---|
November | € 29 |
---|
December | € 48 |
---|
Item | Percent |
---|
January | € 22 |
---|
February | € 21 |
---|
March | € 29 |
---|
April | € 35 |
---|
May | € 35 |
---|
June | € 36 |
---|
July | € 39 |
---|
August | € 39 |
---|
September | € 34 |
---|
October | € 29 |
---|
November | € 22 |
---|
December | € 28 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:955 NodeID:10416 pvCT_ID:955 NodeID:10416 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 =10416 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=955 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=955 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.