Car Rental at Lugano Airport Mini Guide
Lugano Airport is a regional airport 4km west of Lugano in the south of Switzerland bordering
Italy. It is actually closer to the village of Agno and is therefore sometimes known as Lugano-Agno. The airport has a stunning location in a river valley with over 200,000 passengers passing through every year.
We have worked with all the major car rental services at the Airport to ensure you get the best car hire rates available including agents such as Avis, Europcar, Sixt, and Hertz, all from whom you can collect your rental car which you have pre-booked with Rhino. Ensure you request additional special equipment provisions for example snow chains and ski racks for the car at the time of booking.
Current Rental Rates at Lugano Airport
Porsche Boxster
2 Adults, 2 Doors
From 306.63 EUR/day
7 Days rental at 2146.41 EUR from 21/12/2020
Range Rover Evoque
5 Adults, 3 Doors
From 516.09 EUR/day
7 Days rental at 3612.68 EUR from 21/12/2020
Mercedes E Class
5 Adults, 4 Doors
From 516.09 EUR/day
7 Days rental at 3612.68 EUR from 21/12/2020
Land Rover Discovery
5 Adults, 5 Doors
From 516.09 EUR/day
7 Days rental at 3612.68 EUR from 21/12/2020
BMW X5
5 Adults, 5 Doors
From 620.83 EUR/day
7 Days rental at 4345.82 EUR from 21/12/2020
Audi Q7
5 Adults, 5 Doors
From 620.83 EUR/day
7 Days rental at 4345.82 EUR from 21/12/2020
Range Rover Vogue
5 Adults, 5 Doors
From 620.83 EUR/day
7 Days rental at 4345.82 EUR from 21/12/2020
Mercedes E63 AMG
5 Adults, 4 Doors
From 725.56 EUR/day
7 Days rental at 5078.96 EUR from 21/12/2020
Porsche Cayenne
5 Adults, 5 Doors
From 725.56 EUR/day
7 Days rental at 5078.96 EUR from 21/12/2020
Useful to know about Lugano Airport
- With its location closer to Agno village, the airport is often called Lugano-Agno.
- It’s a difficult airport to negotiate because of the surrounding terrain. It needs a descent angle twice that of other airports.
- Lugano is using its quieter reputation to aim for getting business jet traffic rather than the tourist market.
- There are often problems in winter because of heavy snowfall at the airport.
- Only short haul scheduled and chartered flights use the airport because of weight restrictions on take off.
Popular car hire destinations in Lugano Airport
Best car rental companies in Lugano Airport
8.0
No.1: EUROPCAR,
based on 982 reviews
14 min (average wait time)
7.8
No.2: EUROPCAR,
based on 877 reviews
15 min (average wait time)
Lugano Airport car hire information
-
€ 2146.41
Average price:
(per week)
-
€ 306.63
Best Price:
Per Week
Average prices per day for car hire at Lugano Airport
Item | Percent |
---|
April | € 63 |
---|
May | |
---|
June | |
---|
July | € 90 |
---|
August | € 80 |
---|
September | € 79 |
---|
October | € 79 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
April | € 51 |
---|
May | |
---|
June | |
---|
July | € 73 |
---|
August | € 64 |
---|
September | € 64 |
---|
October | € 63 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
April | € 95 |
---|
May | |
---|
June | |
---|
July | € 146 |
---|
August | € 112 |
---|
September | € 111 |
---|
October | € 110 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
April | € 80 |
---|
May | |
---|
June | |
---|
July | € 115 |
---|
August | € 98 |
---|
September | € 97 |
---|
October | € 95 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
April | € 196 |
---|
May | € 807 |
---|
June | € 813 |
---|
July | € 527 |
---|
August | € 526 |
---|
September | € 520 |
---|
October | € 520 |
---|
November | € 800 |
---|
December | € 804 |
---|
Item | Percent |
---|
April | € 50 |
---|
May | |
---|
June | |
---|
July | € 71 |
---|
August | € 63 |
---|
September | € 62 |
---|
October | € 62 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
April | € 111 |
---|
May | |
---|
June | |
---|
July | € 158 |
---|
August | € 140 |
---|
September | € 139 |
---|
October | € 138 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
April | € 81 |
---|
May | |
---|
June | |
---|
July | € 110 |
---|
August | € 102 |
---|
September | € 101 |
---|
October | € 101 |
---|
November | |
---|
December | |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Lugano Airport
Page_Load: CT_ID:3826 NodeID:11749 pvCT_ID:3826 NodeID:11749 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 =11749 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3826 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3826 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.