• 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

Torquay Mini Guide

If you are flying here, you can get flights to Exeter or Bournemouth and hire a car or take the train which stops at Torquay’s main station near the seafront.  Torquay is a genteel holiday resort with the largest number of Blue Flag beaches of any UK resort, hiring a car will get you to Daddyhole Plain from where you can walk the cliff path known as Rock Walk down to the harbour.

Current Rental Rates in Torquay

Fiat 500

4 Adults, 3 Doors

From 22.53 EUR/day
Fiat 500

7 Days rental at 157.72 EUR from 17/04/2023

  1 |
  Manual |
  Yes

Volkswagen Polo

5 Adults, 5 Doors

From 30.04 EUR/day
Volkswagen Polo

7 Days rental at 210.34 EUR from 17/04/2023

  2 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 43.09 EUR/day
Volkswagen Golf

7 Days rental at 301.67 EUR from 17/04/2023

  3 |
  Manual |
  Yes

Useful to know about Torquay

  • Torquay was formerly an agricultural and fishing town.
  • In the 19th century it grew as a popular sea bathing destination.
  • The first inhabitants lived in Kents Cavern in the town over 700,000 years ago.
  • It was the setting for the cult comedy classic ‘Fawlty Towers’.
  • It’s home to what’s considered to be Britain’s best model village.

 

Popular car hire destinations in Torquay

Best car rental companies in Torquay

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.6
No.3: BUDGET,
based on 1700 reviews
80
70
70
70
70
13 min (average wait time)
7.6
No.2: AVIS,
based on 1321 reviews
80
80
60
70
80
20 min (average wait time)

Torquay car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 157.71
    Average price:
    (per week)
  • € 22.53
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Volkswagen Golf
  • 3
    Total Cars Available
     

Average prices per day in Torquay

ItemPercent
January€ 85
February€ 89
March€ 93
April€ 36
May€ 99
June€ 80
July€ 62
August€ 40
September€ 61
October€ 74
November€ 80
December€ 75
ItemPercent
January€ 102
February€ 81
March€ 73
April€ 29
May€ 76
June€ 73
July€ 59
August
September€ 47
October€ 60
November€ 73
December€ 89
ItemPercent
January€ 171
February€ 168
March€ 164
April€ 54
May€ 143
June€ 215
July€ 148
August
September€ 114
October€ 144
November€ 165
December€ 181
ItemPercent
January€ 118
February€ 130
March€ 130
April€ 53
May€ 96
June€ 106
July€ 81
August€ 44
September€ 80
October€ 96
November€ 105
December€ 113
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 87
February€ 64
March€ 53
April€ 23
May€ 82
June€ 95
July€ 63
August
September
October€ 75
November€ 76
December€ 75
ItemPercent
January€ 222
February€ 219
March€ 196
April€ 64
May€ 157
June€ 256
July€ 166
August
September€ 118
October€ 154
November€ 178
December€ 175
ItemPercent
January€ 118
February€ 130
March€ 130
April€ 66
May€ 109
June€ 150
July€ 85
August
September€ 92
October€ 136
November€ 117
December€ 98

Select category to see average car hire prices in Torquay

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:47432 NodeID:7920 pvCT_ID:47432 NodeID:7920 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 =7920 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=47432 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=47432 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 UK fo find you the best price and that's a promise...

from
€88
per day
ItemPercent
Jan€ 86
Feb€ 82
Mar€ 69
Apr€ 142
May€ 176
Jun€ 100
Jul€ 91
Aug
Sep€ 66
Oct€ 59
Nov€ 53
Dec€ 42
from
€43
per day
ItemPercent
Jan€ 31
Feb€ 31
Mar€ 34
Apr
May
Jun€ 82
Jul
Aug
Sep
Oct€ 52
Nov€ 35
Dec€ 38
from
€43
per day
ItemPercent
Jan€ 34
Feb€ 34
Mar€ 40
Apr€ 51
May€ 51
Jun€ 43
Jul€ 50
Aug€ 60
Sep€ 46
Oct€ 41
Nov€ 32
Dec€ 37
from
€52
per day
ItemPercent
Jan€ 34
Feb€ 35
Mar€ 34
Apr€ 61
May€ 62
Jun€ 36
Jul€ 52
Aug€ 106
Sep€ 41
Oct€ 71
Nov€ 55
Dec€ 42