• 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

Getting to Aberystwyth

Aberystwyth is bisected by A487, A44 and the B4346 roads. It is not particularly close to any other major towns or airports, though the closest airports are at Cardiff, Bristol and Birmingham which are all fairly equidistant. The closest city is Swansea which is 70 miles away. If you are trying to find Aberystwyth with the help of a satellite navigation system then the post code is SY23.

Current Rental Rates in Aberystwyth

Kia Picanto

4 Adults, 3 Doors

From 34.70 EUR/day
Kia Picanto

7 Days rental at 242.92 EUR from 20/02/2023

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 36.43 EUR/day
Opel Corsa

7 Days rental at 255.05 EUR from 20/02/2023

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 40.21 EUR/day
Opel Astra

7 Days rental at 281.49 EUR from 20/02/2023

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 63.90 EUR/day
Kia Ceed

7 Days rental at 447.32 EUR from 20/02/2023

  3 |
  Automatic |
  Yes

Useful to know about Aberystwyth

  • The name means ‘Mouth of the Ystwyth.
  • It’s a major centre of learning with its own university.
  • Aberystwyth is considered an isolated town being nearly two hours from the next big conurbation of Swansea.
  • A fortress was built there at the start of the 12th century seeding the town.
  • The city has been called the ‘True capital of Wales’ and ‘The Biarritz of Wales’.

 

Popular car hire destinations in Aberystwyth

Best car rental companies in Aberystwyth

7.5
No.1: HERTZ,
based on 2993 reviews
80
80
60
70
80
17 min (average wait time)

Aberystwyth car hire information

  • 7.6/10
    Best Rated Agent:
    Hertz EMEA Corporate
  • € 242.90
    Average price:
    (per week)
  • € 34.70
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Kia Picanto
  • 4
    Total Cars Available
     

Average prices per day in Aberystwyth

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€ 47
February€ 47
March€ 38
April€ 39
May€ 56
June€ 46
July€ 91
September€ 65
October€ 57
November€ 54
December€ 97
ItemPercent
January€ 31
February€ 33
March€ 26
April€ 24
May€ 35
June€ 33
July€ 92
September€ 49
October€ 47
November€ 47
December€ 91
ItemPercent
January€ 47
February€ 51
March€ 51
April€ 43
May€ 57
June€ 50
July€ 123
September€ 65
October€ 60
November€ 56
December€ 110
ItemPercent
January€ 29
February€ 31
March€ 25
April€ 23
May€ 34
June€ 28
July€ 87
September€ 47
October€ 45
November€ 45
December€ 86
ItemPercent
January€ 49
February€ 52
March€ 56
April€ 43
May€ 63
June€ 53
July€ 122
September€ 75
October€ 64
November€ 61
December€ 110
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3375 NodeID:12778 pvCT_ID:3375 NodeID:12778 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 =12778 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3375 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3375 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.


Other Rhino Car Hire Locations

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

from
€42
per day
ItemPercent
Jan€ 34
Feb€ 35
Mar€ 34
Apr€ 61
May€ 36
Jun€ 37
Jul€ 52
Aug€ 52
Sep€ 41
Oct€ 47
Nov€ 36
Dec€ 34
from
€45
per day
ItemPercent
Jan€ 38
Feb€ 38
Mar€ 41
Apr€ 62
May€ 62
Jun€ 44
Jul€ 47
Aug€ 49
Sep€ 44
Oct€ 38
Nov€ 38
Dec€ 38
from
€42
per day
ItemPercent
Jan€ 34
Feb€ 35
Mar€ 34
Apr€ 61
May€ 36
Jun€ 37
Jul€ 52
Aug€ 52
Sep€ 41
Oct€ 47
Nov€ 36
Dec€ 34
from
€68
per day
ItemPercent
Jan
Feb
Mar
Apr
May
Jun€ 93
Jul€ 63
Aug
Sep€ 76
Oct€ 77
Nov€ 58
Dec€ 42