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
7 Days rental at 238.12 EUR from 21/09/2020
Nissan Sunny
5 Adults, 5 Doors
From 34.92 EUR/day
7 Days rental at 244.47 EUR from 21/09/2020
Nissan Sentra
5 Adults, 5 Doors
From 41.79 EUR/day
7 Days rental at 292.58 EUR from 21/09/2020
Peugeot 508
5 Adults, 4 Doors
From 52.95 EUR/day
7 Days rental at 370.65 EUR from 21/09/2020
Subaru XV
5 Adults, 5 Doors
From 57.47 EUR/day
7 Days rental at 402.35 EUR from 21/09/2020
Alfa Romeo Giulietta
5 Adults, 5 Doors
From 66.11 EUR/day
7 Days rental at 462.81 EUR from 21/09/2020
Peugeot 5008
5 Adults, 5 Doors
From 74.28 EUR/day
7 Days rental at 519.96 EUR from 21/09/2020
Jeep Renegade
4 Adults, 5 Doors
From 76.24 EUR/day
7 Days rental at 533.69 EUR from 21/09/2020
Mercedes C Class
5 Adults, 4 Doors
From 90.27 EUR/day
7 Days rental at 631.93 EUR from 21/09/2020
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
18 min (average wait time)
Alexandria car hire information
-
€ 238.07
Average price:
(per week)
-
€ 34.01
Best Price:
Per Week
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)
Item | Percent |
---|
April | € 29 |
---|
May | € 41 |
---|
June | € 40 |
---|
July | € 30 |
---|
August | € 72 |
---|
September | € 59 |
---|
Item | Percent |
---|
April | |
---|
May | € 30 |
---|
June | € 26 |
---|
July | € 20 |
---|
August | € 43 |
---|
September | € 34 |
---|
Item | Percent |
---|
April | |
---|
May | € 103 |
---|
June | € 90 |
---|
July | € 66 |
---|
August | € 179 |
---|
September | € 106 |
---|
Item | Percent |
---|
April | € 40 |
---|
May | € 59 |
---|
June | € 56 |
---|
July | € 41 |
---|
August | € 110 |
---|
September | € 66 |
---|
Item | Percent |
---|
April | |
---|
May | € 147 |
---|
June | € 100 |
---|
July | € 73 |
---|
August | € 183 |
---|
September | € 149 |
---|
Item | Percent |
---|
April | |
---|
May | € 81 |
---|
June | € 71 |
---|
July | € 52 |
---|
August | € 129 |
---|
September | € 105 |
---|
Item | Percent |
---|
April | |
---|
May | € 59 |
---|
June | € 52 |
---|
July | € 38 |
---|
August | € 93 |
---|
September | € 76 |
---|
*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.