Free property transaction data — straight to Excel
Search 28M+ HM Land Registry records by postcode, radius, and property type. CSV and Excel output for instant analysis.
Try it free →Search any UK postcode with optional radius and filters for property type, date range, and more.
Comparable sales, summary statistics, and price trends returned in under a second.
Paste the CSV URL into Excel's Data → From Web. Refresh any time for live data.
Pull live property data directly into your spreadsheet — no code required.
| Endpoint | Method | Description |
|---|---|---|
/v1/comps | GET | Comparable transactions with address, price, date, type, distance |
/v1/stats | GET | Summary statistics: median, average, count, percentiles |
/v1/trends | GET | Monthly price trends and volume for the search area |
/v1/postcode/{postcode} | GET | All transactions for a single postcode |
/v1/address | GET | Search by street name or address fragment |
/v1/batch | POST | Batch search: up to 20 postcodes in one request |
/v1/excel | GET | Download .xlsx workbook with comps, stats, and trends |
/v1/health | GET | API health check and record count |
curl "https://property.nwc-advisory.com/v1/comps?postcode=SW1A+1AA&radius=0.5&months=12&property_type=F"
curl "https://property.nwc-advisory.com/v1/stats?postcode=EC2R+8AH&radius=1&months=24"