Skip to content

UAE Market Data

Jumeirah Lake Towers (JLT) Real Estate Market Data

The median annual rent in Jumeirah Lake Towers (JLT) is AED 109,600 , based on 5,213 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 109,600

Per year, all sizes

Rent per sq ft

AED 117

Per year

Rent change (YoY)

+4.8%

▲2024 → 2025 median

Lease contracts

2,714

Last 12 months

Median asking sale price

AED 1.9M

Live listings

Sale price per sq ft

AED 1,968

Live listings

Active listings

8,071

2,661 sale · 5,410 rent

Average rent by bedroom in Jumeirah Lake Towers (JLT)

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
StudioAED 60,000AED 137
1 BedAED 110,000AED 130
2 BedAED 130,000AED 96
3 BedAED 160,000AED 90

Based on 5,213 lease contracts in Jumeirah Lake Towers (JLT). Source: PropertyfinderAPI transaction data.

Jumeirah Lake Towers (JLT) rent trend (2022–2025)

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

2022
AED 58,000
2023
AED 90,000
2024
AED 105,000
2025
AED 110,000

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

Rent by property type

Property typeMedian annual rentLease contracts
Apartments AED 65,000 20,863
Penthouses AED 125,000 78

Recent lease transactions in Jumeirah Lake Towers (JLT)

A live sample of the most recently registered rental contracts.

RegisteredBedsSize (sq ft)Annual rent
15 May 2026Studio459AED 60,000
15 May 20261 Bed846AED 48,000
15 May 20261 Bed990AED 85,000
15 May 20262 Bed1,243AED 234,000
15 May 20262 Bed1,043AED 115,000
15 May 20262 Bed1,153AED 126,000
14 May 20261 Bed770AED 75,000
14 May 20261 Bed754AED 87,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 Jumeirah Lake Towers (JLT)

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

Type Median sale price Sale / sq ft Median asking rent
Apartments AED 1.7M AED 1,881 AED 95,000
Offices AED 3.0M AED 2,349 AED 245,000
Commercial AED 3.6M AED 3,001 AED 250,000

Off-plan & new projects

6 tracked off-plan projects in and around Jumeirah Lake Towers (JLT) starting from AED 1.3M.

Danube PropertiesEmirates DevelopmentsMAG Property DevelopmentSaba PropertiesSignature Developers Ltd

Pull this data yourself

Every figure on this page is computed from data you can query directly. Get Jumeirah Lake Towers (JLT) rental transactions, price trends, and live listings as clean JSON.

cURL
# location_id is resolved from /autocomplete-location (e.g. Jumeirah Lake Towers (JLT))
curl --request GET \
  --url 'https://propertyfinder-uae-data.p.rapidapi.com/get-get-transactions?location_id=6804&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 Jumeirah Lake Towers (JLT)
loc = requests.get(f"https://{HOST}/autocomplete-location",
                   headers=HEADERS, params={"query": "Jumeirah Lake Towers (JLT)"}).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"Jumeirah Lake Towers (JLT): {len(hits)} lease contracts in the last year")

See the transactions endpoint, price-trend endpoint, and Jumeirah Lake Towers (JLT) 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 Jumeirah Lake Towers (JLT) 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.