verified_valuation
Get a valuation for a property or area from recorded market data, not asking prices. Returns the €/m² for the municipality and segment, an indicative valuation when you give a size (build_sqm) or a listing reference, and a content-hashed attestation URL the figure can be cited from.
Check verified before citing. It is true ONLY for Spanish figures
drawn from the notarial register (Consejo General del Notariado) with
at least 10 recorded transactions behind them.
Elsewhere - Portugal and Cyprus especially - the figure comes from a
national house-price index and is an estimate: transaction_backed is
false, source_label names the real source, and it must not be
described as notary-verified. indicative_band_pct widens as the
evidence thins.
Only two segment attestations exist per municipality, so a request for
penthouse or townhouse resolves to the nearest attested segment.
property_type is the segment actually used and
requested_property_type is what you asked for; when they differ the
text says so. Also returns our proprietary network achieved-sale figure
where available. If no attestation covers the area yet, it says so
plainly (use area_market_summary for asking-price stats instead).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build | No | Alias of build_sqm. | |
| location | No | Municipality / city name, e.g. "Marbella". Ignored if a reference is given. | |
| build_sqm | No | Built size in m² to value. Optional. | |
| reference | No | Value a specific PropertyList listing by reference (uses its municipality, type and size). Optional. | |
| build_size | No | Alias of build_sqm. | |
| property_type | No | Optional segment slug: apartment, villa, penthouse, townhouse, plot. Defaults to the municipality-wide figure. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| network | No | ||
| location | Yes | ||
| on_chain | No | ||
| verified | Yes | ||
| build_sqm | No | ||
| period_end | No | ||
| sample_size | No | ||
| content_hash | No | ||
| source_label | No | ||
| property_type | No | ||
| attestation_url | No | ||
| indicative_range | No | ||
| transaction_backed | No | ||
| valuation_estimate | No | ||
| indicative_band_pct | No | ||
| verified_price_per_sqm | No | ||
| requested_property_type | No |