• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Nykoping Mini Guide

Nykoping has endured the whims of kings and princes for centuries but has gained in return from magnificent buildings and protecting castles. It is enormously proud of its history and takes every opportunity to show it off including in the outdoor museum that runs along the Nykoping River.

To get to Nykoping you will fly into Stockholm-Skavsta Airport. Ryanair is by far the biggest carrier with several flights from UK airports. From the airport to the town, it is a fifteen-minute journey and a hire car can be collected directly from the airport if you prefer.

If you are hiring a car in Sweden for the first time, we recommend reading our Drive Smart Sweden guide to ensure you know the rules of the road and can drive safely in and around Nykoping.
 

Current Rental Rates in Nykoping

Fiat 500

4 Adults, 3 Doors

From 43.20 EUR/day
Fiat 500

7 Days rental at 302.44 EUR from 24/07/2023

  1 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 56.10 EUR/day
Volkswagen Golf

7 Days rental at 392.73 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Volkswagen Golf Estate

5 Adults, 5 Doors

From 66.21 EUR/day
Volkswagen Golf Estate

7 Days rental at 463.50 EUR from 24/07/2023

  4 |
  Manual |
  Yes

Volkswagen Passat Estate

5 Adults, 5 Doors

From 70.82 EUR/day
Volkswagen Passat Estate

7 Days rental at 495.78 EUR from 24/07/2023

  5 |
  Manual |
  Yes

Opel Vivaro

9 Adults, 5 Doors

From 139.80 EUR/day
Opel Vivaro

7 Days rental at 978.63 EUR from 24/07/2023

  4 |
  Manual |
  Yes

BMW 5 Series Estate

5 Adults, 5 Doors

From 149.54 EUR/day
BMW 5 Series Estate

7 Days rental at 1046.83 EUR from 24/07/2023

  6 |
  Automatic |
  Yes

Useful to know about Nykoping

  • People have lived in and around Nykoping for over four millennia.
  • It received its city charter in 1444.
  • It was the setting for the devious ‘Nykoping banquet’ in which the king captured and imprisoned his two errant brothers.
  • It was destroyed by the invading Russians in 1719.
  • The city was once the home of Saab cars.

 

Popular car hire destinations in Nykoping

Best car rental companies in Nykoping

8.4
No.1: MABI,
based on 315 reviews
89
87
75
86
86
19 min (average wait time)
8.3
No.2: EUROPCAR,
based on 354 reviews
80
80
60
80
80
20 min (average wait time)
8.1
No.4: BUDGET,
based on 505 reviews
90
80
70
70
80
15 min (average wait time)

Nykoping car hire information

  • 8.4/10
    Best Rated Agent:
    Europcar EMEA Franchise
  • € 302.40
    Average price:
    (per week)
  • € 43.20
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Fiat 500
  • 6
    Total Cars Available
     

Average prices per day in Nykoping

ItemPercent
January€ 50
February€ 48
March€ 45
April€ 43
May€ 43
June€ 53
July€ 55
August€ 48
September€ 49
October€ 48
November€ 44
December€ 51
ItemPercent
January€ 43
February€ 40
March€ 39
April€ 37
May€ 37
June€ 40
July€ 41
August€ 39
September€ 42
October€ 42
November€ 39
December€ 44
ItemPercent
January€ 90
February€ 82
March€ 69
April€ 62
May€ 64
June€ 71
July€ 74
August€ 87
September€ 95
October€ 89
November€ 85
December€ 95
ItemPercent
January€ 64
February€ 59
March€ 59
April€ 48
May€ 49
June€ 63
July€ 59
August€ 56
September€ 64
October€ 64
November€ 55
December€ 61
ItemPercent
January€ 144
February
March
April€ 135
May€ 136
June€ 141
July€ 142
August
September
October
November
December€ 146
ItemPercent
January€ 39
February€ 36
March€ 35
April€ 31
May€ 36
June€ 39
July€ 42
August€ 32
September€ 32
October€ 37
November€ 38
December€ 38
ItemPercent
January€ 97
February€ 87
March€ 83
April€ 72
May€ 79
June€ 86
July€ 88
August€ 88
September€ 100
October€ 96
November€ 89
December€ 100
ItemPercent
January
February
March
April€ 52
May€ 53
June€ 55
July€ 55
August
September
October
November
December

Select category to see average car hire prices in Nykoping

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3304 NodeID:11662 pvCT_ID:3304 NodeID:11662 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 =11662 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3304 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3304 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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout Sweden fo find you the best price and that's a promise...

from
€41
per day
ItemPercent
Jan€ 41
Feb€ 41
Mar€ 40
Apr€ 39
May€ 39
Jun€ 38
Jul€ 43
Aug€ 42
Sep€ 43
Oct€ 42
Nov€ 42
Dec€ 40
from
€63
per day
ItemPercent
Jan€ 60
Feb€ 60
Mar€ 56
Apr€ 56
May€ 63
Jun€ 66
Jul€ 65
Aug€ 91
Sep€ 57
Oct€ 50
Nov€ 64
Dec€ 65
from
€40
per day
ItemPercent
Jan€ 43
Feb€ 43
Mar€ 42
Apr€ 42
May€ 42
Jun€ 44
Jul€ 34
Aug€ 34
Sep€ 44
Oct€ 34
Nov€ 34
Dec€ 42
from
€32
per day
ItemPercent
Jan€ 30
Feb€ 31
Mar€ 28
Apr€ 28
May€ 30
Jun€ 33
Jul€ 47
Aug€ 37
Sep€ 32
Oct€ 25
Nov€ 31
Dec€ 30