• 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

Heviz-Balaton Airport Mini Guide

Hévíz–Balaton Airport is also known as the Sarmellek International Airport (airport code SOB) because it is close to the village of Sarmellek. This is a popular airport for tourists to collect a hire car as it is located right next to the impressive Lake Balaton in Hungary. If you are hiring a car in Hungary for the first time, we recommend reading our Drive Smart Hungary guide to ensure you know the rules of the road and can drive safely in Hungary.

Current Rental Rates at Hévíz–Balaton Airport

Suzuki Swift

5 Adults, 3 Doors

From 50.88 EUR/day
Suzuki Swift

7 Days rental at 356.21 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Seat Ibiza

5 Adults, 5 Doors

From 53.56 EUR/day
Seat Ibiza

7 Days rental at 374.98 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 55.14 EUR/day
Ford Focus

7 Days rental at 385.99 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Hyundai i30

5 Adults, 5 Doors

From 62.57 EUR/day
Hyundai i30

7 Days rental at 438.00 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Useful to know about Hévíz–Balaton Airport

  •     Hévíz–Balaton Airport was considered the second most important airport in Hungary until financial problems hit.
  •     Hévíz–Balaton Airport is not far from the city of Keszthely where we also offer rental vehicles.
  •     In the 1940s Hévíz–Balaton Airport started as a military facility.
  •     Hévíz–Balaton Airport is a public airport today.

 

Popular car hire destinations in Hévíz–Balaton Airport

Best car rental companies in Hévíz–Balaton Airport

7.0
No.1: THRIFTY,
based on 18 reviews
6
8
8
7
6
9 min (average wait time)

Hévíz–Balaton Airport car hire information

  • 7.0/10
    Best Rated Agent:
    Thrifty EMEA Franchise
  • € 356.16
    Average price:
    (per week)
  • € 50.88
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Hyundai i30
  • 4
    Total Cars Available
     

Average prices per day for car hire at Hévíz–Balaton Airport

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€ 39
February€ 48
March€ 48
April€ 42
May€ 45
June€ 41
July€ 42
August€ 41
September€ 43
October€ 42
November€ 45
December€ 48
ItemPercent
January€ 35
February€ 41
March€ 41
April€ 35
May€ 37
June€ 33
July€ 36
August€ 33
September€ 33
October€ 37
November€ 36
December€ 41
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Hévíz–Balaton Airport

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

from
€43
per day
ItemPercent
Jan
Feb€ 51
Mar€ 51
Apr€ 33
May€ 51
Jun€ 38
Jul€ 46
Aug€ 49
Sep€ 41
Oct€ 51
Nov€ 34
Dec€ 29
from
€31
per day
ItemPercent
Jan€ 26
Feb€ 25
Mar€ 22
Apr€ 33
May€ 33
Jun€ 38
Jul€ 29
Aug€ 42
Sep€ 39
Oct€ 31
Nov€ 29
Dec€ 26
from
€26
per day
ItemPercent
Jan€ 24
Feb€ 14
Mar€ 17
Apr€ 24
May€ 23
Jun€ 36
Jul€ 43
Aug€ 28
Sep€ 32
Oct€ 26
Nov€ 26
Dec€ 15
from
€42
per day
ItemPercent
Jan€ 46
Feb€ 46
Mar€ 46
Apr€ 33
May€ 52
Jun€ 37
Jul€ 46
Aug€ 46
Sep€ 41
Oct€ 51
Nov€ 34
Dec€ 29