Trelew Airport Mini Guide
Trelew airport is small and only eight kilometres away from the north of Trelew City which is an industrial city. Car Rental desks are available at the Airport to collect your prebooked hire car.
Whatever your plans are with your Trelew Airport hire car, you can be assured you will not get a better deal than booking with Rhino. We include all the essential insurance in the low price then add in roadside assistance and collision damage waiver, something other companies charge extra for. You will not find a better range of vehicles for you to choose from and if there is anything else that will make your journey more comfortable you can check out our list of available options.
Current Rental Rates in Trelew Airport
Renault Logan
5 Adults, 5 Doors
From 72.46 EUR/day
7 Days rental at 507.26 EUR from 22/05/2023
Useful to know about Trelew Airport
- The airport is called Almirante Marcos A Zar Airport after the Argentinian naval commander.
- It’s only five miles into Trelew from the airport and 17 miles to Rawson, the regional capital
- It was the scene of the Trelew Massacre in 1972 when prisoners escaped from the local jail and hijacked a plane before being stopped by the army
- Only domestic flights operate from the airport
Popular car hire destinations in Trelew Airport
Trelew Airport car hire information
-
0.0/10
Best Rated Agent:
N/A
-
€ 507.22
Average price:
(per week)
-
€ 72.46
Best Price:
Per Week
Average prices per day for car hire in Trelew 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)
Item | Percent |
---|
January | € 78 |
---|
February | € 66 |
---|
March | € 75 |
---|
April | € 79 |
---|
May | € 65 |
---|
June | € 83 |
---|
July | € 87 |
---|
August | € 85 |
---|
September | € 51 |
---|
October | € 50 |
---|
November | € 50 |
---|
December | € 70 |
---|
Item | Percent |
---|
January | € 70 |
---|
February | € 60 |
---|
March | € 68 |
---|
April | € 72 |
---|
May | € 58 |
---|
June | € 76 |
---|
July | € 68 |
---|
August | € 66 |
---|
September | € 46 |
---|
October | € 46 |
---|
November | € 46 |
---|
December | € 63 |
---|
Item | Percent |
---|
January | € 101 |
---|
February | € 86 |
---|
March | € 97 |
---|
April | € 101 |
---|
May | € 82 |
---|
June | € 108 |
---|
July | € 113 |
---|
August | € 110 |
---|
September | € 68 |
---|
October | € 66 |
---|
November | € 66 |
---|
December | € 91 |
---|
Item | Percent |
---|
January | € 63 |
---|
February | € 54 |
---|
March | € 61 |
---|
April | € 64 |
---|
May | € 52 |
---|
June | € 68 |
---|
July | € 71 |
---|
August | € 69 |
---|
September | € 42 |
---|
October | € 41 |
---|
November | € 41 |
---|
December | € 57 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Trelew Airport
Page_Load: CT_ID:4627 NodeID:20889 pvCT_ID:4627 NodeID:20889 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 =20889 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4627 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4627 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.