Car Rental at Coventry Airport
The airport is close to Coventry city centre and the commercial districts. If possible, give the airport 48 hours’ notice of your requirements and intended time of arrival. The airport can then organise your limousine transfer to collect you from the plane.
Current Rental Rates at Coventry Airport
Kia Picanto
4 Adults, 3 Doors
From 35.27 EUR/day
7 Days rental at 246.95 EUR from 24/07/2023
Opel Corsa
5 Adults, 3 Doors
From 40.24 EUR/day
7 Days rental at 281.70 EUR from 24/07/2023
Opel Astra
5 Adults, 5 Doors
From 43.84 EUR/day
7 Days rental at 306.93 EUR from 24/07/2023
Polestar 2
5 Adults, 5 Doors
From 79.23 EUR/day
7 Days rental at 554.61 EUR from 24/07/2023
Kia Ceed
5 Adults, 3 Doors
From 101.57 EUR/day
7 Days rental at 711.03 EUR from 24/07/2023
Polestar 2
5 Adults, 5 Doors
From 79.23 EUR/day
7 Days rental at 554.61 EUR from 24/07/2023
Useful to know about Coventry Airport
- The airport is only three and a half miles from the city.
- It was built in 1936.
- In World War II it was a fighter base.
- Pope John Paul II celebrated mass here with 350,000 communicants on his UK visit in 1982.
- Today it handles cargo and business flights only.
- Birmingham Airport offers a wider range of rental cars and 7 & 9 seater rentals in Birmingham.
Popular car hire destinations in Coventry Airport
Best car rental companies in Coventry Airport
8.1
No.1: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
7.5
No.2: EUROPCAR,
based on 11933 reviews
15 min (average wait time)
7.4
No.3: HERTZ,
based on 3174 reviews
17 min (average wait time)
Coventry Airport car hire information
-
€ 246.89
Average price:
(per week)
-
€ 35.27
Best Price:
Per Week
Average prices per day for car hire at Coventry Airport
Item | Percent |
---|
January | € 44 |
---|
February | € 48 |
---|
March | € 58 |
---|
April | € 32 |
---|
May | € 56 |
---|
June | € 58 |
---|
July | € 57 |
---|
August | € 37 |
---|
September | € 50 |
---|
October | € 50 |
---|
November | € 53 |
---|
December | € 64 |
---|
Item | Percent |
---|
January | € 42 |
---|
February | € 55 |
---|
March | € 62 |
---|
April | € 29 |
---|
May | € 59 |
---|
June | € 74 |
---|
July | € 50 |
---|
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 | € 51 |
---|
July | € 42 |
---|
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 at Coventry Airport
Page_Load: CT_ID:173 NodeID:7777 pvCT_ID:173 NodeID:7777 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 =7777 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(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.