Price map

Property prices per
neighbourhood, district and municipality

GeoJSON dataset with median asking prices per statistical sector (NIS code) for all of Belgium. Split by property type: house versus apartment. Updated monthly. A breakdown by year built and EPC will follow in a later release.

Price map Antwerpen: hover over a neighbourhood
Price/m² (Houses)
< €2.100
> €4.057
306 neighbourhoods

What is the Price map?

The Taxon Price map is a GeoJSON dataset showing median asking prices per statistical sector for all of Belgium. It provides a geographical overview of the property market at the most detailed level.

19,781 statistical sectors

Every sector contains median prices, the number of reference points and price evolution over time.

Extensive filters

Filter between house and apartment for targeted analyses. Additional filters (year built, EPC, period) will follow.

Standard GeoJSON format

Directly integrable into Leaflet, Mapbox, Google Maps, QGIS and any GIS platform.

Price map viewer
Apartment House
Elsene (Ixelles) Mediaan: €3.850/m² Referentiepunten: 142
19,781 sectors loaded Source: FPS Economy + Taxon

Use cases

The Price map is the starting point for any property analysis in Belgium.

Market analysis

Compare property prices across regions, municipalities and neighbourhoods. Identify trends and make well-founded investment decisions based on current market data.

Prospecting

Find undervalued neighbourhoods with growth potential. Combine price data with the number of reference points per neighbourhood and distinguish between house and apartment prices to spot opportunities.

Price evolution

Track price trends over time per neighbourhood or municipality. Analyse how prices evolve across quarters and years for better insight into market dynamics.

Data & filters

Filter the dataset on any relevant criterion for targeted analyses.

Property type

Filter by apartment, house, villa, studio, or all types together.

Period

Select by quarter or year. Available from 2018 to the present.

EPC label coming soon

Filter by energy label (A to G) to analyse the impact of energy performance on prices.

Price range

Limit results to a specific price bracket (e.g. €200K-€400K) for targeted searches.

Geography

Filter by region, province, municipality or specific statistical sectors.

Number of reference points

Filter sectors with a minimum number of reference points for statistically reliable results.

GeoJSON response

The API returns standard GeoJSON FeatureCollections. Each feature contains the polygon of a statistical sector together with price data and metadata.

FeatureCollection with polygons per sector
Properties with median price, price/m², number of reference points
Compatible with Leaflet, Mapbox, QGIS and Google Maps
GET /api/v1/prijskaart?type=appartement&period=2025-Q4
{
  "type": "FeatureCollection",
  "metadata": {
    "period": "2025-Q4",
    "property_type": "appartement",
    "total_sectors": 19781
  },
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [[...]]
      },
      "properties": {
        "sector_id": "21004A02-",
        "gemeente": "Elsene",
        "median_price": 325000,
        "price_per_sqm": 3850,
        "transactions": 142,
        "yoy_change": 4.2,
        "median_epc": "C"
      }
    },
    // ... 19.780 more features
  ]
}

Ready to get started?

Request access to the Price map API today and integrate detailed property prices into your application.