Car Rental Mini Guide for Nafplio
There are lots of airports near Nafplio but they’re all military or general aviation airports. The nearest international airport is in
Athens but it means a drive of more than two hours to get to Nafplio. You can collect a car from Athens Airport or take the train to Nafplio and collect a hire car there. You can
hire a car in Greece from leading car hire companies such as Europcar and pick-up locally in in Nafplio.
Nafplio as a city is fascinating but you may tire of the old stone streets and the city walls and want to escape to the countryside or the beach. By far the best way to do this is with the convenience of your own Nafplio hire car.
You will know that you will have got the best deal on Nafplio car hire because we will have searched all the available hire car companies on your behalf to find the cheapest.
Current Rental Rates in Nafplio
Nissan Pixo
4 Adults, 5 Doors
From 22.57 EUR/day
7 Days rental at 158.00 EUR from 24/08/2020
Fiat Panda
5 Adults, 3 Doors
From 22.71 EUR/day
7 Days rental at 159.01 EUR from 24/08/2020
Volkswagen Polo
5 Adults, 5 Doors
From 22.71 EUR/day
7 Days rental at 159.01 EUR from 24/08/2020
Nissan Note
5 Adults, 5 Doors
From 38.57 EUR/day
7 Days rental at 270.00 EUR from 24/08/2020
Volkswagen Golf
5 Adults, 5 Doors
From 44.71 EUR/day
7 Days rental at 313.00 EUR from 24/08/2020
Nissan Qashqai
5 Adults, 5 Doors
From 47.57 EUR/day
7 Days rental at 333.00 EUR from 24/08/2020
Nissan Evalia
7 Adults, 5 Doors
From 77.14 EUR/day
7 Days rental at 540.00 EUR from 24/08/2020
Volkswagen Transporter
8 Adults, 4 Doors
From 87.14 EUR/day
7 Days rental at 610.01 EUR from 24/08/2020
Useful to know about Nafplio
- Nafplio has had many different names over the course of its history beginning as Nauplia, a regional version of Nea Polis meaning new city and at one point being called Napoli de Romania
- It was the second capital of the First Hellenic Republic before it moved to Athens
- Today is it a busy seaport on the Peloponnese
- The city has virtually doubled in size since the 1970s with marshland being filled in and built over
Popular car hire destinations in Nafplio
Best car rental companies in Nafplio
6.7
No.1: EUROPCAR,
based on 1289 reviews
14 min (average wait time)
Nafplio car hire information
-
€ 157.99
Average price:
(per week)
-
€ 22.57
Best Price:
Per Week
Average prices per day for car hire in Nafplio
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 | € 32 |
---|
June | € 82 |
---|
July | € 69 |
---|
August | € 45 |
---|
Item | Percent |
---|
April | € 15 |
---|
June | € 40 |
---|
July | € 30 |
---|
August | € 28 |
---|
Item | Percent |
---|
April | € 49 |
---|
June | € 98 |
---|
July | € 90 |
---|
August | € 77 |
---|
Item | Percent |
---|
April | € 33 |
---|
June | € 107 |
---|
July | € 59 |
---|
August | € 48 |
---|
Item | Percent |
---|
April | € 22 |
---|
June | € 56 |
---|
July | € 40 |
---|
August | € 23 |
---|
Item | Percent |
---|
April | € 63 |
---|
June | € 118 |
---|
July | € 107 |
---|
August | |
---|
Item | Percent |
---|
April | € 25 |
---|
June | € 71 |
---|
July | € 59 |
---|
August | |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Nafplio
Page_Load: CT_ID:154208 NodeID:20905 pvCT_ID:154208 NodeID:20905 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 =20905 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=154208 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=154208 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.