Brno Car Rental Mini Guide
See this city of amazing castles and cathedrals with a car hire from Rhino. Brno is the second biggest in the
Czech Republic, so we offer car rental vehicles in Brno and from Brno Airport. Brno Airport has a number of routes with low-cost carriers. There are regular flights between Brno and major European city airports such as
London Stansted and
Barcelona in Spain. Brno is a long drive away from the other nearest international airport which is 200 kilometres away in the capital
Prague. There is a domestic flight between the two Czech Republic cities.
You can collect a Rhino rental car from either Brno or Prague Airport. If you want to make a one-way journey between these two cities this is possible with Rhino Car Hire. You should also be aware that all cars in the Czech Republic require a toll sticker which is included in the car rental price.
Current Rental Rates in Brno
Skoda Fabia
5 Adults, 5 Doors
From 83.99 EUR/day
7 Days rental at 587.98 EUR from 22/05/2023
Opel Astra
5 Adults, 5 Doors
From 90.29 EUR/day
7 Days rental at 632.09 EUR from 22/05/2023
Skoda Octavia
5 Adults, 5 Doors
From 99.74 EUR/day
7 Days rental at 698.24 EUR from 22/05/2023
Opel Astra
5 Adults, 5 Doors
From 103.84 EUR/day
7 Days rental at 726.90 EUR from 22/05/2023
Opel Astra Estate
5 Adults, 5 Doors
From 108.35 EUR/day
7 Days rental at 758.51 EUR from 22/05/2023
Useful to know about Brno
- Don’t forget that we also offer car hire Brno Airport at competitive prices.
- Brno is the traditional capital of the Czech Republic.
- The Constitutional Court of the Czech Republic is in Brno.
- The Villa Tugendhat is a UNESCO World Heritage Site.
- The royal castle at Spilberk is also amazing.
- Twinned with Dallas, Vienna, Utrecht and Stuttgart among others
Popular car hire destinations in Brno
- Brno Airport
- Near Vida! the Science Centrum
- Křížkovského, 603 00 Brno-střed, Czechia
Best car rental companies in Brno
8.6
No.1: ENTERPRISE,
based on 51 reviews
18 min (average wait time)
Brno car hire information
-
€ 587.93
Average price:
(per week)
-
€ 83.99
Best Price:
Per Week
Average prices per day for car hire in Brno
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 | € 80 |
---|
February | € 295 |
---|
March | € 66 |
---|
April | € 62 |
---|
May | € 64 |
---|
June | € 59 |
---|
July | € 59 |
---|
August | € 59 |
---|
September | € 66 |
---|
October | € 80 |
---|
November | € 80 |
---|
December | € 80 |
---|
Item | Percent |
---|
January | € 60 |
---|
February | € 155 |
---|
March | € 54 |
---|
April | € 51 |
---|
May | € 49 |
---|
June | € 48 |
---|
July | € 48 |
---|
August | € 48 |
---|
September | € 55 |
---|
October | € 63 |
---|
November | € 63 |
---|
December | € 60 |
---|
Item | Percent |
---|
January | € 78 |
---|
February | € 217 |
---|
March | € 84 |
---|
April | € 94 |
---|
May | € 80 |
---|
June | € 68 |
---|
July | € 68 |
---|
August | € 70 |
---|
September | € 64 |
---|
October | € 78 |
---|
November | € 78 |
---|
December | € 78 |
---|
Item | Percent |
---|
January | € 48 |
---|
February | € 50 |
---|
March | € 49 |
---|
April | € 48 |
---|
May | € 46 |
---|
June | € 48 |
---|
July | € 40 |
---|
August | € 40 |
---|
September | € 48 |
---|
October | € 48 |
---|
November | € 48 |
---|
December | € 48 |
---|
Item | Percent |
---|
January | € 85 |
---|
February | € 85 |
---|
March | € 91 |
---|
April | € 108 |
---|
May | € 88 |
---|
June | € 85 |
---|
July | € 85 |
---|
August | € 85 |
---|
September | € 85 |
---|
October | € 85 |
---|
November | € 85 |
---|
December | € 85 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | € 74 |
---|
April | € 116 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Brno
Page_Load: CT_ID:4064 NodeID:7622 pvCT_ID:4064 NodeID:7622 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 =7622 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4064 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4064 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
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.