• 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

Quebec Car Rental Mini Guide

Quebec is a French-speaking Canadian province which contains the city of Quebec. This is a vast province, and it has many different borders including the Hudson Strait to the north and the province of Newfoundland to the east. Car hire in Quebec allows you to drive in this direction, or you can even head south to the border with the US and states such as Maine and New York

To get to Quebec, Jean Lasage International Airport has flights arriving from Canada, the USA and France. There is no public transport into the city from the airport so your best bet is to hire a car for when you land – you will be in the city in 20 minutes. From Montreal and Toronto you can travel to Quebec using the rail service or collect a prebooked Rhino rental car from either of these airports and drive to Quebec and do some sightseeing on the way.
 

Current Rental Rates in Quebec

Hyundai Sonata

5 Adults, 4 Doors

From 106.58 EUR/day
Hyundai Sonata

7 Days rental at 746.07 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Chevrolet Impala

5 Adults, 4 Doors

From 106.58 EUR/day
Chevrolet Impala

7 Days rental at 746.07 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Ford Escape

5 Adults, 5 Doors

From 114.51 EUR/day
Ford Escape

7 Days rental at 801.59 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Chrysler 300

5 Adults, 4 Doors

From 114.51 EUR/day
Chrysler 300

7 Days rental at 801.59 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Chevrolet Sonic

5 Adults, 4 Doors

From 118.52 EUR/day
Chevrolet Sonic

7 Days rental at 829.67 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Chevrolet Spark

5 Adults, 4 Doors

From 118.52 EUR/day
Chevrolet Spark

7 Days rental at 829.67 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Chrysler 300C

5 Adults, 4 Doors

From 121.47 EUR/day
Chrysler 300C

7 Days rental at 850.30 EUR from 22/05/2023

  5 |
  Automatic |
  Yes

Useful to know about Quebec

  • Quebec is the second most populated province in Canada.
  • It is also the largest province in Canada.
  • Cars are also available for hire from Quebec Airport.
  • Quebec has many core science industries including biotechnology and aerospace.
  • The social democratic party of Canada wants the country to be separate.
  • Not many people know that it is twinned with Bordeaux in France and that Rhino have great deals on car hire Bordeaux Airport as well as Quebec!

 

Popular car hire destinations in Quebec

Best car rental companies in Quebec

8.2
No.1: AVIS,
based on 235 reviews
80
80
70
80
80
20 min (average wait time)
8.0
No.2: BUDGET,
based on 2262 reviews
80
80
60
80
80
21 min (average wait time)
7.7
No.3: DISCOUNT,
based on 40 reviews
78
75
78
75
83
27 min (average wait time)

Quebec car hire information

  • 8.2/10
    Best Rated Agent:
    Avis US Corporate
  • € 746.06
    Average price:
    (per week)
  • € 106.58
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Intermediate
  • 1
    Most popular model:
    Chevrolet Sonic
  • 7
    Total Cars Available
     

Average prices per day for car hire in Quebec

ItemPercent
January€ 70
February€ 79
March€ 77
April€ 73
May€ 81
June€ 77
July€ 81
August€ 79
September€ 76
October€ 71
November€ 78
December€ 77
ItemPercent
January€ 56
February€ 62
March€ 62
April€ 53
May€ 56
June€ 59
July€ 73
August€ 60
September€ 56
October€ 62
November€ 63
December€ 66
ItemPercent
January€ 65
February€ 78
March€ 71
April€ 62
May€ 64
June€ 80
July€ 89
August€ 79
September€ 75
October€ 73
November€ 76
December€ 85
ItemPercent
January€ 73
February€ 81
March€ 74
April€ 71
May€ 73
June€ 82
July€ 86
August€ 80
September€ 70
October€ 71
November€ 76
December€ 84
ItemPercent
January€ 101
February
March
April€ 129
May€ 95
June€ 65
July€ 85
August€ 63
September
October€ 56
November€ 64
December
ItemPercent
January
February
March
April
May
June€ 38
July€ 34
August€ 33
September€ 41
October€ 41
November
December
ItemPercent
January€ 76
February€ 99
March€ 88
April€ 73
May€ 54
June€ 67
July€ 90
August€ 64
September€ 57
October€ 82
November€ 89
December€ 95
ItemPercent
January
February
March
April
May
June
July
August€ 66
September
October
November
December

Select category to see average car hire prices in Quebec

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Quebec

Page_Load: CT_ID:157712 NodeID:7392 pvCT_ID:157712 NodeID:7392 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 =7392 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=157712 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=157712 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
faq
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
€79
per day
ItemPercent
Jan€ 54
Feb€ 46
Mar€ 79
Apr€ 79
May€ 76
Jun€ 108
Jul€ 97
Aug€ 97
Sep€ 98
Oct€ 65
Nov€ 81
Dec€ 69
from
€81
per day
ItemPercent
Jan€ 54
Feb€ 48
Mar€ 79
Apr€ 79
May€ 76
Jun€ 108
Jul€ 102
Aug€ 102
Sep€ 100
Oct€ 65
Nov€ 86
Dec€ 69
from
€100
per day
ItemPercent
Jan
Feb
Mar
Apr
May
Jun€ 115
Jul€ 106
Aug€ 106
Sep€ 108
Oct€ 72
Nov€ 93
Dec
from
€77
per day
ItemPercent
Jan€ 65
Feb€ 44
Mar€ 74
Apr€ 78
May€ 76
Jun€ 127
Jul€ 98
Aug€ 95
Sep€ 91
Oct€ 47
Nov€ 65
Dec€ 60