Car Rental in Dundee Mini Guide
Dundee is the fourth largest city in Scotland. If you want to explore other parts of Scotland as well as seeing Dundee then car hire is the best way to do so. It is a long way from Dundee to the other major cities of
Aberdeen (an hour and a quarter away),
Edinburgh (an hour and a half away to the south) and
Glasgow (two hours travelling distance).
However you can pick up your hire car from these other cities too. Dundee has it own airport which does flights to the other Scottish cities and some locations in England such as
London City Airport and
Birmingham Airport. Be aware that the accent is very thick in Dundee and many colloquialisms are used so English speakers may at times struggle to understand what is meant.
Current Rental Rates in Dundee
Toyota Aygo
4 Adults, 3 Doors
From 56.26 EUR/day
7 Days rental at 393.88 EUR from 12/12/2022
Opel Corsa
5 Adults, 3 Doors
From 57.41 EUR/day
7 Days rental at 401.92 EUR from 12/12/2022
Opel Corsa
5 Adults, 5 Doors
From 58.00 EUR/day
7 Days rental at 406.05 EUR from 12/12/2022
Opel Astra
5 Adults, 5 Doors
From 58.58 EUR/day
7 Days rental at 410.12 EUR from 12/12/2022
Nissan Qashqai
5 Adults, 5 Doors
From 59.78 EUR/day
7 Days rental at 418.51 EUR from 12/12/2022
Skoda Octavia
5 Adults, 5 Doors
From 60.98 EUR/day
7 Days rental at 426.88 EUR from 12/12/2022
Opel Insignia
5 Adults, 4 Doors
From 65.76 EUR/day
7 Days rental at 460.36 EUR from 12/12/2022
Opel Corsa
5 Adults, 3 Doors
From 67.37 EUR/day
7 Days rental at 471.65 EUR from 12/12/2022
Opel Corsa
5 Adults, 5 Doors
From 70.30 EUR/day
7 Days rental at 492.16 EUR from 12/12/2022
Renault Zoe
5 Adults, 5 Doors
From 79.09 EUR/day
7 Days rental at 553.69 EUR from 12/12/2022
Useful to know about Dundee
- Dundee is the fourth largest Scottish city.
- It’s fortunes are said to have been built on ‘jute, jam and journalism’.
- Captain Scott’s ship RSS Discovery is moored in the harbour.
- The name Dundee is Gaelic for ‘fort of fire’.
- Twice in its history it has been completely destroyed by enemies.
Popular car hire destinations in Dundee
Best car rental companies in Dundee
8.1
No.1: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
7.9
No.2: AVIS,
based on 4614 reviews
15 min (average wait time)
7.0
No.3: DOLLAR,
based on 3143 reviews
17 min (average wait time)
Dundee car hire information
-
€ 393.82
Average price:
(per week)
-
€ 56.26
Best Price:
Per Week
Average prices per day for car hire in Dundee
Item | Percent |
---|
April | € 29 |
---|
May | € 106 |
---|
June | € 113 |
---|
July | € 103 |
---|
August | € 71 |
---|
September | € 62 |
---|
October | € 42 |
---|
November | € 43 |
---|
December | € 66 |
---|
Item | Percent |
---|
April | € 26 |
---|
May | € 109 |
---|
June | € 121 |
---|
July | € 113 |
---|
August | € 102 |
---|
September | € 95 |
---|
October | € 60 |
---|
November | € 58 |
---|
December | € 66 |
---|
Item | Percent |
---|
April | € 54 |
---|
May | € 200 |
---|
June | € 215 |
---|
July | € 159 |
---|
August | € 157 |
---|
September | € 198 |
---|
October | € 157 |
---|
November | € 152 |
---|
December | € 195 |
---|
Item | Percent |
---|
April | € 54 |
---|
May | € 140 |
---|
June | € 132 |
---|
July | € 125 |
---|
August | € 119 |
---|
September | € 110 |
---|
October | € 76 |
---|
November | € 74 |
---|
December | € 89 |
---|
Item | Percent |
---|
April | € 78 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
April | |
---|
May | € 91 |
---|
June | |
---|
July | |
---|
August | |
---|
September | € 58 |
---|
October | € 36 |
---|
November | € 37 |
---|
December | € 56 |
---|
Item | Percent |
---|
April | € 64 |
---|
May | € 196 |
---|
June | € 210 |
---|
July | € 106 |
---|
August | € 105 |
---|
September | € 88 |
---|
October | € 129 |
---|
November | € 123 |
---|
December | € 66 |
---|
Item | Percent |
---|
April | € 66 |
---|
May | € 149 |
---|
June | € 146 |
---|
July | € 144 |
---|
August | € 142 |
---|
September | € 143 |
---|
October | € 75 |
---|
November | € 72 |
---|
December | € 67 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Dundee
Page_Load: CT_ID:169889 NodeID:11038 pvCT_ID:169889 NodeID:11038 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 =11038 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=169889 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=169889 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.