Tata Mini Guide
Located in the northwest of Hungary, Tata is a town in Komarom Esztergom county. With car hire in Tata you have total flexibility during your time in Hungary and even driving to the country capital,
Budapest should take no more than an hour. This is a well-connected part of the country and drivers can make use of the M1 motorway. With our unlimited mileage offer you can even drive across the border to the capital of
Austria,
Vienna, as long as this is not against the terms and conditions of your car hire provider. We advise prebooking your car rental online to receive the vehicle of your choice at the absolute best price.
Current Rental Rates in Tata
Suzuki Swift
5 Adults, 3 Doors
From 45.96 EUR/day
7 Days rental at 321.72 EUR from 24/07/2023
Opel Corsa
5 Adults, 5 Doors
From 47.57 EUR/day
7 Days rental at 332.99 EUR from 24/07/2023
Hyundai i20
5 Adults, 5 Doors
From 60.26 EUR/day
7 Days rental at 421.87 EUR from 24/07/2023
Volkswagen Golf
5 Adults, 5 Doors
From 66.09 EUR/day
7 Days rental at 462.66 EUR from 24/07/2023
Volkswagen Golf Estate
5 Adults, 5 Doors
From 69.00 EUR/day
7 Days rental at 483.05 EUR from 24/07/2023
Ford Puma
5 Adults, 5 Doors
From 71.38 EUR/day
7 Days rental at 499.67 EUR from 24/07/2023
Skoda Octavia
5 Adults, 3 Doors
From 74.83 EUR/day
7 Days rental at 523.84 EUR from 24/07/2023
Volkswagen T - Cross
5 Adults, 5 Doors
From 88.23 EUR/day
7 Days rental at 617.64 EUR from 24/07/2023
Seat Arona
5 Adults, 5 Doors
From 92.31 EUR/day
7 Days rental at 646.19 EUR from 24/07/2023
Useful to know about Tata
- Tata is part of the Komarom Esztergom county of Hungary.
- It is also only a short drive from the county seat of Tatabanya.
- The E75 and E60 roads are also near to Tata.
- Tata is served by a railway station.
- Tata was occupied by the Turkish during the Ottoman Empire.
Popular car hire destinations in Tata
Best car rental companies in Tata
8.6
No.3: AVIS,
based on 43 reviews
10 min (average wait time)
8.6
No.2: AVIS,
based on 43 reviews
10 min (average wait time)
8.6
No.1: AVIS,
based on 43 reviews
10 min (average wait time)
Tata car hire information
-
€ 321.72
Average price:
(per week)
-
€ 45.96
Best Price:
Per Week
Average prices per day in Tata
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 | € 51 |
---|
February | € 54 |
---|
March | € 59 |
---|
April | € 59 |
---|
May | € 51 |
---|
June | € 61 |
---|
July | € 61 |
---|
August | € 54 |
---|
September | € 53 |
---|
October | € 50 |
---|
November | € 51 |
---|
December | € 46 |
---|
Item | Percent |
---|
January | € 42 |
---|
February | € 43 |
---|
March | € 45 |
---|
April | € 44 |
---|
May | € 42 |
---|
June | € 45 |
---|
July | € 45 |
---|
August | € 43 |
---|
September | € 43 |
---|
October | € 41 |
---|
November | € 42 |
---|
December | € 42 |
---|
Item | Percent |
---|
January | € 52 |
---|
February | € 56 |
---|
March | € 61 |
---|
April | € 57 |
---|
May | € 51 |
---|
June | € 59 |
---|
July | € 60 |
---|
August | € 56 |
---|
September | € 54 |
---|
October | € 54 |
---|
November | € 51 |
---|
December | € 49 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:51192 NodeID:9766 pvCT_ID:51192 NodeID:9766 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 =9766 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=51192 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=51192 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.