Atlanta Mini Guide
Home to five and a half million people, Atlanta is the ninth largest city in America and one of the most exciting places to visit on the continent. Atlanta is the capital of the southern State of Georgia which is known for its contribution to rhythm and blues music and the imposing skyscrapers which house big business’s.
With Atlanta car rentals you can see the city that inspired Ray Charles and also gave birth to the United Parcel Service, Home Depot and the Coca Cola soft drink company. Atlanta is also home to the world’s biggest airport. Hartsfield – Jackson International Airport is only just outside the city and has many ways to get you into the city; the best of which being a hire car so you can really get to know
Georgia.
Current Rental Rates at Atlanta
Ford Fiesta
5 Adults, 4 Doors
From 28.38 EUR/day
7 Days rental at 198.71 EUR from 19/10/2020
Ford Fiesta
5 Adults, 4 Doors
From 28.38 EUR/day
7 Days rental at 198.71 EUR from 19/10/2020
Chevrolet Spark
5 Adults, 4 Doors
From 28.38 EUR/day
7 Days rental at 198.71 EUR from 19/10/2020
Chevrolet Spark
5 Adults, 4 Doors
From 28.38 EUR/day
7 Days rental at 198.71 EUR from 19/10/2020
Kia Rio
5 Adults, 4 Doors
From 29.33 EUR/day
7 Days rental at 205.35 EUR from 19/10/2020
Kia Rio
5 Adults, 5 Doors
From 29.33 EUR/day
7 Days rental at 205.35 EUR from 19/10/2020
Ford Focus
5 Adults, 5 Doors
From 29.33 EUR/day
7 Days rental at 205.35 EUR from 19/10/2020
Nissan Versa
5 Adults, 4 Doors
From 29.33 EUR/day
7 Days rental at 205.35 EUR from 19/10/2020
Hyundai Elantra
5 Adults, 4 Doors
From 29.98 EUR/day
7 Days rental at 209.86 EUR from 19/10/2020
Useful to know about Atlanta
- The multi national soft drink company Coca Cola has its headquarters in Atlanta and tourists can tour the world of Coca Cola facility.
- The original Native American settlers of Atlanta named the small village Standing Peachtree, which today has grown into a thriving metropolis.
- General William Sherman ordered the destruction of Atlanta by fire during the US Civil War and the city had to be rebuilt after 1865.
- In 1939 the most successful film of all time, Gone with the Wind, was premiered in Atlanta.
- The inspirational force behind the American Civil Rights movement, Martin Luther King, attended college in Atlanta.
Popular car hire destinations in Atlanta
Best car rental companies in Atlanta
7.6
No.1: THRIFTY,
based on 13981 reviews
16 min (average wait time)
7.5
No.2: DOLLAR,
based on 22040 reviews
16 min (average wait time)
Atlanta car hire information
-
€ 198.66
Average price:
(per week)
-
€ 28.38
Best Price:
Per Week
Average prices per day for car hire at Atlanta
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)
Item | Percent |
---|
April | € 36 |
---|
June | € 38 |
---|
July | € 46 |
---|
August | € 34 |
---|
September | € 39 |
---|
October | € 33 |
---|
Item | Percent |
---|
April | € 35 |
---|
June | € 37 |
---|
July | € 45 |
---|
August | € 33 |
---|
September | € 38 |
---|
October | € 32 |
---|
Item | Percent |
---|
April | € 47 |
---|
June | € 55 |
---|
July | € 61 |
---|
August | € 58 |
---|
September | € 79 |
---|
October | € 75 |
---|
Item | Percent |
---|
April | € 42 |
---|
June | € 48 |
---|
July | € 52 |
---|
August | € 47 |
---|
September | € 63 |
---|
October | € 54 |
---|
Item | Percent |
---|
April | € 53 |
---|
June | € 48 |
---|
July | € 64 |
---|
August | € 51 |
---|
September | € 60 |
---|
October | € 57 |
---|
Item | Percent |
---|
April | € 44 |
---|
June | € 59 |
---|
July | € 74 |
---|
August | € 46 |
---|
September | € 78 |
---|
October | € 53 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Atlanta
Page_Load: CT_ID:180101 NodeID:25616 pvCT_ID:180101 NodeID:25616 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 =25616 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=180101 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=180101 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
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.