Sandefjord Car Rental Mini Guide
Sandefjord is a small city some seventy miles from
Oslo on the coast of Vestfold. Less than seven miles from the city centre, is Sandefjord Airport from which you can book hire cars and then perhaps drive to Oslo for a day whilst staying on the beautiful coast.
The Sandefjord Airport is only ten kilometres outside of the city centre and connects with the main Norway airport with flights to the
UK. Why not combine them with affordable car hire in Sandefjord for an affordable Norway holiday.
Current Rental Rates in Sandefjord
Toyota Aygo
4 Adults, 3 Doors
From 41.86 EUR/day
7 Days rental at 293.02 EUR from 22/05/2023
Toyota Yaris
5 Adults, 3 Doors
From 44.46 EUR/day
7 Days rental at 311.22 EUR from 22/05/2023
Toyota Corolla
5 Adults, 5 Doors
From 45.24 EUR/day
7 Days rental at 316.71 EUR from 22/05/2023
Toyota Corolla Estate
5 Adults, 5 Doors
From 46.77 EUR/day
7 Days rental at 327.45 EUR from 22/05/2023
Toyota Aygo
4 Adults, 3 Doors
From 48.01 EUR/day
7 Days rental at 336.12 EUR from 22/05/2023
Toyota Yaris
5 Adults, 3 Doors
From 51.07 EUR/day
7 Days rental at 357.54 EUR from 22/05/2023
Toyota Corolla
5 Adults, 5 Doors
From 51.99 EUR/day
7 Days rental at 363.99 EUR from 22/05/2023
Toyota Corolla Estate
5 Adults, 5 Doors
From 53.80 EUR/day
7 Days rental at 376.64 EUR from 22/05/2023
Toyota C-HR
5 Adults, 5 Doors
From 82.34 EUR/day
7 Days rental at 576.38 EUR from 22/05/2023
Toyota C-HR
5 Adults, 5 Doors
From 82.34 EUR/day
7 Days rental at 576.38 EUR from 22/05/2023
Toyota C-HR
5 Adults, 5 Doors
From 95.64 EUR/day
7 Days rental at 669.49 EUR from 22/05/2023
Useful to know about Sandefjord
- The municipality of Sandefjord was established in 1838.
- In 1968 Sandefjord was merged with the municipality of Sandar.
- Enjoy amazing natural vistas when you travel around Sandefjord.
- Sandefjord has an appealing golf course.
- Sandefjord has 146 kilometres of coastline.
Popular car hire destinations in Sandefjord
Best car rental companies in Sandefjord
8.0
No.1: HERTZ,
based on 1548 reviews
14 min (average wait time)
Sandefjord car hire information
-
€ 293.02
Average price:
(per week)
-
€ 41.86
Best Price:
Per Week
Average prices per day for car hire in Sandefjord
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 | € 75 |
---|
February | € 71 |
---|
March | € 75 |
---|
April | € 67 |
---|
May | € 66 |
---|
June | € 69 |
---|
July | € 70 |
---|
August | € 70 |
---|
September | € 70 |
---|
October | € 61 |
---|
November | € 79 |
---|
December | € 61 |
---|
Item | Percent |
---|
January | € 67 |
---|
February | € 64 |
---|
March | € 61 |
---|
April | € 55 |
---|
May | € 52 |
---|
June | € 58 |
---|
July | € 59 |
---|
August | € 59 |
---|
September | € 59 |
---|
October | € 51 |
---|
November | € 69 |
---|
December | € 57 |
---|
Item | Percent |
---|
January | € 91 |
---|
February | € 88 |
---|
March | € 89 |
---|
April | € 63 |
---|
May | € 81 |
---|
June | € 80 |
---|
July | € 79 |
---|
August | € 81 |
---|
September | € 77 |
---|
October | € 69 |
---|
November | € 87 |
---|
December | € 66 |
---|
Item | Percent |
---|
January | € 65 |
---|
February | € 63 |
---|
March | € 60 |
---|
April | € 54 |
---|
May | € 50 |
---|
June | € 58 |
---|
July | € 54 |
---|
August | € 54 |
---|
September | € 54 |
---|
October | € 51 |
---|
November | € 66 |
---|
December | € 51 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | € 123 |
---|
April | € 115 |
---|
May | € 85 |
---|
June | € 88 |
---|
July | € 82 |
---|
August | € 80 |
---|
September | € 83 |
---|
October | |
---|
November | |
---|
December | |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Sandefjord
Page_Load: CT_ID:3982 NodeID:10771 pvCT_ID:3982 NodeID:10771 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 =10771 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3982 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3982 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.