• 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

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
Ford Fiesta

7 Days rental at 198.71 EUR from 19/10/2020

  2 |
  Automatic |
  Yes

Ford Fiesta

5 Adults, 4 Doors

From 28.38 EUR/day
Ford Fiesta

7 Days rental at 198.71 EUR from 19/10/2020

  2 |
  Automatic |
  Yes

Chevrolet Spark

5 Adults, 4 Doors

From 28.38 EUR/day
Chevrolet Spark

7 Days rental at 198.71 EUR from 19/10/2020

  2 |
  Automatic |
  Yes

Chevrolet Spark

5 Adults, 4 Doors

From 28.38 EUR/day
Chevrolet Spark

7 Days rental at 198.71 EUR from 19/10/2020

  2 |
  Automatic |
  Yes

Kia Rio

5 Adults, 4 Doors

From 29.33 EUR/day
Kia Rio

7 Days rental at 205.35 EUR from 19/10/2020

  3 |
  Automatic |
  Yes

Kia Rio

5 Adults, 5 Doors

From 29.33 EUR/day
Kia Rio

7 Days rental at 205.35 EUR from 19/10/2020

  3 |
  Automatic |
  Yes

Ford Focus

5 Adults, 5 Doors

From 29.33 EUR/day
Ford Focus

7 Days rental at 205.35 EUR from 19/10/2020

  3 |
  Automatic |
  Yes

Nissan Versa

5 Adults, 4 Doors

From 29.33 EUR/day
Nissan Versa

7 Days rental at 205.35 EUR from 19/10/2020

  3 |
  Automatic |
  Yes

Hyundai Elantra

5 Adults, 4 Doors

From 29.98 EUR/day
Hyundai Elantra

7 Days rental at 209.86 EUR from 19/10/2020

  4 |
  Automatic |
  Yes

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.

Best car rental companies in Atlanta

7.6
No.1: THRIFTY,
based on 13981 reviews
79
72
73
71
83
16 min (average wait time)
7.5
No.2: DOLLAR,
based on 22040 reviews
79
71
70
71
80
16 min (average wait time)

Atlanta car hire information

  • 7.6/10
    Best Rated Agent:
    THRIFTY (US)
  • € 198.66
    Average price:
    (per week)
  • € 28.38
    Best Price:
    Per Week
  • 42
    Most Popular Type:
    Intermediate
  • 18
    Most popular model:
    Nissan Quest
  • 138
    Total Cars Available
     

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)
ItemPercent
April€ 36
June€ 38
July€ 46
August€ 34
September€ 39
October€ 33
ItemPercent
April€ 35
June€ 37
July€ 45
August€ 33
September€ 38
October€ 32
ItemPercent
April€ 47
June€ 55
July€ 61
August€ 58
September€ 79
October€ 75
ItemPercent
April€ 42
June€ 48
July€ 52
August€ 47
September€ 63
October€ 54
ItemPercent
April€ 53
June€ 48
July€ 64
August€ 51
September€ 60
October€ 57
ItemPercent
April€ 44
June€ 59
July€ 74
August€ 46
September€ 78
October€ 53
ItemPercent
ItemPercent
*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
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 USA fo find you the best price and that's a promise...

from
€70
per day
ItemPercent
Jan€ 58
Feb€ 49
Mar€ 86
Apr€ 111
May€ 105
Jun€ 97
Jul€ 81
Aug€ 57
Sep€ 52
Oct€ 51
Nov€ 52
Dec€ 43
from
€82
per day
ItemPercent
Jan€ 56
Feb€ 75
Mar€ 94
Apr€ 109
May€ 105
Jun€ 106
Jul€ 95
Aug€ 85
Sep€ 64
Oct€ 58
Nov€ 69
Dec€ 62
from
€70
per day
ItemPercent
Jan€ 62
Feb€ 54
Mar€ 75
Apr€ 109
May€ 90
Jun€ 58
Jul€ 80
Aug€ 64
Sep€ 48
Oct€ 50
Nov€ 68
Dec€ 78
from
€74
per day
ItemPercent
Jan€ 63
Feb€ 59
Mar€ 100
Apr€ 97
May€ 94
Jun€ 89
Jul€ 75
Aug€ 64
Sep€ 53
Oct€ 58
Nov€ 69
Dec€ 67