• 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

Leon Mini Guide

Leon in Spain is an ancient city about 290 km (180 miles) north west of Madrid, founded by the Romans and capital of the Spanish Kingdom of Asturias - later named Leon. Being part of the pilgrim route on the road to Santiago de Compostela, Leon has long been a place that people have passed through but it is worth taking a bit of time to see this fine city.

From 120 euros per week is the base price for some of our models but if you want a little more in the way of luxury for your journeys around Leon, we can offer higher specification models such as Mercedes and four wheel drive options. We believe you will not find better deals but feel free to try. If you can find an equivalent car rental deal at a cheaper price we will try our best to match it.

Current Rental Rates in Leon

Fiat 500

4 Adults, 3 Doors

From 80.75 EUR/day
Fiat 500

7 Days rental at 565.25 EUR from 22/08/2022

  2 |
  Manual |
  Yes

Peugeot 208

5 Adults, 3 Doors

From 85.71 EUR/day
Peugeot 208

7 Days rental at 599.99 EUR from 22/08/2022

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 97.04 EUR/day
Ford Focus

7 Days rental at 679.33 EUR from 22/08/2022

  3 |
  Manual |
  Yes

Useful to know about Leon

  • The city of Leon developed from a Roman camp set up there in the 1st century AD.
  • Leon is administered by Castile but there’s a peaceful political campaign to try to gain its autonomy.
  • Look out for the Burial of Genarin festival which celebrates a local alcoholic who was hit by a rubbish truck in 1929!

 

Popular car hire destinations in Leon

Best car rental companies in Leon

6.4
No.1: HERTZ,
based on 912 reviews
80
60
50
60
60
15 min (average wait time)

Leon car hire information

  • 6.4/10
    Best Rated Agent:
    Hertz Corporate
  • € 565.25
    Average price:
    (per week)
  • € 80.75
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Ford Focus
  • 3
    Total Cars Available
     

Average prices per day for car hire in Leon

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€ 33
February€ 32
March€ 31
April€ 45
May€ 43
June€ 62
July€ 74
August€ 69
September€ 37
October€ 29
November€ 38
December€ 65
ItemPercent
January€ 31
February€ 31
March€ 26
April€ 43
May€ 37
June€ 46
July€ 67
August€ 61
September€ 33
October€ 25
November€ 31
December€ 58
ItemPercent
January€ 29
February€ 25
March€ 22
April€ 38
May€ 33
June€ 40
July€ 61
August€ 57
September€ 28
October€ 22
November€ 28
December€ 52
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Leon

Page_Load: CT_ID:172513 NodeID:19313 pvCT_ID:172513 NodeID:19313 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 =19313 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=172513 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=172513 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 Spain fo find you the best price and that's a promise...

from
€28
per day
ItemPercent
Jan€ 30
Feb€ 21
Mar€ 5
Apr€ 36
May€ 33
Jun€ 33
Jul€ 52
Aug€ 45
Sep€ 28
Oct€ 16
Nov€ 17
Dec€ 14
from
€26
per day
ItemPercent
Jan€ 27
Feb€ 26
Mar€ 43
Apr€ 27
May€ 23
Jun€ 20
Jul€ 32
Aug€ 32
Sep€ 16
Oct€ 25
Nov€ 23
Dec€ 22
from
€37
per day
ItemPercent
Jan€ 23
Feb€ 26
Mar€ 21
Apr€ 31
May€ 35
Jun€ 42
Jul€ 73
Aug€ 63
Sep€ 50
Oct€ 34
Nov€ 24
Dec€ 20
from
€29
per day
ItemPercent
Jan€ 26
Feb€ 19
Mar€ 5
Apr€ 37
May€ 35
Jun€ 38
Jul€ 67
Aug€ 48
Sep€ 29
Oct€ 18
Nov€ 13
Dec€ 16