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
7 Days rental at 280.02 EUR from 22/05/2023
Kia Picanto
4 Adults, 3 Doors
From 40.20 EUR/day
7 Days rental at 281.46 EUR from 22/05/2023
Opel Corsa
5 Adults, 5 Doors
From 40.63 EUR/day
7 Days rental at 284.42 EUR from 22/05/2023
Citroen C-Elysee
5 Adults, 3 Doors
From 40.83 EUR/day
7 Days rental at 285.86 EUR from 22/05/2023
Seat Leon
5 Adults, 5 Doors
From 41.04 EUR/day
7 Days rental at 287.30 EUR from 22/05/2023
Opel Crossland
5 Adults, 5 Doors
From 44.16 EUR/day
7 Days rental at 309.16 EUR from 22/05/2023
Volkswagen Golf
5 Adults, 5 Doors
From 44.37 EUR/day
7 Days rental at 310.59 EUR from 22/05/2023
Volkswagen T-Roc
5 Adults, 5 Doors
From 47.04 EUR/day
7 Days rental at 329.31 EUR from 22/05/2023
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
21 min (average wait time)
La Manga car hire information
-
€ 280.00
Average price:
(per week)
-
€ 40.00
Best Price:
Per Week
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)
Item | Percent |
---|
January | € 48 |
---|
February | € 41 |
---|
March | € 46 |
---|
April | € 58 |
---|
May | € 48 |
---|
June | € 60 |
---|
July | € 119 |
---|
August | € 105 |
---|
September | € 68 |
---|
October | € 47 |
---|
November | € 37 |
---|
December | € 78 |
---|
Item | Percent |
---|
January | € 35 |
---|
February | € 31 |
---|
March | € 39 |
---|
April | € 43 |
---|
May | € 40 |
---|
June | € 45 |
---|
July | € 104 |
---|
August | € 92 |
---|
September | € 55 |
---|
October | € 39 |
---|
November | € 31 |
---|
December | € 89 |
---|
Item | Percent |
---|
January | € 37 |
---|
February | € 32 |
---|
March | € 37 |
---|
April | € 44 |
---|
May | € 38 |
---|
June | € 41 |
---|
July | € 93 |
---|
August | € 78 |
---|
September | € 52 |
---|
October | € 41 |
---|
November | € 31 |
---|
December | € 68 |
---|
Item | Percent |
---|
January | € 59 |
---|
February | € 48 |
---|
March | € 47 |
---|
April | € 71 |
---|
May | € 47 |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
*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
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.