• 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

Rio de Janeiro City Mini Guide

The name Rio is famous the world over and for good reason; there’s so much to see and do here. Hire a car, for the first must-see is the stupendous Statue of Christ the Redeemer from which there is an incredible view of the city. Next on the list is drive out for a day to the renowned Copacabana Beach where samba rhythms pump out all day and most of the night.
Hiring a car is an invaluable way to get around what is the second largest city in Brazil. It is an extremely popular destination for travellers from the United Kingdom of Portugal.

Current Rental Rates in Rio de Janeiro

Nissan March

5 Adults, 5 Doors

From 33.30 EUR/day
Nissan March

7 Days rental at 233.14 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Ford Ka

4 Adults, 5 Doors

From 34.66 EUR/day
Ford Ka

7 Days rental at 242.64 EUR from 22/05/2023

  1 |
  Manual |
  Yes

Chevrolet Cobalt

5 Adults, 4 Doors

From 37.78 EUR/day
Chevrolet Cobalt

7 Days rental at 264.52 EUR from 22/05/2023

  4 |
  Manual |
  Yes

Nissan Versa

5 Adults, 5 Doors

From 38.56 EUR/day
Nissan Versa

7 Days rental at 269.97 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Renault Logan

5 Adults, 3 Doors

From 50.25 EUR/day
Renault Logan

7 Days rental at 351.81 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Renault Duster

4 Adults, 3 Doors

From 66.04 EUR/day
Renault Duster

7 Days rental at 462.30 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Useful to know about Rio de Janeiro

  • Rio was Brazil’s capital city for three periods, the last ending in 1960.
  • It’s the most visited place in the southern hemisphere.
  • It is rightly famed for the Rio Carnival.
  • The Statue of Christ the Redeemer is one of the Seven Wonders of the Modern World.
  • The 2014 World Cup and the 2016 Olympics was held there.

 

Popular car hire destinations in Rio de Janeiro

Best car rental companies in Rio de Janeiro

8.0
No.1: LOCALIZA,
based on 166 reviews
80
70
80
80
80
19 min (average wait time)
7.2
No.4: UNIDAS,
based on 409 reviews
88
60
78
60
71
20 min (average wait time)
7.2
No.3: UNIDAS,
based on 409 reviews
88
60
78
60
71
20 min (average wait time)

Rio de Janeiro car hire information

  • 8.0/10
    Best Rated Agent:
    LOCALIZA
  • € 233.10
    Average price:
    (per week)
  • € 33.30
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Ford Ka
  • 6
    Total Cars Available
     

Average prices per day for car hire in Rio de Janeiro

ItemPercent
January€ 47
February€ 40
March€ 40
April€ 39
May€ 34
June€ 38
July€ 37
August€ 39
September€ 32
October€ 32
November€ 28
December€ 39
ItemPercent
January€ 28
February€ 29
March€ 24
April€ 21
May€ 21
June€ 24
July€ 21
August€ 23
September€ 21
October€ 21
November€ 19
December€ 27
ItemPercent
January€ 56
February€ 49
March€ 50
April€ 51
May€ 48
June€ 50
July€ 53
August€ 57
September€ 44
October€ 44
November€ 46
December€ 55
ItemPercent
January€ 43
February€ 46
March€ 37
April€ 32
May€ 33
June€ 39
July€ 39
August€ 39
September€ 34
October€ 36
November€ 31
December€ 43
ItemPercent
January
February
March€ 94
April€ 85
May€ 90
June€ 87
July
August€ 139
September€ 77
October
November
December
ItemPercent
January€ 28
February€ 30
March€ 29
April€ 25
May€ 25
June€ 25
July€ 23
August€ 26
September€ 25
October€ 26
November€ 22
December€ 32
ItemPercent
January€ 33
February€ 41
March€ 39
April€ 44
May€ 44
June€ 64
July€ 35
August€ 59
September€ 43
October€ 32
November€ 28
December€ 40
ItemPercent
January€ 60
February
March€ 53
April€ 45
May€ 39
June€ 36
July€ 44
August€ 38
September€ 36
October€ 30
November€ 31
December€ 45

Select category to see average car hire prices in Rio de Janeiro

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Rio de Janeiro

Page_Load: CT_ID:5861 NodeID:7151 pvCT_ID:5861 NodeID:7151 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 =7151 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=5861 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=5861 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
faq
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 Brazil fo find you the best price and that's a promise...

from
€18
per day
ItemPercent
Jan€ 18
Feb€ 15
Mar€ 18
Apr€ 17
May€ 20
Jun€ 22
Jul€ 20
Aug€ 16
Sep€ 15
Oct€ 16
Nov€ 20
Dec€ 23
from
€23
per day
ItemPercent
Jan€ 21
Feb€ 23
Mar€ 27
Apr€ 26
May€ 22
Jun€ 28
Jul€ 14
Aug€ 16
Sep€ 16
Oct€ 26
Nov€ 26
Dec€ 28
from
€24
per day
ItemPercent
Jan€ 21
Feb€ 24
Mar€ 27
Apr€ 26
May€ 22
Jun€ 22
Jul€ 19
Aug€ 33
Sep€ 15
Oct
Nov€ 20
Dec€ 37
from
€18
per day
ItemPercent
Jan€ 18
Feb€ 15
Mar€ 18
Apr€ 17
May€ 20
Jun€ 22
Jul€ 20
Aug€ 16
Sep€ 15
Oct€ 16
Nov€ 20
Dec€ 23