Car Rental in Burgos Mini Guide
Burgos is a city in Northern Spain and the capital of the Castile region. If travelling by air, you can fly from Barcelona as there is a daily flight to Burgos Airport. There are regular flights to
Paris Orly and
Palma de Mallorca and seasonal flights to
Portugal and the Balearic Islands.
Car hire from Rhinocarhire.com is unbelievably good value for money and especially so when you consider all that’s included. No other company offers Collision Damage Waiver and comprehensive insurance in Burgos from only £25 per day. We can even offer insurance to cover your excess so in the unfortunate event of a crash, you will have nothing to pay. We have a range of vehicles for you to choose from and if you watch out for our regular special offers you can afford to upgrade at very little extra cost.
Current Rental Rates in Burgos
Toyota Aygo
4 Adults, 3 Doors
From 47.72 EUR/day
7 Days rental at 334.07 EUR from 24/07/2023
Citroen C1
4 Adults, 3 Doors
From 47.91 EUR/day
7 Days rental at 335.42 EUR from 24/07/2023
Seat Ibiza
5 Adults, 5 Doors
From 48.32 EUR/day
7 Days rental at 338.30 EUR from 24/07/2023
Fiat 500
4 Adults, 3 Doors
From 50.00 EUR/day
7 Days rental at 350.00 EUR from 24/07/2023
Opel Corsa
4 Adults, 3 Doors
From 50.00 EUR/day
7 Days rental at 350.00 EUR from 24/07/2023
Ford Focus
5 Adults, 5 Doors
From 54.76 EUR/day
7 Days rental at 383.36 EUR from 24/07/2023
Fiat 500
4 Adults, 3 Doors
From 55.95 EUR/day
7 Days rental at 391.66 EUR from 24/07/2023
Seat Ibiza
5 Adults, 5 Doors
From 57.87 EUR/day
7 Days rental at 405.10 EUR from 24/07/2023
Citroen C-Elysee
5 Adults, 3 Doors
From 59.14 EUR/day
7 Days rental at 413.99 EUR from 24/07/2023
Useful to know about Burgos
- Burgos is the ancient capital of Castile.
- The ‘Burgos Laws’, established to protect native inhabitants of Spain’s South American colonies were formulated here.
- The Gothic Cathedral of Our Lady of Burgos is a UNESCO World Heritage Site.
- The famous Quesos de Burgos cheese is made nearby. It is creamy and rich and is traditionally made with sheep’s milk.
Popular car hire destinations in Burgos
Best car rental companies in Burgos
7.7
No.1: BUDGET,
based on 3332 reviews
21 min (average wait time)
7.6
No.2: AVIS,
based on 1770 reviews
21 min (average wait time)
7.2
No.3: KEDDY BY EUROPCAR,
based on 1155 reviews
20 min (average wait time)
Burgos car hire information
-
€ 334.04
Average price:
(per week)
-
€ 47.72
Best Price:
Per Week
Average prices per day in Burgos
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 | € 41 |
---|
February | € 36 |
---|
March | € 38 |
---|
April | € 49 |
---|
May | € 54 |
---|
June | € 58 |
---|
July | € 76 |
---|
August | € 69 |
---|
September | € 49 |
---|
October | € 44 |
---|
November | € 32 |
---|
December | € 63 |
---|
Item | Percent |
---|
January | € 34 |
---|
February | € 30 |
---|
March | € 32 |
---|
April | € 38 |
---|
May | € 44 |
---|
June | € 45 |
---|
July | € 65 |
---|
August | € 55 |
---|
September | € 37 |
---|
October | € 33 |
---|
November | € 26 |
---|
December | € 51 |
---|
Item | Percent |
---|
January | € 50 |
---|
February | € 44 |
---|
March | € 50 |
---|
April | € 61 |
---|
May | € 66 |
---|
June | € 65 |
---|
July | € 86 |
---|
August | € 62 |
---|
September | € 58 |
---|
October | € 50 |
---|
November | € 38 |
---|
December | € 74 |
---|
Item | Percent |
---|
January | € 31 |
---|
February | € 27 |
---|
March | € 31 |
---|
April | € 37 |
---|
May | € 42 |
---|
June | € 42 |
---|
July | € 63 |
---|
August | € 54 |
---|
September | € 35 |
---|
October | € 30 |
---|
November | € 25 |
---|
December | € 49 |
---|
Item | Percent |
---|
January | € 42 |
---|
February | € 37 |
---|
March | € 43 |
---|
April | € 73 |
---|
May | € 61 |
---|
June | € 80 |
---|
July | € 87 |
---|
August | € 90 |
---|
September | € 54 |
---|
October | € 46 |
---|
November | € 34 |
---|
December | € 79 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:179677 NodeID:19276 pvCT_ID:179677 NodeID:19276 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 =19276 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=179677 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=179677 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.