• 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

Gzira Car Rental Mini Guide

Enjoy this charming Mediterranean town on the island of Malta. Gzira is located between Msida and Sliema on the north east coast. It is close to the capital Valletta and the University of Malta.  Gzira is an upmarket area which is noted for its Yacht Marina, and adjacent gardens, the waterfront shopping district and the Strand. We work with all the major car rental agents on the island and strive to achieve the best car hire price possible.

Current Rental Rates in Gzira

Toyota Aygo

4 Adults, 3 Doors

From 40.02 EUR/day
Toyota Aygo

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

  1 |
  Manual |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 41.62 EUR/day
Hyundai i10

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

  1 |
  Manual |
  Yes

Peugeot 208

4 Adults, 5 Doors

From 43.28 EUR/day
Peugeot 208

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

  1 |
  Manual |
  Yes

Kia Picanto

4 Adults, 5 Doors

From 52.14 EUR/day
Kia Picanto

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

  1 |
  Automatic |
  Yes

Ford Focus

5 Adults, 5 Doors

From 53.30 EUR/day
Ford Focus

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

  3 |
  Manual |
  Yes

Hyundai i20

5 Adults, 5 Doors

From 54.00 EUR/day
Hyundai i20

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

  2 |
  Automatic |
  Yes

Peugeot 108 Convertible

4 Adults, 3 Doors

From 58.62 EUR/day
Peugeot 108 Convertible

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

  1 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 58.62 EUR/day
Ford Focus

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

  4 |
  Manual |
  Yes

Mini Cooper

4 Adults, 3 Doors

From 60.00 EUR/day
Mini Cooper

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

  1 |
  Manual |
  Yes

Useful to know about Gzira

  • The name Gzira means ‘island’, a reference to Manoel Island in the bay.
  • The town is famed for its beautiful harbour with the view of Valletta.
  • Gzira was infamous for its prostitution in years gone by.
  • The town was founded in the mid 19th century.
  • It is now home to a very upmarket yacht marina.
  • Gozo is approximately 35 km north west and Mellieha 20 km north west of Gzira.

 

Popular car hire destinations in Gzira

Best car rental companies in Gzira

7.2
No.1: AVIS,
based on 162 reviews
67
74
72
71
80
10 min (average wait time)

Gzira car hire information

  • 7.2/10
    Best Rated Agent:
    Avis Europe Franchise
  • € 280.14
    Average price:
    (per week)
  • € 40.02
    Best Price:
    Per Week
  • 5
    Most Popular Type:
    Mini
  • 2
    Most popular model:
    Ford Focus
  • 14
    Total Cars Available
     

Average prices per day in Gzira

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€ 21
April€ 39
May€ 37
June€ 44
July€ 62
August€ 83
September€ 46
October€ 43
November€ 26
December€ 26
ItemPercent
January€ 16
February€ 13
March€ 10
April€ 27
May€ 27
June€ 29
July€ 38
August€ 42
September€ 24
October€ 21
November€ 13
December€ 18
ItemPercent
January€ 81
February€ 77
March€ 87
April€ 87
May€ 84
June€ 88
July€ 110
August€ 125
September€ 97
October€ 104
November€ 74
December€ 90
ItemPercent
January€ 39
February€ 37
March€ 39
April€ 55
May€ 52
June€ 57
July€ 82
August€ 101
September€ 67
October€ 62
November€ 43
December€ 38
ItemPercent
January€ 21
February€ 18
March€ 15
April€ 28
May€ 28
June€ 30
July€ 42
August€ 49
September€ 30
October€ 26
November€ 17
December€ 23
ItemPercent
January€ 25
February€ 25
March€ 20
April€ 47
May€ 35
June€ 61
July€ 79
August
September
October€ 61
November€ 44
December€ 28
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4362 NodeID:10409 pvCT_ID:4362 NodeID:10409 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 =10409 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4362 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4362 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