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
7 Days rental at 259.43 EUR from 23/01/2023
Ford Transit SWB Van
3 Adults, 4 Doors
From 37.61 EUR/day
7 Days rental at 263.28 EUR from 23/01/2023
Ford Transit Cargo Van
3 Adults, 4 Doors
From 65.58 EUR/day
7 Days rental at 459.10 EUR from 23/01/2023
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
15 min (average wait time)
8.2
No.1: HERTZ,
based on 13746 reviews
15 min (average wait time)
8.1
No.3: ENTERPRISE,
based on 1270 reviews
19 min (average wait time)
York car hire information
-
€ 263.27
Average price:
(per week)
-
€ 37.61
Best Price:
Per Week
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)
Item | Percent |
---|
January | € 88 |
---|
February | € 69 |
---|
March | € 72 |
---|
April | € 36 |
---|
May | € 86 |
---|
June | € 90 |
---|
July | € 65 |
---|
August | |
---|
September | € 55 |
---|
October | € 63 |
---|
November | € 71 |
---|
December | € 72 |
---|
Item | Percent |
---|
January | € 87 |
---|
February | € 65 |
---|
March | € 67 |
---|
April | € 33 |
---|
May | € 81 |
---|
June | € 91 |
---|
July | € 62 |
---|
August | |
---|
September | € 52 |
---|
October | € 58 |
---|
November | € 70 |
---|
December | € 72 |
---|
Item | Percent |
---|
January | € 113 |
---|
February | € 96 |
---|
March | € 78 |
---|
April | € 68 |
---|
May | € 141 |
---|
June | € 157 |
---|
July | € 113 |
---|
August | |
---|
September | € 95 |
---|
October | € 118 |
---|
November | € 111 |
---|
December | € 123 |
---|
Item | Percent |
---|
January | € 80 |
---|
February | € 76 |
---|
March | € 75 |
---|
April | € 42 |
---|
May | € 94 |
---|
June | € 97 |
---|
July | € 68 |
---|
August | € 38 |
---|
September | € 62 |
---|
October | € 74 |
---|
November | € 73 |
---|
December | € 75 |
---|
Item | Percent |
---|
January | € 79 |
---|
February | € 61 |
---|
March | € 60 |
---|
April | € 24 |
---|
May | € 76 |
---|
June | |
---|
July | € 56 |
---|
August | |
---|
September | € 39 |
---|
October | € 60 |
---|
November | € 77 |
---|
December | € 78 |
---|
Item | Percent |
---|
January | € 107 |
---|
February | € 88 |
---|
March | € 89 |
---|
April | € 68 |
---|
May | € 126 |
---|
June | € 129 |
---|
July | € 148 |
---|
August | |
---|
September | € 97 |
---|
October | € 113 |
---|
November | € 117 |
---|
December | € 129 |
---|
Item | Percent |
---|
January | € 98 |
---|
February | € 78 |
---|
March | € 78 |
---|
April | € 42 |
---|
May | € 97 |
---|
June | € 98 |
---|
July | € 73 |
---|
August | |
---|
September | € 61 |
---|
October | € 71 |
---|
November | € 80 |
---|
December | € 79 |
---|
*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.