• 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

Bahia Blanca Airport Car Rental Mini Guide

Rental Cars are available from the Bahia Blanca Airport also known as Comandante Espora Airport which is in a port city in the southern part of the Buenos Aires region. It gets its name ‘White Bay’ not from beautiful white sands but from the salt deposits on the land around the city, which leave the countryside a glistening white colour.

Bahia Blanca is an important port city on the banks of the Rio Negro. For a decent beach you will need to hire a car for the hour-long journey either up or down the coast to resorts such as Monte Hermoso. The same length of journey inland will take you to the Sierra de la Ventana, a picturesque mountain range.

Current Rental Rates in Bahia Blanca Airport

Chevrolet Onix

5 Adults, 5 Doors

From 82.19 EUR/day
Chevrolet Onix

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

  2 |
  Manual |
  Yes

Ford Ka

4 Adults, 3 Doors

From 83.83 EUR/day
Ford Ka

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

  1 |
  Manual |
  Yes

Chevrolet Onix

5 Adults, 5 Doors

From 84.55 EUR/day
Chevrolet Onix

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

  2 |
  Manual |
  Yes

Chevrolet Onix

5 Adults, 5 Doors

From 86.30 EUR/day
Chevrolet Onix

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

  2 |
  Manual |
  Yes

Nissan Versa

5 Adults, 5 Doors

From 111.07 EUR/day
Nissan Versa

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

  3 |
  Manual |
  Yes

Nissan Versa

5 Adults, 3 Doors

From 128.33 EUR/day
Nissan Versa

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

  2 |
  Automatic |
  Yes

Nissan Sentra

5 Adults, 4 Doors

From 173.22 EUR/day
Nissan Sentra

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

  5 |
  Automatic |
  Yes

Useful to know about Bahia Blanca Airport

  • Bahia Blanca Airport is named after Comandante Espora.
  • The airport is the headquarters of the Argentinian Naval Air Service.
  • The biggest proportion of traffic comes from Buenos Aires.
  • Last year nearly a million passengers travelled through Bahia Blanca Airport.
  • The airport is six miles from the city centre.

 

Popular car hire destinations in Bahia Blanca Airport

Bahia Blanca Airport car hire information

  • 0.0/10
    Best Rated Agent:
    N/A
  • € 575.33
    Average price:
    (per week)
  • € 82.19
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Economy
  • 3
    Most popular model:
    Chevrolet Onix
  • 7
    Total Cars Available
     

Average prices per day for car hire in Bahia Blanca Airport

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€ 82
February€ 60
March€ 76
April€ 72
May€ 77
June€ 105
July€ 90
August€ 75
September€ 74
October€ 59
November€ 56
December€ 71
ItemPercent
January€ 53
February€ 84
March€ 61
April€ 57
May€ 73
June€ 75
July€ 76
August€ 49
September€ 52
October€ 44
November€ 46
December€ 52
ItemPercent
January€ 292
February
March€ 142
April€ 118
May€ 136
June€ 120
July€ 150
August€ 87
September€ 90
October€ 81
November€ 88
December€ 156
ItemPercent
January€ 59
February€ 50
March€ 60
April€ 58
May€ 54
June€ 64
July€ 47
August€ 46
September€ 46
October€ 44
November€ 46
December€ 53
ItemPercent
January€ 426
February
March
April€ 61
May€ 155
June€ 148
July€ 183
August€ 63
September€ 66
October€ 66
November€ 65
December
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Bahia Blanca Airport

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

from
€54
per day
ItemPercent
Jan€ 69
Feb€ 58
Mar€ 44
Apr€ 31
May€ 34
Jun€ 51
Jul€ 83
Aug€ 64
Sep€ 51
Oct€ 46
Nov€ 52
Dec€ 58
from
€78
per day
ItemPercent
Jan€ 83
Feb€ 69
Mar€ 64
Apr€ 76
May€ 68
Jun€ 76
Jul€ 109
Aug€ 79
Sep€ 77
Oct€ 75
Nov€ 77
Dec€ 82
from
€71
per day
ItemPercent
Jan€ 84
Feb€ 63
Mar€ 62
Apr€ 76
May€ 65
Jun€ 69
Jul€ 87
Aug€ 73
Sep€ 55
Oct€ 63
Nov€ 64
Dec€ 92
from
€97
per day
ItemPercent
Jan€ 87
Feb€ 80
Mar€ 86
Apr€ 124
May€ 108
Jun€ 89
Jul€ 109
Aug€ 93
Sep€ 95
Oct€ 96
Nov€ 97
Dec€ 99