• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Rathgar Mini Guide

Rathgar is famous for being the birthplace of James Joyce and also of Bram Stoker who wrote the novel Dracula. Renting a car in Rathgar allows you to see this suburb of Dublin and of course the rest of the city and all it has to offer. It is only a three kilometre journey into the city centre which takes no time at all as long as you avoid the rush hours. When flying in to Dublin Airport you can collect a hire car directly from the airport if you prefer and make the 40 minute drive to Rathgar.
 

Current Rental Rates in Rathgar

Ford Fiesta

5 Adults, 3 Doors

From 57.97 EUR/day
Ford Fiesta

7 Days rental at 405.84 EUR from 22/05/2023

  2 |
  Manual |
  No

Opel Astra

5 Adults, 5 Doors

From 69.96 EUR/day
Opel Astra

7 Days rental at 489.78 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Opel Insignia

5 Adults, 4 Doors

From 109.62 EUR/day
Opel Insignia

7 Days rental at 767.40 EUR from 22/05/2023

  4 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 110.73 EUR/day
Nissan Qashqai

7 Days rental at 775.16 EUR from 22/05/2023

  4 |
  Manual |
  Yes

Useful to know about Rathgar

  • Angela O’Connell wrote a book called The Servants' Church: History of the Church of the Three Patrons in the Parish of Rathgar.
  • Rathgar is considered part of Dublin south east.
  • Rathgar is believed to have sheltered the convicted war criminal Andrija Artukovic.
  • Rathgar still retains a charming small town feel.
  • It has plenty of traditonal shops like a butcher and baker.
  • Dublin is the capital and unsurprisingly the largest city in Ireland followed by Cork and Limerick respectively.

 

Popular car hire destinations in Rathgar

Best car rental companies in Rathgar

8.7
No.1: ENTERPRISE,
based on 176 reviews
80
90
80
80
90
22 min (average wait time)
7.8
No.3: HERTZ,
based on 4773 reviews
83
77
69
73
84
14 min (average wait time)
7.8
No.2: HERTZ,
based on 4773 reviews
83
77
69
74
85
13 min (average wait time)

Rathgar car hire information

  • 8.8/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 405.79
    Average price:
    (per week)
  • € 57.97
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Nissan Qashqai
  • 4
    Total Cars Available
     

Average prices per day for car hire in Rathgar

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)
ItemPercent
January€ 36
February€ 35
March€ 63
April€ 80
May€ 40
June€ 17
July€ 36
September€ 78
November€ 50
December€ 50
ItemPercent
January€ 34
February€ 31
March€ 46
April€ 50
May€ 34
June€ 16
July€ 31
September€ 73
November€ 40
December€ 48
ItemPercent
January
February
March
April
May
June
July
September
November€ 114
December
ItemPercent
January€ 50
February€ 50
March€ 96
April€ 110
May€ 36
June€ 40
July€ 79
September€ 82
November€ 57
December€ 60
ItemPercent
January
February
March€ 46
April€ 15
May€ 10
June€ 20
July€ 38
September€ 68
November€ 39
December
ItemPercent
January€ 41
February€ 41
March€ 77
April€ 96
May€ 62
June€ 26
July€ 54
September€ 81
November€ 57
December€ 57
ItemPercent
January€ 50
February€ 50
March€ 96
April€ 161
May€ 61
June€ 26
July€ 46
September€ 82
November€ 57
December€ 60
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Rathgar

Page_Load: CT_ID:180229 NodeID:9803 pvCT_ID:180229 NodeID:9803 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 =9803 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=180229 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=180229 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
faq
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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout Ireland fo find you the best price and that's a promise...

from
€66
per day
ItemPercent
Jan€ 38
Feb€ 27
Mar€ 66
Apr€ 37
May€ 52
Jun€ 94
Jul€ 177
Aug€ 80
Sep€ 77
Oct€ 51
Nov€ 32
Dec€ 59
from
€61
per day
ItemPercent
Jan€ 28
Feb€ 27
Mar€ 55
Apr€ 37
May€ 52
Jun€ 88
Jul€ 171
Aug€ 80
Sep€ 77
Oct€ 46
Nov€ 32
Dec€ 35
from
€70
per day
ItemPercent
Jan€ 29
Feb€ 28
Mar€ 45
Apr€ 46
May€ 55
Jun€ 93
Jul€ 250
Aug€ 89
Sep€ 68
Oct€ 62
Nov€ 38
Dec€ 38
from
€60
per day
ItemPercent
Jan€ 28
Feb€ 27
Mar€ 55
Apr€ 37
May€ 52
Jun€ 73
Jul€ 177
Aug€ 80
Sep€ 77
Oct€ 46
Nov€ 32
Dec€ 37