• 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

Hamrun Car Rental Mini Guide

Hamrun, close to the inner harbour is a great place to stay if you want to explore the island due to its central location. With a hire car, most areas of the island are accessible within an hour and the town itself has a certain charm through the preponderance of churches and religious buildings. Check out our range of car rental vehicles and prices and we are sure you will find a vehicle to suit your requirements. 

Current Rental Rates in Hamrun

Peugeot 108

4 Adults, 5 Doors

From 48.57 EUR/day
Peugeot 108

7 Days rental at 339.99 EUR from 24/07/2023

  1 |
  Manual |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 50.51 EUR/day
Hyundai i10

7 Days rental at 353.60 EUR from 24/07/2023

  1 |
  Manual |
  Yes

Ford Fiesta

5 Adults, 5 Doors

From 52.53 EUR/day
Ford Fiesta

7 Days rental at 367.75 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Kia Picanto

5 Adults, 5 Doors

From 61.92 EUR/day
Kia Picanto

7 Days rental at 433.44 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Opel Astra

5 Adults, 3 Doors

From 63.29 EUR/day
Opel Astra

7 Days rental at 443.05 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Hyundai i20

5 Adults, 5 Doors

From 64.12 EUR/day
Hyundai i20

7 Days rental at 448.88 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Peugeot 108 Convertible

4 Adults, 3 Doors

From 69.62 EUR/day
Peugeot 108 Convertible

7 Days rental at 487.35 EUR from 24/07/2023

  1 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 69.62 EUR/day
Ford Focus

7 Days rental at 487.35 EUR from 24/07/2023

  4 |
  Manual |
  Yes

Mini Cooper

4 Adults, 3 Doors

From 72.32 EUR/day
Mini Cooper

7 Days rental at 506.24 EUR from 24/07/2023

  1 |
  Manual |
  Yes

Useful to know about Hamrun

  • Hamrun is home to the infamous football team Hamrun Spartans in Malta
  • The inhabitants are called Tas-Sikkina which means ‘those that carry knives’
  • The motto of the town is ‘I Grow Rapidly’
  • It’s home to one of the oldest scout groups in the world
  • The town is famed for the number of religious festivals it celebrates

 

Popular car hire destinations in Hamrun

Best car rental companies in Hamrun

7.6
No.1: BUDGET,
based on 608 reviews
68
80
76
73
87
30 min (average wait time)

Hamrun car hire information

  • 7.6/10
    Best Rated Agent:
    Budget EMEA Franchise
  • € 339.99
    Average price:
    (per week)
  • € 48.57
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Peugeot 108
  • 14
    Total Cars Available
     

Average prices per day in Hamrun

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€ 24
February€ 22
March€ 19
April€ 36
May€ 35
June€ 41
July€ 59
August€ 76
September€ 52
October€ 39
November€ 23
December€ 26
ItemPercent
January€ 24
February€ 22
March€ 19
April€ 37
May€ 37
June€ 38
July€ 57
August€ 72
September€ 52
October€ 35
November€ 19
December€ 26
ItemPercent
January€ 97
February€ 91
March€ 104
April€ 103
May€ 99
June€ 104
July€ 134
August€ 154
September€ 146
October€ 119
November€ 82
December€ 107
ItemPercent
January€ 40
February€ 37
March€ 39
April€ 61
May€ 57
June€ 64
July€ 93
August€ 124
September€ 88
October€ 64
November€ 43
December€ 41
ItemPercent
January€ 28
February€ 23
March€ 21
April€ 39
May€ 37
June€ 38
July€ 52
August€ 60
September€ 42
October€ 31
November€ 21
December€ 33
ItemPercent
January€ 30
February€ 30
March€ 24
April€ 56
May€ 42
June€ 72
July€ 89
August
September
October€ 72
November€ 54
December€ 34
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:55500 NodeID:10410 pvCT_ID:55500 NodeID:10410 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 =10410 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=55500 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=55500 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 Malta fo find you the best price and that's a promise...

from
€15
per day
ItemPercent
Jan€ 10
Feb€ 8
Mar€ 7
Apr€ 12
May€ 13
Jun€ 13
Jul€ 25
Aug€ 34
Sep€ 18
Oct€ 14
Nov€ 8
Dec€ 12
from
€15
per day
ItemPercent
Jan€ 10
Feb€ 8
Mar€ 7
Apr€ 12
May€ 13
Jun€ 13
Jul€ 25
Aug€ 34
Sep€ 18
Oct€ 14
Nov€ 8
Dec€ 12
from
€15
per day
ItemPercent
Jan€ 10
Feb€ 8
Mar€ 7
Apr€ 12
May€ 13
Jun€ 13
Jul€ 25
Aug€ 34
Sep€ 18
Oct€ 14
Nov€ 8
Dec€ 12
from
€0
per day
ItemPercent