Car Rental in Exeter Mini Guide
Exeter has its own Airport from which you can collect your pre booked rental car. The airport handles flights to the rest of the
UK and destinations in Europe. There are routes to Belfast, Edinburgh,
Leeds,
Norwich, Alicante, Amsterdam and Paris to name but a few.
If you are travelling to Exeter St David’s train station there is a regular service from London Paddington in around three hours and a slightly slower service from
London Waterloo.This is a historic city in Devon and with a rental car you can explore the coastline and estuaries nearby. There are quaint villages on the outskirts of Exeter such as Topsham which are full of listed buildings and cosy, welcoming pubs. Alternatively you can drive northeast to Bristol or southwest to Plymouth with the use of car hire in Exeter, or even consider a one way car rental and collect or drop off in different cities.
Current Rental Rates in Exeter
Polestar 2
5 Adults, 5 Doors
From 64.65 EUR/day
7 Days rental at 452.55 EUR from 24/07/2023
Kia Picanto
4 Adults, 3 Doors
From 65.04 EUR/day
7 Days rental at 455.29 EUR from 24/07/2023
Opel Corsa
5 Adults, 3 Doors
From 68.58 EUR/day
7 Days rental at 480.12 EUR from 24/07/2023
Opel Astra
5 Adults, 5 Doors
From 70.18 EUR/day
7 Days rental at 491.31 EUR from 24/07/2023
Kia Ceed
5 Adults, 3 Doors
From 82.88 EUR/day
7 Days rental at 580.18 EUR from 24/07/2023
Polestar 2
5 Adults, 5 Doors
From 64.65 EUR/day
7 Days rental at 452.55 EUR from 24/07/2023
Useful to know about Exeter
- Remember that if you are looking for rental vehicles they are also offered on arrival at Exeter Airport.
- Exeter also has good transport links with two railway stations.
- For drivers Exeter can be reached along the M5 motorway.
- Exeter Cathedral was founded in the 12th century.
- The cathedral became Anglican during the Reformation of the 16th century.
Popular car hire destinations in Exeter
- Exeter Airport
- Newton Abbot Railway Station
- Marsh Barton
- Christow Road, EX2
Best car rental companies in Exeter
8.1
No.1: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
8.0
No.2: BUDGET,
based on 11851 reviews
15 min (average wait time)
7.4
No.3: HERTZ,
based on 3174 reviews
17 min (average wait time)
Exeter car hire information
-
€ 452.55
Average price:
(per week)
-
€ 64.65
Best Price:
Per Week
Average prices per day in Exeter
Item | Percent |
---|
January | € 58 |
---|
February | € 60 |
---|
March | € 63 |
---|
April | € 40 |
---|
May | € 73 |
---|
June | € 70 |
---|
July | € 89 |
---|
September | € 80 |
---|
October | € 63 |
---|
November | € 73 |
---|
December | € 97 |
---|
Item | Percent |
---|
January | € 72 |
---|
February | € 68 |
---|
March | € 66 |
---|
April | € 33 |
---|
May | € 70 |
---|
June | € 74 |
---|
July | € 72 |
---|
September | € 79 |
---|
October | € 69 |
---|
November | € 76 |
---|
December | € 90 |
---|
Item | Percent |
---|
January | € 151 |
---|
February | € 141 |
---|
March | € 135 |
---|
April | € 66 |
---|
May | € 126 |
---|
June | € 191 |
---|
July | € 159 |
---|
September | € 152 |
---|
October | € 153 |
---|
November | € 160 |
---|
December | € 164 |
---|
Item | Percent |
---|
January | € 69 |
---|
February | € 69 |
---|
March | € 74 |
---|
April | € 47 |
---|
May | € 85 |
---|
June | € 78 |
---|
July | € 81 |
---|
September | € 102 |
---|
October | € 77 |
---|
November | € 89 |
---|
December | € 102 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 78 |
---|
May | |
---|
June | |
---|
July | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 44 |
---|
February | € 46 |
---|
March | € 53 |
---|
April | € 28 |
---|
May | € 61 |
---|
June | € 59 |
---|
July | € 66 |
---|
September | € 66 |
---|
October | € 51 |
---|
November | € 53 |
---|
December | € 83 |
---|
Item | Percent |
---|
January | € 222 |
---|
February | € 147 |
---|
March | € 133 |
---|
April | € 68 |
---|
May | € 120 |
---|
June | € 256 |
---|
July | € 184 |
---|
September | € 145 |
---|
October | € 154 |
---|
November | € 167 |
---|
December | € 155 |
---|
Item | Percent |
---|
January | € 69 |
---|
February | € 86 |
---|
March | € 88 |
---|
April | € 49 |
---|
May | € 101 |
---|
June | € 102 |
---|
July | € 88 |
---|
September | € 120 |
---|
October | € 93 |
---|
November | € 94 |
---|
December | € 96 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:187 NodeID:7792 pvCT_ID:187 NodeID:7792 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 =7792 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=187 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=187 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.