• 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

Agueda Mini guide

Where is Agueda?
Agueda is a town and region in the north of Portugal. It is situated close to the wine making region of Bairrada and the mountain ranges of Caramulo and Bussaco, so is an ideal base for exploring the area.

Getting There
From within Portugal, you can take Rede Expressos buses from most towns to Agueda. From Europe, you can fly into Porto Airport from many European destinations and also from Canada, surprisingly. There are limited public transport options to Agueda, so car hire is advisable for your stay – from Porto Airport, it is a 78km drive using the IP1 and the IC2 highways and a journey time of approximately one hour.

Current Rental Rates in Agueda

Fiat 500

4 Adults, 3 Doors

From 72.00 EUR/day
Fiat 500

7 Days rental at 504.00 EUR from 24/07/2023

  1 |
  Manual |
  Yes

Renault Twingo

4 Adults, 5 Doors

From 74.57 EUR/day
Renault Twingo

7 Days rental at 522.00 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Renault Clio

5 Adults, 5 Doors

From 77.14 EUR/day
Renault Clio

7 Days rental at 539.99 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Renault Captur

5 Adults, 5 Doors

From 103.86 EUR/day
Renault Captur

7 Days rental at 727.05 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Useful to know about Agueda

  • Megalithic monuments mark the fact that the area was occupied during ancient times, this includes the archaeological site at Cabeço de Vouga.
  • Agueda was visited by Queen Isabel in 1325 as part of her traditional pilgrimages to Santiago de Compostela.
  • The region is famed for its suckling pig.
  • The Pateira de Fermentelos is a natural lake in the region that is the second largest in the Iberian peninsula and is rich in both flora and fauna.
  • The nearest airport is Francisco de Sá Carneiro Airport in Porto and is about 78km from the centre of Agueda.

 

Popular car hire destinations in Agueda

Best car rental companies in Agueda

7.6
No.1: HERTZ,
based on 397 reviews
85
75
67
73
83
16 min (average wait time)

Agueda car hire information

  • 7.6/10
    Best Rated Agent:
    Hertz EMEA Franchise
  • € 504.00
    Average price:
    (per week)
  • € 72.00
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Mini
  • 1
    Most popular model:
    Renault Captur
  • 4
    Total Cars Available
     

Average prices per day in Agueda

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
February
March
April
May
June
July€ 104
August
September
October
November
December
ItemPercent
January€ 25
February€ 23
March€ 21
April€ 33
May€ 26
June€ 36
July€ 72
August€ 60
September€ 43
October€ 33
November€ 31
December€ 29
ItemPercent
January€ 23
February€ 21
March€ 21
April€ 36
May€ 27
June€ 27
July€ 54
August€ 45
September€ 35
October€ 32
November€ 30
December€ 26
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:44568 NodeID:10854 pvCT_ID:44568 NodeID:10854 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 =10854 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=44568 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=44568 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) 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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout Portugal fo find you the best price and that's a promise...

from
€54
per day
ItemPercent
Jan€ 29
Feb€ 30
Mar€ 32
Apr€ 57
May€ 54
Jun€ 68
Jul€ 105
Aug€ 102
Sep€ 64
Oct€ 46
Nov€ 31
Dec€ 35
from
€44
per day
ItemPercent
Jan€ 17
Feb€ 17
Mar€ 12
Apr€ 38
May€ 27
Jun€ 66
Jul€ 98
Aug€ 101
Sep€ 64
Oct€ 43
Nov€ 25
Dec€ 25
from
€27
per day
ItemPercent
Jan€ 9
Feb€ 11
Mar€ 5
Apr€ 16
May€ 17
Jun€ 24
Jul€ 92
Aug€ 67
Sep€ 35
Oct€ 23
Nov€ 11
Dec€ 11
from
€27
per day
ItemPercent
Jan€ 9
Feb€ 11
Mar€ 5
Apr€ 16
May€ 17
Jun€ 24
Jul€ 92
Aug€ 67
Sep€ 35
Oct€ 23
Nov€ 11
Dec€ 11