• 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

Car Rental in Baku Mini Guide

Baku is the thriving, hustle, and bustle capital of Azerbaijan and full of great ways to make the most of your holiday there. It offers the traveller who has pre-booked Baku car hire the chance to explore the city and to get out into the more traditional villages that line the shores of the world's largest inland body of water, the Caspian Sea.
 
The best value car hire does not get any better than our Baku car hire. We believe you will not find all we offer you for a lower price. You will get the chance to pre-book and select just the car you want from a broad range of vehicles; pre-booking will mean less waiting time at the collection point and with a comprehensive package of insurance cover, you will know you are safe in our hands.

Current Rental Rates in Baku

Useful to know about Baku

  • Baku is the lowest capital city in the world at just under 30m below sea level
  • The city was a poor trading centre until the discovery and export of oil and gas, which now finances the great changes in the city's skyline
  • The city was first recorded in history two thousand years ago
  • It's located on a peninsula that juts out into the Caspian Sea, the world's largest inland body of water.
  • Nearby there are intriguing mud volcanoes formed from hot springs that rise from the ground.

 

Popular car hire destinations in Baku

Best car rental companies in Baku

9.0
No.1: CARHIREBAKU LLC,
based on 17 reviews
80
90
90
90
90
15 min (average wait time)
2.2
No.2: THRIFTY,
based on 8 reviews
40
14
17
14
25
0 min (average wait time)

Baku car hire information

  • 9.0/10
    Best Rated Agent:
    CarHireBaku LLC
  • € 244.79
    Average price:
    (per week)
  • € 34.97
    Best Price:
    Per Week
  • 12
    Most Popular Type:
    Compact
  • 5
    Most popular model:
    Toyota Corolla
  • 53
    Total Cars Available
     

Average prices per day in Baku

ItemPercent
January€ 133
February€ 104
March€ 52
April€ 52
May€ 53
June€ 53
July€ 52
August€ 49
September€ 47
October€ 45
November€ 47
December€ 50
ItemPercent
January€ 38
February€ 37
March€ 40
April€ 39
May€ 40
June€ 40
July€ 39
August€ 37
September€ 35
October€ 35
November€ 35
December€ 38
ItemPercent
January€ 107
February€ 97
March€ 95
April€ 93
May€ 96
June€ 94
July€ 96
August€ 87
September€ 91
October€ 89
November€ 93
December€ 97
ItemPercent
January€ 60
February€ 58
March€ 59
April€ 59
May€ 61
June€ 61
July€ 63
August€ 63
September€ 56
October€ 58
November€ 57
December€ 58
ItemPercent
January€ 86
February€ 105
March€ 131
April€ 128
May€ 133
June€ 130
July€ 132
August€ 106
September€ 108
October€ 123
November€ 113
December€ 142
ItemPercent
January€ 31
February€ 31
March€ 34
April€ 33
May€ 31
June€ 31
July€ 31
August€ 29
September€ 28
October€ 30
November€ 30
December€ 29
ItemPercent
January€ 63
February€ 74
March€ 90
April€ 87
May€ 92
June€ 83
July€ 83
August€ 72
September€ 73
October€ 85
November€ 75
December€ 85
ItemPercent
January€ 52
February€ 51
March€ 54
April€ 55
May€ 55
June€ 55
July€ 56
August€ 50
September€ 52
October€ 54
November€ 54
December€ 57

Select category to see average car hire prices in Baku

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:49940 NodeID:22123 pvCT_ID:49940 NodeID:22123 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 =22123 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=49940 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=49940 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 Azerbaijan fo find you the best price and that's a promise...

fromper day
fromper day
fromper day
fromper day