• 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

Abbotsford Car Rental Mini Guide

Abbotsford has a relatively mild climate and although it usually snows over winter it does not get far below zero degrees Celsius. Summers are pleasant with temperatures in the low 20s. Either way your car hire Abbotsford vehicle comes with air con and heating systems so that you can regulate your temperature accordingly for maximum comfort.

Abbotsford is not far from Vancouver and with car hire Abbotsford you can make the journey easily. Abbotsford is also not far from the border between Canada and the USA. Rent a car in Abbotsford with Rhino to be sure of getting the best rate online. We search for the best deals from all the leading Abbotsford car rental suppliers to save you time and money. Our car rental agents in Abbotsford are established in the city and the airport and provide excellent value for money and a high standard of rental car in Abbotsford.

Current Rental Rates in Abbotsford

Toyota Camry

5 Adults, 4 Doors

From 102.93 EUR/day
Toyota Camry

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

  4 |
  Automatic |
  Yes

Volkswagen Jetta

5 Adults, 4 Doors

From 102.93 EUR/day
Volkswagen Jetta

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

  4 |
  Automatic |
  Yes

Dodge Caravan

7 Adults, 5 Doors

From 113.18 EUR/day
Dodge Caravan

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

  3 |
  Automatic |
  Yes

Toyota Corolla

5 Adults, 4 Doors

From 125.80 EUR/day
Toyota Corolla

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

  4 |
  Automatic |
  Yes

Toyota Rav4

5 Adults, 5 Doors

From 159.67 EUR/day
Toyota Rav4

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

  3 |
  Automatic |
  Yes

Jeep Grand Cherokee

5 Adults, 5 Doors

From 162.52 EUR/day
Jeep Grand Cherokee

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

  4 |
  Automatic |
  Yes

Useful to know about Abbotsford

  • Abbotsford is the 5th biggest city in the British Colombia region of Canada
  • Its airport is one of the fastest growing commercial airports in Canada
  • The International Airshow takes place at Abbotsford Airport

 

 

Popular car hire destinations in Abbotsford

Best car rental companies in Abbotsford

7.5
No.1: HERTZ,
based on 404 reviews
78
73
71
73
81
20 min (average wait time)

Abbotsford car hire information

  • 7.6/10
    Best Rated Agent:
    Hertz US Corporate
  • € 720.51
    Average price:
    (per week)
  • € 102.93
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Intermediate
  • 1
    Most popular model:
    Jeep Grand Cherokee
  • 6
    Total Cars Available
     

Average prices per day in Abbotsford

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€ 85
March€ 41
April€ 45
May€ 30
June€ 32
July€ 47
August€ 47
September€ 35
October€ 35
November€ 49
December€ 95
ItemPercent
January€ 84
March€ 40
April€ 44
May€ 30
June€ 30
July€ 45
August€ 45
September€ 33
October€ 33
November€ 48
December€ 91
ItemPercent
January€ 123
March€ 55
April€ 57
May€ 43
June€ 47
July€ 84
August€ 72
September€ 61
October€ 61
November€ 78
December€ 123
ItemPercent
January€ 99
March€ 47
April€ 52
May€ 39
June€ 40
July€ 89
August€ 62
September€ 43
October€ 44
November€ 58
December€ 109
ItemPercent
January€ 108
March€ 54
April€ 57
May€ 47
June€ 46
July€ 98
August€ 70
September€ 51
October€ 51
November€ 65
December€ 116
ItemPercent
January€ 113
March€ 52
April€ 57
May€ 46
June€ 44
July€ 103
August€ 75
September€ 48
October€ 50
November€ 63
December€ 119
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4089 NodeID:19916 pvCT_ID:4089 NodeID:19916 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 =19916 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4089 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4089 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
€70
per day
ItemPercent
Jan€ 55
Feb€ 48
Mar€ 45
Apr€ 51
May€ 51
Jun€ 108
Jul
Aug€ 97
Sep€ 93
Oct€ 74
Nov€ 74
Dec€ 78
from
€72
per day
ItemPercent
Jan€ 66
Feb€ 46
Mar€ 40
Apr€ 44
May€ 55
Jun€ 119
Jul€ 98
Aug€ 98
Sep€ 101
Oct€ 47
Nov€ 85
Dec€ 66
from
€80
per day
ItemPercent
Jan€ 57
Feb€ 53
Mar€ 50
Apr€ 63
May€ 56
Jun€ 125
Jul€ 102
Aug€ 117
Sep€ 105
Oct€ 75
Nov€ 74
Dec€ 78
from
€118
per day
ItemPercent
Jan€ 107
Feb€ 106
Mar€ 108
Apr€ 158
May€ 148
Jun€ 121
Jul€ 145
Aug
Sep€ 101
Oct€ 102
Nov€ 99
Dec€ 100