• 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

Car Rental At World Trade Centre, Dubai

Dubai is famed world-wide as a business centre and the Dubai World Trade Centre is the symbol of this notoriety, so much so that the building is featured on the 100-dirham banknote. Standing at 39 floors, it used to be the tallest building in Dubai though the rapid urbanisation of the city means massive new buildings are being built every day.
Book Dubai World Trade Centre car hire with Rhino to be certain of getting the best deal. In times of austerity, it pays to book in advance to make the biggest savings on car hire at Dubai World Trade Centre. Most of our customers who collect their rental car from Dubai World Trade Centre are business users and as such our fleet is well supplied with executive and luxury models.

Current Rental Rates in Dubai World Trade Centre

Nissan Micra

4 Adults, 5 Doors

From 21.53 EUR/day
Nissan Micra

7 Days rental at 150.72 EUR from 20/07/2020

  2 |
  Automatic |
  Yes

Toyota Yaris

5 Adults, 5 Doors

From 22.35 EUR/day
Toyota Yaris

7 Days rental at 156.46 EUR from 20/07/2020

  2 |
  Manual |
  Yes

Toyota Yaris Sedan

5 Adults, 3 Doors

From 22.90 EUR/day
Toyota Yaris Sedan

7 Days rental at 160.30 EUR from 20/07/2020

  2 |
  Automatic |
  Yes

Mazda 3

5 Adults, 5 Doors

From 27.68 EUR/day
Mazda 3

7 Days rental at 193.81 EUR from 20/07/2020

  3 |
  Automatic |
  Yes

Toyota Corolla

5 Adults, 4 Doors

From 29.60 EUR/day
Toyota Corolla

7 Days rental at 207.22 EUR from 20/07/2020

  4 |
  Automatic |
  Yes

Mazda 6

5 Adults, 4 Doors

From 33.06 EUR/day
Mazda 6

7 Days rental at 231.48 EUR from 20/07/2020

  5 |
  Automatic |
  Yes

Dacia Duster

5 Adults, 5 Doors

From 35.76 EUR/day
Dacia Duster

7 Days rental at 250.32 EUR from 20/07/2020

  2 |
  Automatic |
  Yes

Ford Edge

5 Adults, 5 Doors

From 44.47 EUR/day
Ford Edge

7 Days rental at 311.29 EUR from 20/07/2020

  4 |
  Automatic |
  Yes

Ford Explorer

5 Adults, 5 Doors

From 46.84 EUR/day
Ford Explorer

7 Days rental at 327.89 EUR from 20/07/2020

  4 |
  Automatic |
  Yes

Useful to know about Dubai World Trade Centre

  • Is found on the famous Sheikh Zayed Road on the aptly named Trade Centre Roundabout
  • Was built in 1978 bu H.H. Sheikh Rashid bin Saeed Al Maktoum
  • Is nearly 500 feet tall over 39 floors
  • Is one of the most popular pick-up locations if hiring a car in UAE and not collecting at the airport

Best car rental companies in Dubai World Trade Centre

7.4
No.2: DOLLAR,
based on 1647 reviews
78
73
72
74
71
15 min (average wait time)
7.4
No.1: DOLLAR,
based on 1647 reviews
78
73
72
74
71
15 min (average wait time)
7.1
No.3: DOLLAR,
based on 1647 reviews
76
69
68
69
68
16 min (average wait time)

Dubai World Trade Centre car hire information

  • 7.4/10
    Best Rated Agent:
    DOLLAR (UAE)
  • € 150.71
    Average price:
    (per week)
  • € 21.53
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Intermediate
  • 1
    Most popular model:
    BMW 7 Series
  • 18
    Total Cars Available
     

Average prices per day in Dubai World Trade Centre

ItemPercent
April€ 34
May€ 35
June€ 33
July€ 32
ItemPercent
April€ 45
May€ 46
June€ 42
July€ 41
ItemPercent
April€ 188
May€ 198
June€ 182
July€ 176
ItemPercent
April€ 76
May€ 75
June€ 69
July€ 67
ItemPercent
April€ 147
May€ 144
June€ 132
July€ 128
ItemPercent
April€ 24
May€ 24
June€ 22
July€ 22
ItemPercent
April€ 43
May€ 45
June€ 41
July€ 40
ItemPercent
April€ 37
May€ 40
June€ 37
July€ 36

Select category to see average car hire prices in Dubai World Trade Centre

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:33972 NodeID:20097 pvCT_ID:33972 NodeID:20097 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 =20097 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=33972 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=33972 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) 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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout United Arab Emirates fo find you the best price and that's a promise...

from
€48
per day
ItemPercent
Jan€ 57
Feb€ 58
Mar€ 31
Apr€ 32
May€ 32
Jun€ 39
Jul€ 31
Aug€ 30
Sep€ 53
Oct€ 71
Nov€ 71
Dec€ 74
from
€30
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 26
Apr€ 23
May€ 25
Jun€ 27
Jul€ 26
Aug€ 25
Sep€ 25
Oct€ 35
Nov€ 41
Dec€ 42
from
€40
per day
ItemPercent
Jan
Feb€ 38
Mar€ 35
Apr€ 30
May€ 30
Jun€ 30
Jul€ 31
Aug€ 31
Sep€ 32
Oct€ 69
Nov€ 69
Dec
from
€35
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 28
Apr€ 29
May€ 28
Jun€ 31
Jul€ 27
Aug€ 27
Sep€ 27
Oct€ 71
Nov€ 43
Dec€ 45