• 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

Antofagasta Car Rental Mini Guide

Antofagasta is primarily thought of as an industrial city as it is the gateway to the Chilean copper mines nearby. Many visitors go there because of their links to the copper market but whilst they are there, they often use their hire car to explore the old parts of this colonial city. With your car rental you could also drive to the beach at Antofagasta it is extremely attractive to tourists, but mostly Chileans who are taking a holiday within their own country.

If flying in you will land at Antofagasta Airport, eight cities fly into Antofagasta Airport and there are flights from Lima in Peru. The airport is situated 10 km north of the town and a car rental vehicle can be collected directly from the airport to make your journey as smooth as possible.

Current Rental Rates in Antofagasta

Nissan Versa

5 Adults, 5 Doors

From 37.70 EUR/day
Nissan Versa

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

  3 |
  Manual |
  Yes

Volkswagen T - Cross

5 Adults, 5 Doors

From 47.05 EUR/day
Volkswagen T - Cross

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

  3 |
  Manual |
  Yes

Seat Ateca

5 Adults, 5 Doors

From 71.05 EUR/day
Seat Ateca

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

  3 |
  Automatic |
  Yes

Useful to know about Antofagasta

  • Antofagasta is a large and important port city in the north of Chile.
  • It’s located 700 miles north of the capital Santiago.
  • The local area produces over half of the world’s copper.
  • The city is known as the Pearl of the North.
  • It was once part of the neighbouring country of Bolivia.
  • Is twinned with Split in Croatia and Volos in Greece.

 

Popular car hire destinations in Antofagasta

Best car rental companies in Antofagasta

7.0
No.1: ECONORENT,
based on 141 reviews
66
75
68
83
56
11 min (average wait time)
6.7
No.2: BUDGET,
based on 71 reviews
73
62
80
53
68
17 min (average wait time)
5.9
No.4: AVIS,
based on 61 reviews
60
60
60
60
60
18 min (average wait time)

Antofagasta car hire information

  • 7.0/10
    Best Rated Agent:
    Econorent
  • € 263.90
    Average price:
    (per week)
  • € 37.70
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Seat Ateca
  • 3
    Total Cars Available
     

Average prices per day for car hire in Antofagasta

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€ 69
February€ 65
March€ 65
April€ 63
May€ 58
June€ 61
July€ 61
August€ 61
September€ 55
October€ 55
November€ 57
December€ 58
ItemPercent
January€ 54
February€ 52
March€ 52
April€ 47
May€ 48
June€ 50
July€ 48
August€ 48
September€ 43
October€ 42
November€ 43
December€ 46
ItemPercent
January€ 90
February€ 93
March€ 95
April€ 81
May€ 87
June€ 83
July€ 63
August€ 64
September€ 63
October€ 71
November€ 71
December€ 72
ItemPercent
January€ 40
February
March
April€ 41
May€ 38
June€ 39
July€ 32
August€ 32
September€ 34
October€ 31
November€ 32
December€ 34
ItemPercent
January€ 90
February€ 95
March€ 94
April€ 90
May€ 82
June€ 74
July€ 98
August€ 99
September€ 83
October€ 83
November€ 86
December€ 83
ItemPercent
January
February
March
April€ 93
May€ 92
June€ 93
July€ 49
August€ 49
September€ 46
October€ 45
November€ 45
December€ 45
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Antofagasta

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

from
€55
per day
ItemPercent
Jan€ 62
Feb€ 59
Mar€ 55
Apr€ 51
May
Jun€ 53
Jul€ 46
Aug€ 46
Sep€ 48
Oct€ 61
Nov€ 63
Dec€ 64
from
€51
per day
ItemPercent
Jan€ 39
Feb€ 55
Mar€ 55
Apr€ 60
May€ 56
Jun€ 62
Jul€ 55
Aug€ 54
Sep€ 56
Oct€ 41
Nov€ 42
Dec€ 43
from
€50
per day
ItemPercent
Jan€ 39
Feb€ 55
Mar€ 51
Apr€ 57
May€ 52
Jun
Jul€ 59
Aug€ 54
Sep€ 56
Oct€ 41
Nov€ 42
Dec€ 43
from
€47
per day
ItemPercent
Jan€ 39
Feb€ 51
Mar€ 55
Apr€ 51
May€ 53
Jun€ 53
Jul€ 46
Aug€ 46
Sep€ 48
Oct€ 41
Nov€ 42
Dec€ 43