Getting to Grand Baie
The airport at
Plaisance in the southeast of the island is the only international point of arrival for air passengers. There are flights from many parts of the world including North America, Europe and Africa with scheduled and holiday charters going to Mauritius from the
UK. You can take a taxi or bus from the airport which will take you on the main road that circumnavigates the island. Alternatively, you can hire a car from the airport.
Current Rental Rates in Grand Baie
Hyundai i10
4 Adults, 3 Doors
From 39.92 EUR/day
7 Days rental at 279.48 EUR from 22/05/2023
Suzuki Swift
4 Adults, 3 Doors
From 45.18 EUR/day
7 Days rental at 316.27 EUR from 22/05/2023
Kia Picanto
4 Adults, 3 Doors
From 45.75 EUR/day
7 Days rental at 320.27 EUR from 22/05/2023
Suzuki Celerio
4 Adults, 3 Doors
From 47.57 EUR/day
7 Days rental at 333.05 EUR from 22/05/2023
Hyundai Grand i10
5 Adults, 5 Doors
From 49.26 EUR/day
7 Days rental at 344.88 EUR from 22/05/2023
Hyundai i20
5 Adults, 5 Doors
From 52.18 EUR/day
7 Days rental at 365.32 EUR from 22/05/2023
Nissan Micra
5 Adults, 5 Doors
From 53.53 EUR/day
7 Days rental at 374.77 EUR from 22/05/2023
Toyota Corolla
5 Adults, 5 Doors
From 67.77 EUR/day
7 Days rental at 474.39 EUR from 22/05/2023
Suzuki Ertiga
7 Adults, 5 Doors
From 73.45 EUR/day
7 Days rental at 514.20 EUR from 22/05/2023
Useful to know about Grand Baie
- Grand-Baie is a village on the north of the island of Mauritius
- The permanent population of Grand-Baie is just over 11,000
- The village has been somewhat overwhelmed by exclusive resorts
- The resort is a popular holiday spot for B list celebrities; see who you can spot on the beach!
Popular car hire destinations in Grand Baie
Grand Baie car hire information
-
0.0/10
Best Rated Agent:
N/A
-
€ 279.44
Average price:
(per week)
-
€ 39.92
Best Price:
Per Week
Average prices per day for car hire in Grand Baie
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 | € 88 |
---|
February | € 89 |
---|
March | € 88 |
---|
April | € 75 |
---|
May | € 71 |
---|
June | € 60 |
---|
July | € 55 |
---|
August | € 77 |
---|
September | € 76 |
---|
October | € 80 |
---|
November | € 85 |
---|
December | € 80 |
---|
Item | Percent |
---|
January | € 60 |
---|
February | € 60 |
---|
March | € 63 |
---|
April | € 50 |
---|
May | € 47 |
---|
June | € 43 |
---|
July | € 45 |
---|
August | € 66 |
---|
September | € 65 |
---|
October | € 68 |
---|
November | € 65 |
---|
December | € 66 |
---|
Item | Percent |
---|
January | € 125 |
---|
February | € 125 |
---|
March | € 126 |
---|
April | € 131 |
---|
May | € 126 |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | € 109 |
---|
December | |
---|
Item | Percent |
---|
January | € 101 |
---|
February | € 102 |
---|
March | € 76 |
---|
April | € 80 |
---|
May | € 80 |
---|
June | € 70 |
---|
July | € 68 |
---|
August | € 97 |
---|
September | € 84 |
---|
October | € 94 |
---|
November | € 94 |
---|
December | € 83 |
---|
Item | Percent |
---|
January | € 83 |
---|
February | € 74 |
---|
March | € 61 |
---|
April | € 53 |
---|
May | € 48 |
---|
June | € 50 |
---|
July | € 58 |
---|
August | € 57 |
---|
September | € 56 |
---|
October | € 62 |
---|
November | € 62 |
---|
December | € 71 |
---|
Item | Percent |
---|
January | € 109 |
---|
February | € 95 |
---|
March | € 46 |
---|
April | € 56 |
---|
May | € 51 |
---|
June | € 58 |
---|
July | € 60 |
---|
August | € 93 |
---|
September | € 74 |
---|
October | € 96 |
---|
November | € 70 |
---|
December | € 81 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Grand Baie
Page_Load: CT_ID:165925 NodeID:20918 pvCT_ID:165925 NodeID:20918 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 =20918 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=165925 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=165925 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.