Median and average price per m², indices, and full time series for any city, department, or postcode — computed from 50M+ live and historical listings, ready to drop into your dashboards and models.
Feed clean price-per-m² series straight into your models — no scraping, no manual DVF wrangling, no stale spreadsheets.
Power maps, reports, and dashboards with live market indices for any French geography, down to the postcode.
Benchmark assets and markets against current and historical price trends for underwriting, valuation, and risk.
Render a €/m² heatmap for any city or region and let users drill down from department to street level.
Plot how price per m² has moved month over month or year over year to surface momentum and inflection points.
Anchor estimates and reports to the current median €/m² for the exact location and property type you care about.
Ask for any geography and property type — get the average, median, and full time series back.
curl -g 'https://api.stream.estate/indicators/price_per_meter?includedInseeCodes[]=33063&propertyTypes[]=0&granularity=month' \
-H 'X-API-KEY: YOUR_KEY' {
"median": 4980,
"average": 5210,
"timeSeries": [
{ "date": "2026-05", "median": 4980, "count": 1204 },
{ "date": "2026-06", "median": 5015, "count": 1188 }
]
}Call GET /indicators/price_per_meter with the location (e.g. includedInseeCodes[] or includedCities[]) and a propertyTypes[] filter. The response returns the average, median, and a time series you can set to month or year granularity.
Indices are computed from 50M+ deduplicated listings aggregated across France, plus historical listing data — so you get current asking-price signals, not only past transactions.
Yes. The price_per_meter endpoint returns a time series with monthly or yearly granularity, so you can chart how €/m² has evolved for any city, department, or postcode over time.
The public price pages are human-readable summaries for a handful of cities. The API gives programmatic access to averages, medians, and time series for any geography and property type, ready to power your own maps, dashboards, and models.