• 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

Alexandria Car Rental Mini Guide

Collecting a rental car in Cairo Alexandria is a clever idea to visit all the sights in this Egyptian city. Many people choose to go to Alexandria via Cairo, not only because they want to see the Pyramids, but because Cairo is better connected internationally. If you want to fly straight to Alexandria there are two airports, Borg el Arab Airport, and the main terminal El Nouzha Airport. You can fly into the latter from Athens while the former is accessible from Frankfurt in Germany and Dubai in the United Arab Emirates. Both airports are a little way outside of the city itself so you will want to pick up your Rhino rental vehicle to make the drive into the city
 
We do advise prebooking your car hire online from Alexandria or from any of our numerous locations throughout Egypt. This will make sure you receive the rental vehicle you require at the absolute best price.

Current Rental Rates in Alexandria

Renault Logan

5 Adults, 5 Doors

From 34.01 EUR/day
Renault Logan

7 Days rental at 238.12 EUR from 21/09/2020

  2 |
  Manual |
  Yes

Nissan Sunny

5 Adults, 5 Doors

From 34.92 EUR/day
Nissan Sunny

7 Days rental at 244.47 EUR from 21/09/2020

  2 |
  Automatic |
  Yes

Nissan Sentra

5 Adults, 5 Doors

From 41.79 EUR/day
Nissan Sentra

7 Days rental at 292.58 EUR from 21/09/2020

  2 |
  Automatic |
  Yes

Peugeot 508

5 Adults, 4 Doors

From 52.95 EUR/day
Peugeot 508

7 Days rental at 370.65 EUR from 21/09/2020

  4 |
  Automatic |
  Yes

Subaru XV

5 Adults, 5 Doors

From 57.47 EUR/day
Subaru XV

7 Days rental at 402.35 EUR from 21/09/2020

  3 |
  Automatic |
  Yes

Alfa Romeo Giulietta

5 Adults, 5 Doors

From 66.11 EUR/day
Alfa Romeo Giulietta

7 Days rental at 462.81 EUR from 21/09/2020

  3 |
  Automatic |
  Yes

Peugeot 5008

5 Adults, 5 Doors

From 74.28 EUR/day
Peugeot 5008

7 Days rental at 519.96 EUR from 21/09/2020

  3 |
  Automatic |
  Yes

Jeep Renegade

4 Adults, 5 Doors

From 76.24 EUR/day
Jeep Renegade

7 Days rental at 533.69 EUR from 21/09/2020

  2 |
  Automatic |
  Yes

Mercedes C Class

5 Adults, 4 Doors

From 90.27 EUR/day
Mercedes C Class

7 Days rental at 631.93 EUR from 21/09/2020

  4 |
  Automatic |
  Yes

Useful to know about Alexandria

  • The city was founded in 331 BC and named after Alexander the Great.
  • It was Egypt’s capital for a thousand years.
  • It was home to the Lighthouse of Alexandria, one of the Seven Wonders of the Ancient World.
  • The library was the largest in the world at the time.
  • It’s now the largest city on the Mediterranean coast.

 

Popular car hire destinations in Alexandria

  • Cairo Airport
  • Outside the Green Plaza Mall
  • Tutankhamun Street, Smouha
  • 5 Youssef El-Shazly, Mustafa Kamel WA Bolkli, Sidi Gaber, Alexandria Governorate 5434046

Best car rental companies in Alexandria

9.3
No.1: SIXT,
based on 69 reviews
94
91
92
93
93
18 min (average wait time)

Alexandria car hire information

  • 9.2/10
    Best Rated Agent:
    SIXT Franchise
  • € 238.07
    Average price:
    (per week)
  • € 34.01
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Jeep Grand Cherokee
  • 12
    Total Cars Available
     

Average prices per day in Alexandria

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
April€ 29
May€ 41
June€ 40
July€ 30
August€ 72
September€ 59
ItemPercent
April
May€ 30
June€ 26
July€ 20
August€ 43
September€ 34
ItemPercent
April
May€ 103
June€ 90
July€ 66
August€ 179
September€ 106
ItemPercent
April€ 40
May€ 59
June€ 56
July€ 41
August€ 110
September€ 66
ItemPercent
April
May€ 147
June€ 100
July€ 73
August€ 183
September€ 149
ItemPercent
April
May€ 81
June€ 71
July€ 52
August€ 129
September€ 105
ItemPercent
April
May€ 59
June€ 52
July€ 38
August€ 93
September€ 76
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:6006 NodeID:7722 pvCT_ID:6006 NodeID:7722 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 =7722 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=6006 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=6006 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 Egypt fo find you the best price and that's a promise...

from
€31
per day
ItemPercent
Jan€ 32
Feb€ 23
Mar€ 23
Apr€ 17
May€ 17
Jun€ 33
Jul€ 45
Aug€ 45
Sep€ 43
Oct€ 35
Nov€ 30
Dec€ 30
from
€32
per day
ItemPercent
Jan€ 32
Feb€ 30
Mar€ 23
Apr€ 21
May€ 19
Jun€ 35
Jul€ 40
Aug€ 40
Sep€ 42
Oct€ 42
Nov€ 30
Dec€ 31
from
€43
per day
ItemPercent
Jan€ 34
Feb€ 34
Mar€ 40
Apr€ 51
May€ 51
Jun€ 43
Jul€ 50
Aug€ 60
Sep€ 46
Oct€ 41
Nov€ 32
Dec€ 37
from
€70
per day
ItemPercent
Jan€ 65
Feb€ 61
Mar€ 35
Apr€ 21
May€ 46
Jun€ 146
Jul€ 102
Aug€ 70
Sep€ 72
Oct€ 73
Nov€ 74
Dec€ 73