• 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

Bogota Car Rental Mini Guide

Bogota used to be very dangerous but now its crime rate is no worse than many US cities or London. Given that it has so much to offer, hiring a rental car is a convenient way to travel around Bogota and further afield. Bogota is huge, only Mexico City and New York are bigger, but Bogota is also one of the highest altitude capitals in the world.

El Dorado International Airport serves the city and many airlines fly from North America, Europe and South America, mostly scheduled, and with a lot of passengers intent on taking internal flights to other places of interest including Medellin and Cartagena. A rental car can be collected directly from the airport and journey time from the airport to the hotel zone is about twenty minutes.

Current Rental Rates in Bogota

Nissan March

5 Adults, 3 Doors

From 63.65 EUR/day
Nissan March

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

  2 |
  Manual |
  No

Kia Picanto

5 Adults, 3 Doors

From 71.79 EUR/day
Kia Picanto

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

  2 |
  Automatic |
  Yes

Renault Logan

5 Adults, 5 Doors

From 75.86 EUR/day
Renault Logan

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

  3 |
  Manual |
  Yes

Nissan Versa

5 Adults, 5 Doors

From 99.47 EUR/day
Nissan Versa

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

  3 |
  Automatic |
  Yes

Chevrolet Tracker

5 Adults, 5 Doors

From 145.87 EUR/day
Chevrolet  Tracker

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

  3 |
  Automatic |
  Yes

Kia Sorento

5 Adults, 5 Doors

From 202.04 EUR/day
Kia Sorento

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

  3 |
  Automatic |
  Yes

Useful to know about Bogota

  • The city was founded in 1538.
  • Bogota was called Santa Fe de Bogota until the year 2000.
  • Seven million people live there in the capital.
  • It’s the third highest capital city in the world at over 8,000 feet.
  • The number of universities and libraries there has given it the nickname of The Athens of South America.
  • Bogota is twinned with Chicago, Miami and Dubai
  • If you're arriving into Bogota Airport, (BOG) you can choose from class-leading rental agents like Avis, Budget and Mex Car Rental.

 

Popular car hire destinations in Bogota

Best car rental companies in Bogota

5.0
No.2: AVIS,
based on 10 reviews
71
50
47
47
53
10 min (average wait time)
5.0
No.1: AVIS,
based on 10 reviews
71
50
47
47
53
10 min (average wait time)

Bogota car hire information

  • 5.0/10
    Best Rated Agent:
    Avis ABG Franchise
  • € 445.55
    Average price:
    (per week)
  • € 63.65
    Best Price:
    Per Week
  • 6
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Kia Picanto
  • 12
    Total Cars Available
     

Average prices per day for car hire in Bogota

ItemPercent
January€ 68
February€ 62
March€ 71
April€ 58
May€ 64
June€ 88
July€ 74
August€ 75
September€ 70
October€ 61
November€ 70
December€ 85
ItemPercent
January€ 47
February€ 44
March€ 50
April€ 40
May€ 45
June€ 63
July€ 52
August€ 53
September€ 51
October€ 44
November€ 48
December€ 64
ItemPercent
January€ 105
February€ 99
March€ 105
April€ 105
May€ 103
June€ 109
July€ 105
August€ 102
September€ 102
October€ 102
November€ 100
December€ 118
ItemPercent
January€ 117
February€ 108
March€ 120
April€ 104
May€ 114
June€ 139
July€ 113
August€ 117
September€ 115
October€ 110
November€ 121
December€ 137
ItemPercent
January€ 133
February€ 126
March€ 128
April€ 127
May€ 155
June€ 140
July€ 138
August€ 156
September€ 165
October€ 137
November€ 136
December€ 179
ItemPercent
January€ 43
February€ 40
March€ 62
April€ 43
May€ 46
June€ 57
July€ 65
August€ 65
September€ 44
October€ 43
November€ 52
December€ 64
ItemPercent
January€ 146
February€ 137
March€ 156
April€ 128
May€ 139
June€ 143
July€ 150
August€ 146
September€ 146
October€ 135
November€ 152
December€ 185
ItemPercent
January€ 83
February€ 78
March€ 79
April€ 80
May€ 91
June€ 122
July€ 82
August€ 109
September€ 104
October€ 83
November€ 82
December€ 98

Select category to see average car hire prices in Bogota

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Bogota

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

from
€28
per day
ItemPercent
Jan€ 24
Feb€ 24
Mar€ 27
Apr€ 24
May€ 35
Jun€ 35
Jul€ 36
Aug€ 28
Sep€ 23
Oct€ 23
Nov€ 24
Dec€ 28
from
€43
per day
ItemPercent
Jan€ 25
Feb€ 24
Mar€ 69
Apr€ 36
May€ 56
Jun€ 77
Jul€ 42
Aug€ 41
Sep€ 38
Oct€ 39
Nov€ 43
Dec€ 28
from
€40
per day
ItemPercent
Jan€ 25
Feb€ 24
Mar€ 36
Apr€ 36
May€ 43
Jun€ 75
Jul€ 42
Aug€ 43
Sep€ 44
Oct€ 44
Nov€ 45
Dec€ 28
from
€0
per day
ItemPercent