• 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

Car Rental York Mini Guide

We offer a diverse range of high-quality car rentals in York at affordable rates, ensuring that you can find the perfect vehicle to suit your needs. Our fleet includes small 3 or 5 door models, as well as a selection of medium and large family saloons. To see what cars are available for online booking or to make an inquiry, use the search box displayed above. We are confident that you will find the ideal car for your rental requirements.

York in northern England is an ancient cathedral city which is well worth visiting. This medieval city in North Yorkshire was originally formed by the Romans and is rich in history. It is also an ideal base from which to drive into the stunning Yorkshire countryside. Manchester Airport provides the easiest onward connection to the city of York with direct trains.

Current Rental Rates in York

Opel Combo Van

2 Adults, 4 Doors

From 37.06 EUR/day
Opel Combo Van

7 Days rental at 259.43 EUR from 23/01/2023

  3 |
  Manual |
  Yes

Ford Transit SWB Van

3 Adults, 4 Doors

From 37.61 EUR/day
Ford Transit SWB Van

7 Days rental at 263.28 EUR from 23/01/2023

  3 |
  Manual |
  Yes

Ford Transit Cargo Van

3 Adults, 4 Doors

From 65.58 EUR/day
Ford Transit Cargo Van

7 Days rental at 459.10 EUR from 23/01/2023

  3 |
  Manual |
  No

Useful to know about York

  • York was founded by the Romans in 71 AD.
  • It was built at the confluence between the River Foss and the River Ouse.
  • In 866 York was captured by Vikings.
  • Today more than 130,000 people live in York.
  • The name York was first used in the 13th century.
  • Leeds Bradford is the nearest international airport with Newcastle a little further away but better connected.

 

Popular car hire destinations in York

  • Leeman Road
  • Wigginton Road, Clifton Moor

Best car rental companies in York

8.2
No.2: FIREFLY,
based on 5938 reviews
86
82
78
77
83
15 min (average wait time)
8.2
No.1: HERTZ,
based on 13746 reviews
86
82
78
79
83
15 min (average wait time)
8.1
No.3: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)

York car hire information

  • 8.2/10
    Best Rated Agent:
    Firefly Corporate
  • € 263.27
    Average price:
    (per week)
  • € 37.61
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Oversize
  • 1
    Most popular model:
    Ford Transit SWB Van
  • 3
    Total Cars Available
     

Average prices per day in York

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€ 88
February€ 69
March€ 72
April€ 36
May€ 86
June€ 90
July€ 65
August
September€ 55
October€ 63
November€ 71
December€ 72
ItemPercent
January€ 87
February€ 65
March€ 67
April€ 33
May€ 81
June€ 91
July€ 62
August
September€ 52
October€ 58
November€ 70
December€ 72
ItemPercent
January€ 113
February€ 96
March€ 78
April€ 68
May€ 141
June€ 157
July€ 113
August
September€ 95
October€ 118
November€ 111
December€ 123
ItemPercent
January€ 80
February€ 76
March€ 75
April€ 42
May€ 94
June€ 97
July€ 68
August€ 38
September€ 62
October€ 74
November€ 73
December€ 75
ItemPercent
January€ 79
February€ 61
March€ 60
April€ 24
May€ 76
June
July€ 56
August
September€ 39
October€ 60
November€ 77
December€ 78
ItemPercent
January€ 107
February€ 88
March€ 89
April€ 68
May€ 126
June€ 129
July€ 148
August
September€ 97
October€ 113
November€ 117
December€ 129
ItemPercent
January€ 98
February€ 78
March€ 78
April€ 42
May€ 97
June€ 98
July€ 73
August
September€ 61
October€ 71
November€ 80
December€ 79
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:261 NodeID:7946 pvCT_ID:261 NodeID:7946 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 =7946 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=261 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=261 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 UK fo find you the best price and that's a promise...

from
€54
per day
ItemPercent
Jan€ 36
Feb€ 36
Mar€ 45
Apr€ 65
May€ 56
Jun€ 48
Jul€ 53
Aug€ 135
Sep€ 47
Oct€ 47
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
€45
per day
ItemPercent
Jan€ 31
Feb€ 31
Mar
Apr
May
Jun€ 73
Jul€ 46
Aug
Sep
Oct€ 49
Nov€ 41
Dec€ 43
from
€79
per day
ItemPercent
Jan€ 65
Feb€ 66
Mar€ 64
Apr€ 64
May€ 64
Jun€ 88
Jul€ 86
Aug
Sep€ 99
Oct€ 100
Nov€ 97
Dec€ 73