UAE Market Data
Sharjah Real Estate Market Data
The median annual rent in Sharjah is AED 55,000 . 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 asking sale price
AED 1.8M
Live listings
Sale price per sq ft
AED 833
Live listings
Median asking rent
AED 55,000
Live listings
Active listings
43,578
22,985 sale · 20,564 rent
Live asking prices in Sharjah
Current median asking prices from active listings, by property type.
| Type | Median sale price | Sale / sq ft | Median asking rent |
|---|---|---|---|
| Apartments | AED 980K | AED 847 | AED 46,880 |
| Villas | AED 4.0M | AED 901 | AED 160,000 |
| Land Plots | AED 1.2M | AED 188 | AED 220,000 |
| Townhouses | AED 2.5M | AED 984 | AED 139,999 |
| Commercial | AED 550K | AED 360 | AED 90,450 |
| Offices | AED 2.1M | AED 1,700 | AED 69,999 |
| Penthouses | AED 5.8M | AED 1,063 | AED 80,000 |
Pull this data yourself
Every figure on this page is computed from data you can query directly. Get Sharjah rental transactions, price trends, and live listings as clean JSON.
# location_id is resolved from /autocomplete-location (e.g. Sharjah)
curl --request GET \
--url 'https://propertyfinder-uae-data.p.rapidapi.com/get-get-transactions?location_id=35&transaction_type=rented&period=1y' \
--header 'x-rapidapi-host: propertyfinder-uae-data.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY' 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 Sharjah
loc = requests.get(f"https://{HOST}/autocomplete-location",
headers=HEADERS, params={"query": "Sharjah"}).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"Sharjah: {len(hits)} lease contracts in the last year") See the transactions endpoint, price-trend endpoint, and Sharjah 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.
Market data for other areas
Dubai Marina
Rents, prices & transaction trends →
Downtown Dubai
Rents, prices & transaction trends →
Palm Jumeirah
Rents, prices & transaction trends →
Business Bay
Rents, prices & transaction trends →
Jumeirah Village Circle (JVC)
Rents, prices & transaction trends →
Dubai Hills Estate
Rents, prices & transaction trends →
Get Sharjah 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.