• 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

Malmo Mini Guide

Malmo is a remarkably interesting city with its development linked to its geographical location. The building of the breath-taking Oresund Bridge linking Malmo with Denmark and providing a fast link between the city and Copenhagen has stirred a renaissance in the city’s fortunes. Now, new, and modernistic buildings have grown up to house the modern industries for which the city is now renowned. The best starting points for touring the city are the three squares. There, you will see the statue of the King Karl X Gustav, revered for returning the city to Sweden. From the squares, take your hire car to Malmohus Castle which was built in the 15th century.

The best way to get to the city is flying into Malmo Airport or Copenhagen Airport. Both take the same time to get into the city centre and a rental car can be collected from both airports.

Current Rental Rates in Malmo

Mercedes A Class

5 Adults, 5 Doors

From 83.67 EUR/day
Mercedes A Class

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

  3 |
  Automatic |
  Yes

BMW 3 Series Estate

5 Adults, 5 Doors

From 106.10 EUR/day
BMW 3 Series Estate

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

  5 |
  Automatic |
  Yes

BMW X1

5 Adults, 5 Doors

From 121.06 EUR/day
BMW X1

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

  4 |
  Automatic |
  Yes

Mercedes C Class Estate

5 Adults, 5 Doors

From 126.05 EUR/day
Mercedes C Class Estate

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

  5 |
  Automatic |
  Yes

BMW 5 Series Estate

5 Adults, 5 Doors

From 140.17 EUR/day
BMW 5 Series Estate

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

  6 |
  Automatic |
  Yes

Audi A6 Estate

5 Adults, 5 Doors

From 141.83 EUR/day
Audi A6 Estate

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

  6 |
  Manual |
  Yes

BMW X5

5 Adults, 5 Doors

From 258.86 EUR/day
BMW X5

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

  6 |
  Automatic |
  Yes

Mercedes C Class Estate

5 Adults, 5 Doors

From 126.05 EUR/day
Mercedes C Class Estate

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

  5 |
  Automatic |
  Yes

Useful to know about Malmo

  • Malmo was for most of its existence a Danish city.
  • It’s considered one of the world’s greenest cities.
  • At 190m you’ll find Scandinavia’s tallest building, the ‘Turning Torso’ there.
  • Ice swimming is a popular winter activity there.
  • The five mile long Oresund Bridge stretches across to Denmark.

 

Popular car hire destinations in Malmo

Best car rental companies in Malmo

7.9
No.1: SIXT,
based on 279 reviews
86
79
74
76
83
19 min (average wait time)

Malmo car hire information

  • 8.0/10
    Best Rated Agent:
    Sixt EMEA Franchise
  • € 585.69
    Average price:
    (per week)
  • € 83.67
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Premium
  • 1
    Most popular model:
    BMW 3 Series Estate
  • 7
    Total Cars Available
     

Average prices per day in Malmo

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)
ItemPercent
January€ 53
February€ 52
March€ 62
April€ 50
May€ 60
June€ 87
July€ 72
August€ 83
September€ 67
October€ 74
November€ 62
December€ 62
ItemPercent
January
February
March
April€ 45
May€ 66
June€ 116
July€ 98
August€ 108
September
October
November
December
ItemPercent
January€ 79
February€ 79
March€ 76
April€ 64
May€ 84
June€ 105
July€ 96
August€ 93
September€ 78
October€ 85
November€ 81
December€ 82
ItemPercent
January€ 70
February€ 71
March€ 68
April€ 56
May€ 73
June€ 97
July€ 95
August€ 105
September€ 76
October€ 80
November€ 74
December€ 73
ItemPercent
January
February
March
April€ 50
May€ 91
June€ 90
July
August
September
October
November
December
ItemPercent
January
February
March
April€ 52
May€ 57
June€ 99
July
August€ 103
September€ 76
October€ 87
November
December
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:7042 NodeID:16890 pvCT_ID:7042 NodeID:16890 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 =16890 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=7042 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=7042 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€ 42
Feb€ 40
Mar€ 35
Apr€ 32
May€ 33
Jun€ 37
Jul€ 51
Aug€ 50
Sep€ 46
Oct€ 46
Nov€ 41
Dec€ 42
from
€36
per day
ItemPercent
Jan€ 30
Feb€ 32
Mar€ 26
Apr€ 28
May€ 26
Jun€ 53
Jul€ 58
Aug€ 64
Sep€ 30
Oct€ 30
Nov€ 31
Dec€ 30
from
€36
per day
ItemPercent
Jan€ 30
Feb€ 32
Mar€ 26
Apr€ 28
May€ 26
Jun€ 53
Jul€ 58
Aug€ 64
Sep€ 30
Oct€ 30
Nov€ 31
Dec€ 30
from
€37
per day
ItemPercent
Jan€ 34
Feb€ 34
Mar€ 32
Apr€ 32
May€ 31
Jun€ 31
Jul€ 70
Aug€ 46
Sep€ 43
Oct€ 31
Nov€ 31
Dec€ 33