• 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

La Manga Mini Guide

La Manga is a fabulous place to visit and the best way to get there and see it all is by hiring a car from rhinocarhire.com. You can hire fun, cheap and friendly vehicles or if you want to mix it up, pay a little extra and hire a luxury model such as a Mercedes or a sleek convertible. Whatever you decide on, you will know that you won’t have got a better deal anywhere else. Who else can offer the lowest prices and still include comprehensive insurance and 24 hour breakdown cover?

La Manga can be reached by travelling to Alicante Airport and driving south, but the nearest airport is the Murcia Corvera Airport. If you are flying directly to these airports why not pick up a Rhino rental vehicle from there?

Current Rental Rates in La Manga

Toyota Aygo

4 Adults, 3 Doors

From 40.00 EUR/day
Toyota Aygo

7 Days rental at 280.02 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Kia Picanto

4 Adults, 3 Doors

From 40.20 EUR/day
Kia Picanto

7 Days rental at 281.46 EUR from 22/05/2023

  1 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 40.63 EUR/day
Opel Corsa

7 Days rental at 284.42 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Citroen C-Elysee

5 Adults, 3 Doors

From 40.83 EUR/day
Citroen C-Elysee

7 Days rental at 285.86 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Seat Leon

5 Adults, 5 Doors

From 41.04 EUR/day
Seat Leon

7 Days rental at 287.30 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Opel Crossland

5 Adults, 5 Doors

From 44.16 EUR/day
Opel Crossland

7 Days rental at 309.16 EUR from 22/05/2023

  3 |
  Manual |
  No

Volkswagen Golf

5 Adults, 5 Doors

From 44.37 EUR/day
Volkswagen Golf

7 Days rental at 310.59 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Volkswagen T-Roc

5 Adults, 5 Doors

From 47.04 EUR/day
Volkswagen T-Roc

7 Days rental at 329.31 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Useful to know about La Manga

  • La Manga means ‘The Sleeve’ and refers to the 21 km spit of land that encloses the lagoon known as the ‘Minor sea’.
  • La Manga has an extensive football training area and is regularly used by British football clubs for winter training.
  • La Manga has an international competition standard golf course.
  • Has some of the highest rated car rentals in Spain

 

Popular car hire destinations in La Manga

Best car rental companies in La Manga

7.5
No.1: EUROPCAR,
based on 3840 reviews
80
70
60
70
80
21 min (average wait time)

La Manga car hire information

  • 7.6/10
    Best Rated Agent:
    Europcar EMEA Corporate
  • € 280.00
    Average price:
    (per week)
  • € 40.00
    Best Price:
    Per Week
  • 5
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Kia Picanto
  • 8
    Total Cars Available
     

Average prices per day for car hire in La Manga

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€ 48
February€ 41
March€ 46
April€ 58
May€ 48
June€ 60
July€ 119
August€ 105
September€ 68
October€ 47
November€ 37
December€ 78
ItemPercent
January€ 35
February€ 31
March€ 39
April€ 43
May€ 40
June€ 45
July€ 104
August€ 92
September€ 55
October€ 39
November€ 31
December€ 89
ItemPercent
January€ 37
February€ 32
March€ 37
April€ 44
May€ 38
June€ 41
July€ 93
August€ 78
September€ 52
October€ 41
November€ 31
December€ 68
ItemPercent
January€ 59
February€ 48
March€ 47
April€ 71
May€ 47
June
July
August
September
October
November
December
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in La Manga

Page_Load: CT_ID:152980 NodeID:19312 pvCT_ID:152980 NodeID:19312 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 =19312 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=152980 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=152980 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
faq
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 Spain fo find you the best price and that's a promise...

from
€27
per day
ItemPercent
Jan€ 25
Feb€ 25
Mar€ 42
Apr€ 25
May€ 30
Jun€ 20
Jul€ 32
Aug€ 33
Sep€ 18
Oct€ 27
Nov€ 24
Dec€ 23
from
€28
per day
ItemPercent
Jan€ 30
Feb€ 21
Mar€ 5
Apr€ 36
May€ 33
Jun€ 33
Jul€ 52
Aug€ 45
Sep€ 28
Oct€ 16
Nov€ 17
Dec€ 14
from
€33
per day
ItemPercent
Jan€ 26
Feb€ 20
Mar€ 8
Apr€ 42
May€ 41
Jun€ 41
Jul€ 63
Aug€ 61
Sep€ 39
Oct€ 27
Nov€ 16
Dec€ 16
from
€35
per day
ItemPercent
Jan€ 30
Feb€ 25
Mar€ 20
Apr€ 79
May€ 30
Jun€ 30
Jul€ 30
Aug€ 65
Sep€ 30
Oct€ 28
Nov€ 25
Dec€ 32