Skip to content

UAE Market Data

City Walk Real Estate Market Data

The median annual rent in City Walk is AED 210,000 , based on 1,794 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 210,000

Per year, all sizes

Rent per sq ft

AED 132

Per year

Rent change (YoY)

+6.3%

▲2024 → 2025 median

Lease contracts

1,029

Last 12 months

Median asking sale price

AED 3.8M

Live listings

Sale price per sq ft

AED 3,252

Live listings

Active listings

1,648

968 sale · 680 rent

Average rent by bedroom in City Walk

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 152,250AED 140
2 BedAED 230,000AED 128
3 BedAED 300,000AED 127
4+ BedAED 450,000AED 127

Based on 1,794 lease contracts in City Walk. Source: PropertyfinderAPI transaction data.

City Walk rent trend (2022–2025)

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

2022
AED 160,000
2023
AED 180,000
2024
AED 196,350
2025
AED 208,725

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

Recent lease transactions in City Walk

A live sample of the most recently registered rental contracts.

RegisteredBedsSize (sq ft)Annual rent
15 May 20262 Bed1,908AED 189,750
15 May 20262 Bed1,785AED 265,000
15 May 20261 Bed1,487AED 157,500
14 May 20261 Bed834AED 120,000
14 May 20261 Bed1,236AED 165,000
14 May 20262 Bed1,781AED 400,000
14 May 20262 Bed1,663AED 220,000
14 May 20262 Bed1,743AED 205,879

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 City Walk

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

Type Median sale price Sale / sq ft Median asking rent
Apartments AED 3.7M AED 3,245 AED 180,000

Off-plan & new projects

4 tracked off-plan projects in and around City Walk starting from AED 3.2M.

Meraas Holding

Pull this data yourself

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

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

See the transactions endpoint, price-trend endpoint, and City Walk 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 City Walk 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.