• 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

Car Rental Mini Guide Fort McMurray Airport

Northern Alberta can be an unforgiving place, especially in the long, cold, snowy winters. That is why you will appreciate a quality hire car from Fort McMurray Airport. At Rhino, not only to we do our best to give you the lowest prices on car hire, but we also insist that the cars we offer are in first class condition. Just to make sure nothing spoils your time in Fort McMurray, we also include a comprehensive range of insurance cover with even collision damage waiver included in the price.

The airport is small and can become overcrowded, all flights from Fort McMurray Airport are domestic so overseas travellers or those from the USA will have to connect to Fort McMurray via a hub. From the UK it is possible to fly to Toronto’s Pearson Airport with several carriers or for a more circuitous route you can connect in Vancouver. The airport is 8 miles from the town and most people choose to rent a hire car, so they have flexibility during their stay.

Current Rental Rates in Fort McMurray Airport

Hyundai Elantra

5 Adults, 4 Doors

From 88.78 EUR/day
Hyundai Elantra

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

  4 |
  Automatic |
  Yes

Chevrolet Impala

5 Adults, 4 Doors

From 101.30 EUR/day
Chevrolet Impala

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

  4 |
  Automatic |
  Yes

Ford Escape

5 Adults, 5 Doors

From 165.58 EUR/day
Ford Escape

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

  3 |
  Automatic |
  Yes

Useful to know about Fort McMurray Airport

  • Fort McMurray’s meteoric growth is accounted for by the working of the Athabasca Oil Sands north of the town
  • Despite being mainly industrial, it attracts tourists for skiing and for tours of the oil sands
  • Over 700,000 people used its airport last year
  • The airport is the fastest growing facility in Canada
  • It’s only eight miles from the airport to the centre of Fort McMurray

 

Popular car hire destinations in Fort McMurray Airport

Best car rental companies in Fort McMurray Airport

8.3
No.1: AVIS,
based on 241 reviews
85
86
74
85
86
23 min (average wait time)

Fort McMurray Airport car hire information

  • 8.4/10
    Best Rated Agent:
    Avis US Corporate
  • € 621.46
    Average price:
    (per week)
  • € 88.78
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Intermediate
  • 1
    Most popular model:
    Ford Escape
  • 3
    Total Cars Available
     

Average prices per day in Fort McMurray Airport

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€ 43
February€ 74
March€ 76
April€ 64
May€ 52
June€ 53
July€ 78
August€ 70
September€ 77
October€ 63
November€ 40
December€ 100
ItemPercent
January€ 41
February€ 73
March€ 75
April€ 81
May€ 62
June€ 72
July€ 123
August
September
October
November€ 38
December€ 90
ItemPercent
January€ 82
February€ 84
March€ 82
April€ 73
May€ 87
June€ 98
July€ 93
August€ 87
September€ 83
October€ 76
November€ 80
December€ 103
ItemPercent
January€ 96
February€ 96
March€ 88
April€ 75
May€ 84
June€ 97
July€ 104
August€ 94
September€ 86
October€ 79
November€ 83
December€ 110
ItemPercent
January
February
March
April€ 30
May€ 38
June€ 30
July€ 30
August€ 34
September€ 41
October€ 40
November
December
ItemPercent
January€ 69
February€ 84
March€ 103
April€ 90
May€ 79
June€ 82
July€ 117
August€ 120
September€ 101
October€ 99
November€ 104
December€ 144
ItemPercent
January€ 122
February€ 117
March€ 112
April€ 80
May€ 88
June€ 107
July€ 123
August€ 105
September€ 96
October€ 91
November€ 96
December€ 123
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:30064 NodeID:20514 pvCT_ID:30064 NodeID:20514 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 =20514 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=30064 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=30064 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 Canada fo find you the best price and that's a promise...

from
€75
per day
ItemPercent
Jan€ 54
Feb€ 48
Mar€ 49
Apr€ 57
May€ 56
Jun€ 108
Jul€ 102
Aug€ 102
Sep€ 100
Oct€ 65
Nov€ 86
Dec€ 69
from
€72
per day
ItemPercent
Jan€ 53
Feb€ 62
Mar€ 45
Apr€ 45
May€ 62
Jun€ 118
Jul€ 89
Aug€ 89
Sep€ 115
Oct€ 66
Nov€ 61
Dec€ 62
from
€66
per day
ItemPercent
Jan€ 54
Feb€ 39
Mar€ 34
Apr€ 40
May€ 57
Jun€ 139
Jul
Aug€ 100
Sep€ 78
Oct€ 47
Nov€ 84
Dec€ 53
from
€79
per day
ItemPercent
Jan€ 66
Feb€ 46
Mar€ 45
Apr€ 50
May€ 107
Jun€ 140
Jul€ 100
Aug€ 97
Sep€ 96
Oct€ 47
Nov€ 85
Dec€ 66