Getting to Derby Mini Guide
Getting in to Derby by plane most travellers will arrive at
East Midlands Airport where you can pick up an East Midlands Airport car rental as well as there being several pickup points in Derby itself.
Current Rental Rates in Derby
Fiat 500
4 Adults, 3 Doors
From 36.24 EUR/day
7 Days rental at 253.73 EUR from 24/07/2023
Fiat 500
4 Adults, 3 Doors
From 36.25 EUR/day
7 Days rental at 253.81 EUR from 24/07/2023
Opel Corsa
5 Adults, 3 Doors
From 41.34 EUR/day
7 Days rental at 289.43 EUR from 24/07/2023
Opel Corsa
5 Adults, 3 Doors
From 41.36 EUR/day
7 Days rental at 289.52 EUR from 24/07/2023
Ford Focus
5 Adults, 5 Doors
From 45.05 EUR/day
7 Days rental at 315.36 EUR from 24/07/2023
Ford Focus
5 Adults, 5 Doors
From 45.06 EUR/day
7 Days rental at 315.45 EUR from 24/07/2023
Opel Crossland X
5 Adults, 5 Doors
From 47.97 EUR/day
7 Days rental at 335.79 EUR from 24/07/2023
Opel Crossland X
5 Adults, 5 Doors
From 47.98 EUR/day
7 Days rental at 335.89 EUR from 24/07/2023
Nissan Qashqai
5 Adults, 5 Doors
From 53.40 EUR/day
7 Days rental at 373.84 EUR from 24/07/2023
Useful to know about Derby
- Derby was the Roman town of Derventium.
- It became one of the five boroughs of the Danelaw in Viking times.
- The Anglo Saxons called the city Deoraby meaning ‘village of the deer’.
- In 1745 Bonnie Prince Charlie camped here on his way to London to seize the throne.
- Britain’s first water operated silk mill was founded there.
Popular car hire destinations in Derby
Best car rental companies in Derby
8.1
No.1: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
8.0
No.2: EUROPCAR,
based on 6130 reviews
12 min (average wait time)
7.7
No.3: KEDDY BY EUROPCAR,
based on 1871 reviews
19 min (average wait time)
Derby car hire information
-
€ 253.68
Average price:
(per week)
-
€ 36.24
Best Price:
Per Week
Average prices per day in Derby
Item | Percent |
---|
January | € 46 |
---|
February | € 48 |
---|
March | € 48 |
---|
April | € 58 |
---|
May | € 55 |
---|
June | € 55 |
---|
July | € 59 |
---|
August | € 55 |
---|
September | € 50 |
---|
October | € 55 |
---|
November | € 51 |
---|
December | € 61 |
---|
Item | Percent |
---|
January | € 49 |
---|
February | € 50 |
---|
March | € 50 |
---|
April | € 37 |
---|
May | € 58 |
---|
June | € 60 |
---|
July | € 50 |
---|
August | € 37 |
---|
September | € 37 |
---|
October | € 49 |
---|
November | € 51 |
---|
December | € 59 |
---|
Item | Percent |
---|
January | € 99 |
---|
February | € 87 |
---|
March | € 86 |
---|
April | € 112 |
---|
May | € 131 |
---|
June | € 153 |
---|
July | € 132 |
---|
August | € 122 |
---|
September | € 119 |
---|
October | € 146 |
---|
November | € 136 |
---|
December | € 177 |
---|
Item | Percent |
---|
January | € 62 |
---|
February | € 63 |
---|
March | € 65 |
---|
April | € 63 |
---|
May | € 79 |
---|
June | € 78 |
---|
July | € 72 |
---|
August | € 55 |
---|
September | € 64 |
---|
October | € 71 |
---|
November | € 68 |
---|
December | € 85 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 78 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 35 |
---|
February | € 38 |
---|
March | € 38 |
---|
April | € 35 |
---|
May | € 43 |
---|
June | € 41 |
---|
July | € 39 |
---|
August | € 35 |
---|
September | € 31 |
---|
October | € 38 |
---|
November | € 36 |
---|
December | € 46 |
---|
Item | Percent |
---|
January | € 71 |
---|
February | € 73 |
---|
March | € 78 |
---|
April | € 65 |
---|
May | € 101 |
---|
June | € 100 |
---|
July | € 103 |
---|
August | € 70 |
---|
September | € 68 |
---|
October | € 86 |
---|
November | € 80 |
---|
December | € 96 |
---|
Item | Percent |
---|
January | € 51 |
---|
February | € 52 |
---|
March | € 50 |
---|
April | € 108 |
---|
May | € 57 |
---|
June | € 65 |
---|
July | € 66 |
---|
August | € 65 |
---|
September | € 62 |
---|
October | € 66 |
---|
November | € 51 |
---|
December | € 52 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:178 NodeID:7782 pvCT_ID:178 NodeID:7782 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 =7782 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=178 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=178 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.