Scandanavian Mountains Airport (Sälen Trysil) Mini Guide
The Scandinavian Mountains Airport also known as Sälen Trysil Airport, is an airport in the municipality of Malung-Sälen. Its location for getting to the popular ski resorts in both Sweden and Norway is great, collect your hire car at the airport and you will have journey times as short as 10km to Hundfjallet and just 45km to Klappen, the furthest resort in the area. Check out our Car Rental Cross Border policies if travelling to Norway from Sweden. Also of course we provide Ski packages, winter tyres/snow chains when required for your hire vehicle.
Current Rental Rates at Scandinavian Mountains Airport
Volkswagen ID.3
5 Adults, 5 Doors
From 74.91 EUR/day
7 Days rental at 524.38 EUR from 24/07/2023
Skoda Octavia Estate
5 Adults, 5 Doors
From 77.10 EUR/day
7 Days rental at 539.75 EUR from 24/07/2023
Volkswagen Golf Estate
5 Adults, 5 Doors
From 77.10 EUR/day
7 Days rental at 539.75 EUR from 24/07/2023
Skoda Octavia Estate
5 Adults, 5 Doors
From 81.51 EUR/day
7 Days rental at 570.59 EUR from 24/07/2023
Volkswagen Golf Estate
5 Adults, 5 Doors
From 85.90 EUR/day
7 Days rental at 601.33 EUR from 24/07/2023
Audi A6 Estate
5 Adults, 5 Doors
From 99.07 EUR/day
7 Days rental at 693.55 EUR from 24/07/2023
Skoda Kodiaq
5 Adults, 5 Doors
From 99.07 EUR/day
7 Days rental at 693.55 EUR from 24/07/2023
Volkswagen Caravelle
9 Adults, 5 Doors
From 129.83 EUR/day
7 Days rental at 908.83 EUR from 24/07/2023
Volkswagen ID.3
5 Adults, 5 Doors
From 74.91 EUR/day
7 Days rental at 524.38 EUR from 24/07/2023
Useful to know about Scandinavian Mountains Airport
- Its single runway will be 2,500m in length
- Planned opening of December 2019
- Also referred to as Sälen Trysil Airport
- Will be first airport to have a ‘virtual tower’ instead of air traffic control tower
- First new airport build in Sweden since 1999 when Pajala airport was opened.
Popular car hire destinations in Scandinavian Mountains Airport
Best car rental companies in Scandinavian Mountains Airport
8.3
No.1: EUROPCAR,
based on 355 reviews
20 min (average wait time)
7.7
No.2: HERTZ,
based on 611 reviews
22 min (average wait time)
Scandinavian Mountains Airport car hire information
-
€ 524.37
Average price:
(per week)
-
€ 74.91
Best Price:
Per Week
Average prices per day for car hire at Scandinavian Mountains 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 | € 67 |
---|
February | € 66 |
---|
March | € 62 |
---|
April | € 60 |
---|
May | € 59 |
---|
June | € 70 |
---|
July | € 68 |
---|
August | € 68 |
---|
September | € 61 |
---|
October | € 57 |
---|
November | € 60 |
---|
December | € 69 |
---|
Item | Percent |
---|
January | € 103 |
---|
February | € 97 |
---|
March | € 89 |
---|
April | € 83 |
---|
May | € 83 |
---|
June | € 98 |
---|
July | € 95 |
---|
August | € 99 |
---|
September | € 95 |
---|
October | € 89 |
---|
November | € 84 |
---|
December | € 102 |
---|
Item | Percent |
---|
January | € 76 |
---|
February | € 81 |
---|
March | € 70 |
---|
April | € 65 |
---|
May | € 63 |
---|
June | € 74 |
---|
July | € 72 |
---|
August | € 73 |
---|
September | € 69 |
---|
October | € 65 |
---|
November | € 67 |
---|
December | € 78 |
---|
Item | Percent |
---|
January | € 122 |
---|
February | € 131 |
---|
March | € 124 |
---|
April | € 94 |
---|
May | € 97 |
---|
June | € 114 |
---|
July | € 110 |
---|
August | € 113 |
---|
September | € 108 |
---|
October | € 101 |
---|
November | € 97 |
---|
December | € 113 |
---|
Item | Percent |
---|
January | |
---|
February | € 91 |
---|
March | € 59 |
---|
April | € 56 |
---|
May | € 57 |
---|
June | € 65 |
---|
July | € 65 |
---|
August | € 65 |
---|
September | |
---|
October | |
---|
November | € 60 |
---|
December | € 88 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Scandinavian Mountains Airport
Page_Load: CT_ID:152514 NodeID:24504 pvCT_ID:152514 NodeID:24504 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 =24504 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=152514 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=152514 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.