• 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

Barcelos Mini Guide

Barcelos is a town in the Braga district of northern Portugal. It is an attractive market town with medieval walls on a plateau by the river Cavado. It is famous for the Barcelos Cockerel – a brightly painted ceramic cockerel which is the symbol of Portugal and signifies good luck.

How can I get There?
If you are in Portugal already, there are trains to Barcelos from Porto and buses will get you around the area. Porto Airport is the nearest, if you are travelling from further afield and from here you can take a taxi or drive using the A28 and A11.

Current Rental Rates in Barcelos

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 Barcelos

  • The well known symbol of Portugal, the cockerel, has its origins in Barcelos where according to legend it saved the life of a traveller wrongly accused of theft by squawking his innocence.
  • There is a huge weekly market held every Thursday in the Campo Da Republica and is one of the largest open air markets in the country.
  • Barcelos plays host every May to the Festa Das Cruzes (Feast of Crosses) to celebrate the day in 1504 when a local cobbler allegedly saw an apparition of a cross on the chapel floor.
  • There is a pottery museum which has a collection of more than 6,000 pieces.
  • Barcelos is twinned with Pontevedra in Spain.

 

Popular car hire destinations in Barcelos

Best car rental companies in Barcelos

7.6
No.1: HERTZ,
based on 397 reviews
85
75
67
73
83
16 min (average wait time)
7.3
No.2: EUROPCAR,
based on 3191 reviews
70
70
60
70
80
15 min (average wait time)
7.1
No.3: KEDDY BY EUROPCAR,
based on 1204 reviews
70
70
60
60
70
18 min (average wait time)

Barcelos car hire information

  • 7.6/10
    Best Rated Agent:
    Hertz EMEA Franchise
  • € 539.98
    Average price:
    (per week)
  • € 77.14
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Renault Clio
  • 2
    Total Cars Available
     

Average prices per day in Barcelos

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€ 52
February€ 37
March€ 40
April€ 46
May€ 62
June€ 70
July€ 146
August€ 115
September€ 67
October€ 68
November€ 43
December€ 60
ItemPercent
January€ 24
February€ 19
March€ 21
April€ 32
May€ 36
June€ 35
July€ 100
August€ 88
September€ 38
October€ 46
November€ 25
December€ 31
ItemPercent
January€ 95
February€ 75
March€ 74
April€ 103
May€ 100
June€ 99
July€ 222
August€ 181
September€ 114
October€ 117
November€ 92
December€ 104
ItemPercent
January€ 58
February€ 49
March€ 52
April€ 73
May€ 70
June€ 62
July€ 256
August€ 278
September
October€ 132
November
December€ 72
ItemPercent
January€ 22
February€ 17
March€ 19
April€ 31
May€ 36
June€ 34
July€ 77
August€ 61
September€ 35
October€ 36
November€ 24
December€ 28
ItemPercent
January€ 76
February€ 56
March€ 64
April€ 70
May€ 83
June€ 96
July€ 193
August€ 134
September€ 87
October€ 84
November€ 63
December€ 90
ItemPercent
January€ 87
February€ 62
March€ 61
April€ 98
May€ 90
June€ 103
July€ 293
August€ 211
September€ 147
October€ 99
November€ 68
December€ 97
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4029 NodeID:10871 pvCT_ID:4029 NodeID:10871 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 =10871 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4029 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4029 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
€35
per day
ItemPercent
Jan€ 19
Feb€ 16
Mar€ 18
Apr€ 26
May€ 33
Jun€ 32
Jul€ 99
Aug€ 55
Sep€ 50
Oct€ 29
Nov€ 24
Dec€ 23
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
€35
per day
ItemPercent
Jan€ 25
Feb€ 24
Mar€ 22
Apr€ 38
May€ 27
Jun€ 22
Jul€ 76
Aug€ 61
Sep€ 47
Oct€ 29
Nov€ 25
Dec€ 29
from
€58
per day
ItemPercent
Jan€ 43
Feb€ 45
Mar€ 32
Apr€ 64
May€ 60
Jun€ 68
Jul€ 105
Aug€ 94
Sep€ 65
Oct€ 46
Nov€ 38
Dec€ 35