Edmonton Car Rental Mini Guide
Drive around the capital of the Canada province of Alberta with ease when you rent a hire car in Edmonton. Situated on the North Saskatchewan River, more than one million people live in Edmonton and it is the 2nd largest city in the province, after
Calgary.
To get to Edmonton you can fly into Edmonton International Airport, it is served by destinations in the
USA and is a major hub for Canada. A rental vehicle can also be collected from the airport with Rhino and when driving, the Yellowhead Highway and Queen Elizabeth II Highway connect many cities in Canada making this the perfect base to explore Edmonton and further afield.
Current Rental Rates in Edmonton
Chevrolet Spark
5 Adults, 4 Doors
From 59.73 EUR/day
7 Days rental at 418.14 EUR from 17/04/2023
Chevrolet Sonic
5 Adults, 4 Doors
From 60.35 EUR/day
7 Days rental at 422.45 EUR from 17/04/2023
Toyota Corolla
5 Adults, 4 Doors
From 61.58 EUR/day
7 Days rental at 431.07 EUR from 17/04/2023
Volkswagen Jetta
5 Adults, 4 Doors
From 63.59 EUR/day
7 Days rental at 445.13 EUR from 17/04/2023
Toyota Camry
5 Adults, 4 Doors
From 63.59 EUR/day
7 Days rental at 445.13 EUR from 17/04/2023
Toyota Rav4
5 Adults, 5 Doors
From 78.01 EUR/day
7 Days rental at 546.12 EUR from 17/04/2023
Jeep Grand Cherokee
5 Adults, 5 Doors
From 89.53 EUR/day
7 Days rental at 626.75 EUR from 17/04/2023
Dodge Caravan
7 Adults, 5 Doors
From 104.77 EUR/day
7 Days rental at 733.42 EUR from 17/04/2023
Useful to know about Edmonton
- Edmonton residents are known as an Edmontonians.
- The Canada Living History Museum is located in Edmonton.
- Edmonton was first incorporated as a city in 1904.
- West Edmonton mall was the largest in the world for more than 20 years.
- A lot of large scale oil sands projects occur near Edmonton.
Popular car hire destinations in Edmonton
Best car rental companies in Edmonton
7.6
No.1: HERTZ,
based on 388 reviews
21 min (average wait time)
Edmonton car hire information
-
€ 418.11
Average price:
(per week)
-
€ 59.73
Best Price:
Per Week
Average prices per day for car hire in Edmonton
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 | € 85 |
---|
February | € 81 |
---|
March | € 64 |
---|
April | € 61 |
---|
May | € 56 |
---|
June | € 81 |
---|
July | € 71 |
---|
August | € 86 |
---|
September | € 75 |
---|
October | € 63 |
---|
November | € 65 |
---|
December | € 77 |
---|
Item | Percent |
---|
January | € 79 |
---|
February | € 80 |
---|
March | € 63 |
---|
April | € 60 |
---|
May | € 54 |
---|
June | € 80 |
---|
July | € 69 |
---|
August | € 84 |
---|
September | € 73 |
---|
October | € 62 |
---|
November | € 63 |
---|
December | € 76 |
---|
Item | Percent |
---|
January | € 122 |
---|
February | € 114 |
---|
March | € 100 |
---|
April | € 83 |
---|
May | € 82 |
---|
June | € 91 |
---|
July | € 97 |
---|
August | € 103 |
---|
September | € 105 |
---|
October | € 108 |
---|
November | € 105 |
---|
December | € 114 |
---|
Item | Percent |
---|
January | € 100 |
---|
February | € 96 |
---|
March | € 80 |
---|
April | € 70 |
---|
May | € 70 |
---|
June | € 101 |
---|
July | € 96 |
---|
August | € 100 |
---|
September | € 90 |
---|
October | € 86 |
---|
November | € 88 |
---|
December | € 95 |
---|
Item | Percent |
---|
January | € 107 |
---|
February | € 103 |
---|
March | € 90 |
---|
April | € 78 |
---|
May | € 73 |
---|
June | € 90 |
---|
July | € 106 |
---|
August | € 102 |
---|
September | € 106 |
---|
October | € 95 |
---|
November | € 96 |
---|
December | € 105 |
---|
Item | Percent |
---|
January | € 115 |
---|
February | € 109 |
---|
March | € 95 |
---|
April | € 77 |
---|
May | € 79 |
---|
June | € 119 |
---|
July | € 116 |
---|
August | € 111 |
---|
September | € 101 |
---|
October | € 104 |
---|
November | € 107 |
---|
December | € 110 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Edmonton
Page_Load: CT_ID:53384 NodeID:7250 pvCT_ID:53384 NodeID:7250 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 =7250 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=53384 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=53384 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.