• 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

Gyor Mini Guide

For easy driving around the northwest of Hungary choose car hire Gyor. This city is conveniently located between both Budapest in Hungary and Vienna in Austria. In fact, it is next to one of the main roads in Central Europe and with our rental vehicles and an unlimited mileage offer you can travel to wherever takes your fancy. If you need some help with directions, we even have satellite navigation systems available cheaply.

Current Rental Rates in Gyor

Suzuki Swift

5 Adults, 3 Doors

From 45.96 EUR/day
Suzuki Swift

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 47.57 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

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

Suzuki Swift

5 Adults, 3 Doors

From 53.55 EUR/day
Suzuki Swift

7 Days rental at 374.87 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 Estate

5 Adults, 5 Doors

From 59.28 EUR/day
Hyundai i30 Estate

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

  4 |
  Manual |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 59.52 EUR/day
Hyundai i10

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

  2 |
  Manual |
  Yes

Hyundai i20

5 Adults, 5 Doors

From 60.26 EUR/day
Hyundai i20

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

  2 |
  Manual |
  Yes

Useful to know about Gyor

  • Gyor is part of the Western Transdanubia region.
  • The city is the capital of the Gyor Moson Sopron county.
  • Gyor is twinned with 11 other cities worldwide.
  • The Gyor cathedral is built in Romanesque style.
  • Another tourist attraction is the national theatre of Gyor.

 

Popular car hire destinations in Gyor

Best car rental companies in Gyor

8.6
No.3: AVIS,
based on 43 reviews
90
88
80
85
85
10 min (average wait time)
8.6
No.2: AVIS,
based on 43 reviews
90
88
80
85
85
10 min (average wait time)
8.6
No.1: AVIS,
based on 43 reviews
90
88
80
85
85
10 min (average wait time)

Gyor car hire information

  • 8.6/10
    Best Rated Agent:
    Avis Europe Franchise
  • € 321.72
    Average price:
    (per week)
  • € 45.96
    Best Price:
    Per Week
  • 15
    Most Popular Type:
    Compact
  • 3
    Most popular model:
    Suzuki Swift
  • 47
    Total Cars Available
     

Average prices per day in Gyor

ItemPercent
January€ 54
February€ 65
March€ 64
April€ 57
May€ 55
June€ 57
July€ 66
August€ 58
September€ 55
October€ 53
November€ 53
December€ 52
ItemPercent
January€ 39
February€ 47
March€ 45
April€ 39
May€ 40
June€ 40
July€ 45
August€ 40
September€ 39
October€ 39
November€ 38
December€ 38
ItemPercent
January€ 113
February€ 151
March€ 133
April€ 109
May€ 126
June€ 126
July€ 153
August€ 134
September€ 126
October€ 122
November€ 114
December€ 105
ItemPercent
January€ 67
February€ 88
March€ 84
April€ 69
May€ 74
June€ 80
July€ 87
August€ 78
September€ 75
October€ 72
November€ 71
December€ 70
ItemPercent
January€ 165
February€ 223
March€ 196
April€ 160
May€ 186
June€ 219
July€ 226
August€ 198
September€ 185
October€ 179
November€ 168
December€ 154
ItemPercent
January€ 29
February€ 43
March€ 37
April€ 30
May€ 32
June€ 31
July€ 40
August€ 34
September€ 32
October€ 33
November€ 29
December€ 28
ItemPercent
January€ 101
February€ 133
March€ 119
April€ 95
May€ 111
June€ 120
July€ 132
August€ 118
September€ 112
October€ 111
November€ 103
December€ 95
ItemPercent
January€ 86
February€ 86
March€ 86
April€ 86
May
June€ 86
July€ 86
August
September
October
November
December

Select category to see average car hire prices in Gyor

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3868 NodeID:9751 pvCT_ID:3868 NodeID:9751 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 =9751 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3868 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3868 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
€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
€38
per day
ItemPercent
Jan€ 39
Feb€ 39
Mar€ 40
Apr€ 33
May€ 33
Jun€ 38
Jul€ 44
Aug€ 46
Sep€ 41
Oct€ 41
Nov€ 34
Dec€ 29
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
€48
per day
ItemPercent
Jan€ 44
Feb€ 44
Mar€ 52
Apr€ 55
May
Jun€ 47
Jul
Aug
Sep€ 48
Oct
Nov€ 46
Dec€ 45