What is the property worth today?
Placepoint's model-based estimate of market value and rent, with a low-high range for both and the date the estimate was calculated. Calculated from comparable sales and the property's registered attributes, not a broker's assessment or a certified survey.
Nøkkelen virker i dag på Leietaker-API og dagens Data API; Placepoint API godtar samme nøkkel når det lanseres.
Prøv med et ekte bygg: Oslo S, Jernbanetorget 1
- Trial key with GitHub in under a minute
- One GET call
- Low-high range
- Kartverket data
- Updated continuously
ℹ️ The endpoint responds once the Placepoint API is live. The contract below is final; the Tenant API already responds.
From matrikkelnummer to valuation estimate
The call answers what the property is likely worth today, without ordering a manual assessment. Banks use it for a first screening before a loan or refinancing, managers for quarterly value adjustment of a whole portfolio, and investors to sort candidates before due diligence starts in earnest. What otherwise takes an ordered valuation or a phone call to a broker comes back in the same call as the rest of the property data.
The estimate is model-based (AVM, automated valuation model), calculated from comparable sales, the property's registered attributes and local price development, not a broker's valuation or a certified survey under NS 3600. Use the figure as a quick basis for sorting, not as a replacement for a formal assessment before a specific lending decision.
Both retail price and rent come with a low-high range in addition to the point estimate, so you see the spread the model works with, not just one figure presented as the answer. The rent indication is given per square metre per year, and is useful for setting an expected yield on a property without sourcing separate market rents.
The basis is the same data that Valuation Comparable Sales and Transactions expose directly. Look at them when you want to check what the model has used for a specific property, instead of taking the point estimate for granted.
Low-high, not just one figure
Retail price and rent come with a low-high range in addition to the point estimate, so you see the spread the model works with, not just one figure presented as the answer.Rent per square metre too
The rent indication is given per square metre per year, useful for setting an expected yield on a property without sourcing separate market rents.Verifiable against the raw data
See which sales and transactions the model has used for this particular property, instead of taking the point estimate for granted.
Fields that actually tell you something
One GET call with the matrikkelnummer gives you the estimate for retail price and rent.
/properties/{country}/{cadastreId}/valuationscurl -X GET "https://data.placepoint.no/properties/NO/0301-207-76-0-0/valuations" \
-H "Authorization: Bearer $TOKEN"
svar · 200
{
"value": {
"estimate": {
"amount": "13200000.00",
"currency": "NOK"
},
"low": {
"amount": "12100000.00",
"currency": "NOK"
},
"high": {
"amount": "14300000.00",
"currency": "NOK"
}
},
"rent": {
"estimatePerM2Year": {
"amount": "3200.00",
"currency": "NOK"
},
"low": {
"amount": "2900.00",
"currency": "NOK"
},
"high": {
"amount": "3500.00",
"currency": "NOK"
}
},
"method": "AVM",
"valuedAt": "2026-08-01T00:00:00Z"
}
The method field says whether the value comes from the model or was set manually, and valuedAt shows when the calculation was made.
Three steps to your first response
Log in with GitHub
One click, under a minute, no payment card. The key comes back to this page.Call the endpoint
Replace$TOKENin the curl above with your key; the call only needs a country code and the matrikkelnummer you already have in your portfolio.Use the response
Use the estimate as a quick basis for sorting in screening, credit assessment or portfolio reporting, not as a replacement for a formal assessment before a specific lending decision.
Data and sources
The estimate is calculated by Placepoint's own model, trained on registered transactions from Kartverket and the properties' registered attributes from the matrikkel. The model is updated continuously as new sales are registered, and the result counts as fresh for a few months before it should be recalculated.