Nissan Car Rental Mini Guide
Why use Nissan Rent a Car?
Lots of customers specifically ask for a Nissan Rent a Car when travelling to Japan and it's easy to see the appeal. For starters, they offer some of the most competitively priced rental cars in Japan with a heavy bias towards the mini / budget end of the market. Cars like the Nissan Dayz and Nissan March (known in Europe as the Micra) offer a great no-frills entry into the Nissan Rent a Car market.
Nissan Note Electric Rental Cars in Japan
Whilst sales of the Nissan Leaf continue to rise all over the world and we turn to electricity to power our cars, back in its home land, its the Nissan Note that has seen the biggest impact for it's all electric vehicles. Whilst electric car hire has been relatively slow to take off, its in Japan where the movement has really started. Whilst Hybrid technology has been a part of the Japaneese automotive industry for over a decade now, fully electric rental cars are available in Japan thanks to the Nissan Note E-Power. Infrastructure in Japan is more advance with public charging points readily available throughout the major cities making a compelling argument to rent an electic car in Japan.
From the Nissan Note, offering full electric car rental in Japan to the cute, yet practicly Nissan Cube, the mode line up on offer should have something for everyone.
Only Toyota and Honda sell more cars in Japan than Nissan and once you've rented a Nissan in Japan, you'll understand the appeal and why they prove so popular year in, year out.
Current Rental Rates in Nissan Rent a Car
Nissan March
5 Adults, 3 Doors
From 62.34 EUR/day
7 Days rental at 436.38 EUR from 21/12/2020
Nissan Note
5 Adults, 5 Doors
From 67.14 EUR/day
7 Days rental at 470.02 EUR from 21/12/2020
Nissan Serena
8 Adults, 5 Doors
From 131.13 EUR/day
7 Days rental at 917.94 EUR from 21/12/2020
Useful to know about Nissan Rent a Car
- The first all electric mainstream car, the Nissan Leaf has sold over 500,000 vehicles worldwide.
- Despite manufacturing cars all over the world, Nissan still make more cars in Japan than anywhere else, many of which are available on the Nissan Rent a Car fleet
- The most popular Nissan Rent a Car models in Japan are;
Rank
Make / Model
Agent
Type
1
Nissan Note
Nissan Rent a Car
Mini
2
Nissan Cube
Nissan Rent a Car
Compact
3
Nissan March
Nissan Rent a Car
Mini
4
Nissan Dayz
Nissan Rent a Car
Economy
Popular car hire destinations in Nissan Rent a Car
Best car rental companies in Nissan Rent a Car
7.1
No.1: NISSAN,
based on 364 reviews
13 min (average wait time)
Nissan Rent a Car car hire information
-
€ 436.38
Average price:
(per week)
-
€ 62.34
Best Price:
Per Week
Average prices per day for car hire in Nissan Rent a Car
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 |
---|
April | € 77 |
---|
May | € 78 |
---|
June | € 80 |
---|
July | € 103 |
---|
August | € 103 |
---|
September | € 75 |
---|
October | € 74 |
---|
November | € 74 |
---|
December | |
---|
Item | Percent |
---|
April | € 65 |
---|
May | € 66 |
---|
June | € 67 |
---|
July | € 81 |
---|
August | € 81 |
---|
September | € 64 |
---|
October | € 62 |
---|
November | € 62 |
---|
December | € 65 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Nissan Rent a Car
Page_Load: CT_ID:192417 NodeID:24859 pvCT_ID:192417 NodeID:24859 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 =24859 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=192417 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=192417 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.