Waterford Mini Guide
Car hire in Waterford is the most comfortable way to tour this Irish city which is famous for glass making. Having an important harbour Waterford was also at the centre of the ship building industry in Ireland for many years. The city is fascinating for visitors as it has an extremely rich history.
The climate of Waterford is changeable and rainy and hiring a car is a clever way to make sure that you are always covered or near to cover. There is so much to see there that you do not want to let the weather put you off. Waterford Airport is a short distance from the city which has flights to Lorient in
France and the
UK.
Current Rental Rates in Waterford
Volkswagen Up
4 Adults, 3 Doors
From 82.14 EUR/day
7 Days rental at 575.01 EUR from 24/07/2023
Volkswagen Polo
5 Adults, 3 Doors
From 83.57 EUR/day
7 Days rental at 585.02 EUR from 24/07/2023
Ford Puma
5 Adults, 5 Doors
From 94.28 EUR/day
7 Days rental at 660.01 EUR from 24/07/2023
Volkswagen Golf
5 Adults, 5 Doors
From 95.00 EUR/day
7 Days rental at 665.02 EUR from 24/07/2023
Ford Kuga
5 Adults, 5 Doors
From 117.86 EUR/day
7 Days rental at 825.04 EUR from 24/07/2023
Volkswagen Up
4 Adults, 2 Doors
From 135.00 EUR/day
7 Days rental at 945.03 EUR from 24/07/2023
Toyota Auris
5 Adults, 5 Doors
From 160.71 EUR/day
7 Days rental at 1125.03 EUR from 24/07/2023
Useful to know about Waterford
- Waterford means Windy Fjord in Irish.
- Waterford in twinned with cities in America and Canada.
- Waterford is the fifth largest city in the Republic of Ireland, home to just under 50,000 people.
- The city motto is - Waterford remains the undertaken city.
Popular car hire destinations in Waterford
Best car rental companies in Waterford
7.7
No.1: HERTZ,
based on 759 reviews
21 min (average wait time)
Waterford car hire information
-
€ 574.98
Average price:
(per week)
-
€ 82.14
Best Price:
Per Week
Average prices per day in Waterford
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.RemoveAt(Int32 index)
at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle)
at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
Item | Percent |
---|
January | € 53 |
---|
February | € 53 |
---|
March | € 74 |
---|
April | € 54 |
---|
May | € 70 |
---|
June | € 64 |
---|
July | € 81 |
---|
August | € 77 |
---|
September | € 65 |
---|
October | € 59 |
---|
November | € 50 |
---|
December | € 131 |
---|
Item | Percent |
---|
January | € 33 |
---|
February | € 33 |
---|
March | € 48 |
---|
April | € 30 |
---|
May | € 44 |
---|
June | € 46 |
---|
July | € 52 |
---|
August | € 53 |
---|
September | € 41 |
---|
October | € 37 |
---|
November | € 30 |
---|
December | € 96 |
---|
Item | Percent |
---|
January | € 53 |
---|
February | € 60 |
---|
March | € 88 |
---|
April | € 64 |
---|
May | € 77 |
---|
June | € 67 |
---|
July | € 84 |
---|
August | € 85 |
---|
September | € 73 |
---|
October | € 72 |
---|
November | € 55 |
---|
December | € 222 |
---|
Item | Percent |
---|
January | € 36 |
---|
February | € 46 |
---|
March | € 63 |
---|
April | € 44 |
---|
May | € 65 |
---|
June | € 43 |
---|
July | € 72 |
---|
August | € 68 |
---|
September | € 55 |
---|
October | € 51 |
---|
November | € 40 |
---|
December | € 110 |
---|
Item | Percent |
---|
January | € 85 |
---|
February | € 85 |
---|
March | € 89 |
---|
April | € 61 |
---|
May | € 82 |
---|
June | € 37 |
---|
July | € 64 |
---|
August | € 66 |
---|
September | € 103 |
---|
October | € 91 |
---|
November | € 66 |
---|
December | € 177 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 45 |
---|
March | € 61 |
---|
April | € 49 |
---|
May | € 71 |
---|
June | € 80 |
---|
July | € 75 |
---|
August | € 82 |
---|
September | € 65 |
---|
October | € 54 |
---|
November | € 47 |
---|
December | € 110 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:180241 NodeID:9816 pvCT_ID:180241 NodeID:9816 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 =9816 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=180241 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=180241 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.