Market data
The market data endpoints return historical sale prices, comparables, and price trends for any UK property. Data is sourced from HM Land Registry Price Paid Data (~5M transactions, 1995–present) and aggregated multi-portal sold listings, joined via PostGIS spatial matching. Required scope:market-data:read
Cost: 1 request per call
Get sold history for a property
Request
Response
Match confidence values
| Value | Meaning |
|---|---|
exact_uprn | UPRN exact match (highest confidence) |
spatial_uprn | PostGIS match within 25m + UPRN agreement |
spatial_paon | PostGIS match within 25m + building number agreement |
spatial_only | PostGIS match within 25m, no building number |
address_match | Address string match |
Get on-street comparables
Request
Query parameters
| Param | Type | Default | Description |
|---|---|---|---|
max_age_years | integer | 5 | Only return sales within the last N years |
limit | integer | 20 | Max comparables (max 100) |
min_bedrooms | integer | — | Only matching bedroom count |
max_bedrooms | integer | — | |
property_type | string | — | Filter by D/S/T/F (Detached/Semi/Terrace/Flat) |
radius_meters | integer | 100 | Search radius from target |