Skip to content

UAE Market Data

Dubai Creek Harbour Real Estate Market Data

The median annual rent in Dubai Creek Harbour is AED 130,000 , based on 9,760 registered lease contracts. Explore real rental trends, prices by bedroom, and live inventory — refreshed from millions of UAE transactions and listings.

Data as of May 2026 · Aggregated, anonymised market statistics

Median apartment rent

AED 130,000

Per year, all sizes

Rent per sq ft

AED 128

Per year

Rent change (YoY)

+8.5%

▲2024 → 2025 median

Lease contracts

5,481

Last 12 months

Median asking sale price

AED 3.0M

Live listings

Sale price per sq ft

AED 2,560

Live listings

Active listings

5,993

2,831 sale · 3,161 rent

Average rent by bedroom in Dubai Creek Harbour

Median annual rent and rent per square foot for each unit size, calculated from the latest registered lease contracts.

BedroomsMedian annual rentRent / sq ft / yr
1 BedAED 98,000AED 131
2 BedAED 150,000AED 127
3 BedAED 210,000AED 124
4+ BedAED 300,000AED 99

Based on 9,760 lease contracts in Dubai Creek Harbour. Source: PropertyfinderAPI transaction data.

Dubai Creek Harbour rent trend (2022–2025)

Median annual rent across all property types, by year of contract registration.

2022
AED 87,000
2023
AED 110,000
2024
AED 121,000
2025
AED 131,250

Median rents moved +8.5% year-over-year (2024 → 2025).

Recent lease transactions in Dubai Creek Harbour

A live sample of the most recently registered rental contracts.

RegisteredBedsSize (sq ft)Annual rent
15 May 20263 Bed1,667AED 190,000
15 May 20261 Bed791AED 115,000
15 May 20261 Bed702AED 110,000
15 May 20262 Bed1,133AED 180,000
15 May 20263 Bed2,244AED 190,000
15 May 20261 Bed879AED 110,000
15 May 20262 Bed1,141AED 145,000
15 May 20262 Bed1,077AED 130,000

A live sample of the most recent registered lease contracts. Individual records are anonymised; the full dataset is available through the API.

Live asking prices in Dubai Creek Harbour

Current median asking prices from active listings, by property type.

Type Median sale price Sale / sq ft Median asking rent
Apartments AED 3.0M AED 2,558 AED 147,000
Penthouses AED 8.9M AED 2,954

Off-plan & new projects

9 tracked off-plan projects in and around Dubai Creek Harbour starting from AED 1.6M.

Emaar PropertiesOCTA Properties

Pull this data yourself

Every figure on this page is computed from data you can query directly. Get Dubai Creek Harbour rental transactions, price trends, and live listings as clean JSON.

cURL
# location_id is resolved from /autocomplete-location (e.g. Dubai Creek Harbour)
curl --request GET \
  --url 'https://propertyfinder-uae-data.p.rapidapi.com/get-get-transactions?location_id=12408&transaction_type=rented&period=1y' \
  --header 'x-rapidapi-host: propertyfinder-uae-data.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'
Python
import requests

HOST = "propertyfinder-uae-data.p.rapidapi.com"
HEADERS = {"x-rapidapi-host": HOST, "x-rapidapi-key": "YOUR_API_KEY"}

# 1. Resolve the location_id for Dubai Creek Harbour
loc = requests.get(f"https://{HOST}/autocomplete-location",
                   headers=HEADERS, params={"query": "Dubai Creek Harbour"}).json()
location_id = loc["data"]["locations"][0]["id"]

# 2. Pull the last 12 months of rental transactions
res = requests.get(f"https://{HOST}/get-get-transactions", headers=HEADERS, params={
    "location_id": location_id,
    "transaction_type": "rented",
    "period": "1y",
})
hits = res.json()["data"]["hits"]
print(f"Dubai Creek Harbour: {len(hits)} lease contracts in the last year")

See the transactions endpoint, price-trend endpoint, and Dubai Creek Harbour location reference.

About this data

Rent figures are annualised from registered lease contracts and reported as medians, which are more representative than averages in markets with luxury outliers. Asking prices reflect live portal listings. Data as of May 2026. Based on annualised residential lease contracts (monthly rent x 12), using the last 24 months of data where available. Figures are aggregated market statistics for research and should not be treated as a valuation of any individual property.

Get Dubai Creek Harbour real estate data via API

Rental transactions, price trends, listings and off-plan data — as structured JSON. Start free, pay only for what you use.