Market intelligence
Market intelligence endpoints expose aggregated metrics per UK postcode district — average sale prices, rental yields, days on market, deal scores — refreshed daily at 04:00–04:30 UTC. The flagship surface for investor research is the segmented metrics endpoint, which slices each district by property type and bedroom band so the figures match the asset you’re evaluating. Required scope:areas:read
Cost: 1 request per call
Segmented district metrics
property_type_group and/or bedrooms query params, returns only the matching segment row(s).
Backed by mv_postcode_district_metrics_by_segment — refreshed daily at 04:30 UTC.
Path parameters
Query parameters
Request
Response
Field reference
Empty segments
A segment row is only present when at least three matching properties exist in the source. Combinations below that threshold are omitted entirely — the API does not return a stub row with null metrics. If your call returnssegments: [], widen the bedroom or type filter, or check the parent district detail endpoint to see what’s available.
Subject vs. all-segments mode
Two main use cases:- Subject context: pass
property_type_group+bedroomsto get the single row matching a specific property. Used by the Prop AI Deals property page to render “Like-for-like in ”. - District landscape: omit both filters to get every segment present in the district. Useful for comparing how different bedroom counts price across property types in the same area.
Caveats
- The MV is refreshed daily — a property that listed yesterday will not move the medians until 04:30 UTC tomorrow.
bedroom_band = 5aggregates every 5+ bedroom property in the segment. For high-end markets where 6-bed vs 8-bed materially differ, fall back to the Properties endpoint to enumerate.avg_yielduses the back-calculated yield on sale listings (the projected yield if the asset were tenanted). It is not a measure of realised rental returns.
Use cases
- Like-for-like area context on a property page — Pass the subject’s
property_type_group+bedroomsto surface “3-bed terraced in SE15: median £695k · 4.21% yield · 64 days on market” alongside the property listing itself. - Type-bracket comparison — Pull the whole district (no filters) to chart how
flatvsterracedvsdetachedprice within the same bedroom band. - Bedroom-band scoring — Aggregate by
property_type_group='flat'across all bedroom bands to surface the rent-per-bed sweet spot in a specific outcode.
Related endpoints
- Area aggregates — Outcode-level yield / rent / agent aggregates from the live-listings repository (refreshed continuously). Use for fresher but unsegmented figures.
- Market data — Sold-price history and on-street comparables for a specific property.
- Properties — Drill into the underlying listings that contribute to a segment.