Torquay Train Station Mini Guide
First Great Western Trains operate hourly every day between Exmouth and Paignton. In the summer there are long distance trains to Torquay, the ‘Torbay Express’ leaves from
London Paddington. There are buses to the harbour and town centre and the bus stop is on the seafront opposite the station. Taxis are available if you do not wish to drive. Car hire is an excellent option as you can discover all that Devon has to offer. Heading off in your hire car from the railway station you will immediately come to Torquay’s main beach called Abbey Sands. Following this along will take you to the picturesque and busy harbour from where you can take pleasure and fishing boat trips across Torbay.
Current Rental Rates in Torquay Railway Station
Fiat 500
4 Adults, 3 Doors
From 22.53 EUR/day
7 Days rental at 157.72 EUR from 17/04/2023
Volkswagen Polo
5 Adults, 5 Doors
From 30.04 EUR/day
7 Days rental at 210.34 EUR from 17/04/2023
Volkswagen Golf
5 Adults, 5 Doors
From 43.09 EUR/day
7 Days rental at 301.67 EUR from 17/04/2023
Useful to know about Torquay Railway Station
- The station opened in 1859.
- It was owned and operated by the Dartmouth and Torbay Railway Company.
- In 1876 it was taken over by the Great Western Railway Company.
- Last year nearly half a million passengers used the station.
- It has appeared in several Agatha Christie novels.
Popular car hire destinations in Torquay Railway Station
Best car rental companies in Torquay Railway Station
8.1
No.1: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
7.6
No.3: BUDGET,
based on 1700 reviews
13 min (average wait time)
7.6
No.2: AVIS,
based on 1321 reviews
20 min (average wait time)
Torquay Railway Station car hire information
-
€ 157.71
Average price:
(per week)
-
€ 22.53
Best Price:
Per Week
Average prices per day in Torquay Railway Station
Item | Percent |
---|
January | € 85 |
---|
February | € 89 |
---|
March | € 93 |
---|
April | € 36 |
---|
May | € 99 |
---|
June | € 80 |
---|
July | € 62 |
---|
August | € 40 |
---|
September | € 61 |
---|
October | € 74 |
---|
November | € 80 |
---|
December | € 75 |
---|
Item | Percent |
---|
January | € 102 |
---|
February | € 81 |
---|
March | € 73 |
---|
April | € 29 |
---|
May | € 76 |
---|
June | € 73 |
---|
July | € 59 |
---|
August | |
---|
September | € 47 |
---|
October | € 60 |
---|
November | € 73 |
---|
December | € 89 |
---|
Item | Percent |
---|
January | € 171 |
---|
February | € 168 |
---|
March | € 164 |
---|
April | € 54 |
---|
May | € 143 |
---|
June | € 215 |
---|
July | € 148 |
---|
August | |
---|
September | € 114 |
---|
October | € 144 |
---|
November | € 165 |
---|
December | € 181 |
---|
Item | Percent |
---|
January | € 118 |
---|
February | € 130 |
---|
March | € 130 |
---|
April | € 53 |
---|
May | € 96 |
---|
June | € 106 |
---|
July | € 81 |
---|
August | € 44 |
---|
September | € 80 |
---|
October | € 96 |
---|
November | € 105 |
---|
December | € 113 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 78 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 87 |
---|
February | € 64 |
---|
March | € 53 |
---|
April | € 23 |
---|
May | € 82 |
---|
June | € 95 |
---|
July | € 63 |
---|
August | |
---|
September | |
---|
October | € 75 |
---|
November | € 76 |
---|
December | € 75 |
---|
Item | Percent |
---|
January | € 222 |
---|
February | € 219 |
---|
March | € 196 |
---|
April | € 64 |
---|
May | € 157 |
---|
June | € 256 |
---|
July | € 166 |
---|
August | |
---|
September | € 118 |
---|
October | € 154 |
---|
November | € 178 |
---|
December | € 175 |
---|
Item | Percent |
---|
January | € 118 |
---|
February | € 130 |
---|
March | € 130 |
---|
April | € 66 |
---|
May | € 109 |
---|
June | € 150 |
---|
July | € 85 |
---|
August | |
---|
September | € 92 |
---|
October | € 136 |
---|
November | € 117 |
---|
December | € 98 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:47432 NodeID:14183 pvCT_ID:47432 NodeID:14183 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 =14183 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.