Car Rental Coventry Mini Guide
Situated in the East Midlands the nearest major airports are Birmingham International Airport, approx 17km and Coventry Airport in Baginton approx 8km. Affordable car hire is readily available at the airport. Coventry is approximately 150km from
London and approximately 30km from Birmingham.
Find more info here about driving in Coventry and the UK in general.
Coventry is the second biggest city in the Midlands and with car hire in Coventry you can travel easily to both Birmingham and London.
Current Rental Rates in Coventry
Kia Picanto
4 Adults, 3 Doors
From 31.39 EUR/day
7 Days rental at 219.78 EUR from 20/02/2023
Opel Corsa
5 Adults, 3 Doors
From 32.96 EUR/day
7 Days rental at 230.77 EUR from 20/02/2023
Opel Astra
5 Adults, 5 Doors
From 35.58 EUR/day
7 Days rental at 249.07 EUR from 20/02/2023
Kia Ceed
5 Adults, 3 Doors
From 58.68 EUR/day
7 Days rental at 410.81 EUR from 20/02/2023
Useful to know about Coventry
- Coventry became the first city in the world to twin with another when it twinned with Stalingrad in the Second World War, it is now twinned with 26 other cities.
- Coventry is not considered as one of the core cities of England because it is too close to Birmingham.
- Coventry is further from the coast than any other city in Britain.
- Birmingham is located 31 kilometers to the west of Coventry.
Popular car hire destinations in Coventry
Best car rental companies in Coventry
8.1
No.1: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
7.5
No.3: EUROPCAR,
based on 11933 reviews
15 min (average wait time)
7.5
No.2: HERTZ,
based on 2993 reviews
17 min (average wait time)
Coventry car hire information
-
€ 219.73
Average price:
(per week)
-
€ 31.39
Best Price:
Per Week
Average prices per day for car hire in Coventry
Item | Percent |
---|
January | € 44 |
---|
February | € 48 |
---|
March | € 58 |
---|
April | € 32 |
---|
May | € 56 |
---|
June | € 59 |
---|
July | € 56 |
---|
August | € 37 |
---|
September | € 50 |
---|
October | € 50 |
---|
November | € 53 |
---|
December | € 64 |
---|
Item | Percent |
---|
January | € 42 |
---|
February | € 55 |
---|
March | € 62 |
---|
April | € 29 |
---|
May | € 59 |
---|
June | € 76 |
---|
July | € 51 |
---|
August | € 27 |
---|
September | € 43 |
---|
October | € 55 |
---|
November | € 61 |
---|
December | € 62 |
---|
Item | Percent |
---|
January | € 75 |
---|
February | € 98 |
---|
March | € 104 |
---|
April | € 70 |
---|
May | € 84 |
---|
June | € 121 |
---|
July | € 104 |
---|
August | € 72 |
---|
September | € 103 |
---|
October | € 95 |
---|
November | € 114 |
---|
December | € 105 |
---|
Item | Percent |
---|
January | € 52 |
---|
February | € 68 |
---|
March | € 73 |
---|
April | € 45 |
---|
May | € 69 |
---|
June | € 71 |
---|
July | € 63 |
---|
August | € 43 |
---|
September | € 56 |
---|
October | € 58 |
---|
November | € 63 |
---|
December | € 76 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 78 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 31 |
---|
February | € 38 |
---|
March | € 45 |
---|
April | € 22 |
---|
May | € 44 |
---|
June | € 53 |
---|
July | € 43 |
---|
August | € 26 |
---|
September | € 33 |
---|
October | € 39 |
---|
November | € 45 |
---|
December | € 48 |
---|
Item | Percent |
---|
January | € 67 |
---|
February | € 80 |
---|
March | € 97 |
---|
April | € 57 |
---|
May | € 76 |
---|
June | € 106 |
---|
July | € 84 |
---|
August | € 44 |
---|
September | € 79 |
---|
October | € 84 |
---|
November | € 99 |
---|
December | € 101 |
---|
Item | Percent |
---|
January | € 51 |
---|
February | € 69 |
---|
March | € 83 |
---|
April | € 52 |
---|
May | € 83 |
---|
June | € 77 |
---|
July | € 67 |
---|
August | € 38 |
---|
September | € 56 |
---|
October | € 64 |
---|
November | € 64 |
---|
December | € 70 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Coventry
Page_Load: CT_ID:173 NodeID:613 pvCT_ID:173 NodeID:613 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 =613 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=173 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=173 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
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.