Skip to main content
Beta! Dokumentasjonen er automatisk generert. Informasjonen kan være ufullstendig og inneholde feil, spesielt skjermbilder og videoer. Se Om hjelpesidene. Vi vil veldig gjerne ha innspill: Kontakt oss via «Fant du det du lette etter?» nederst, i chatten nede til høyre eller på support@placepoint.no – vi svarer så fort vi kan!

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.

GET/properties/{country}/{cadastreId}/valuations
curl -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"
}

Scope: properties.readTeknisk referanse og Try-it

Vis alle felt (21)
FeltTypeBeskrivelse
value.estimate.amountstringDecimal string, e.g. "12500000.00".
value.estimate.currencystringISO 4217, e.g. NOK or SEK.
value.low.amountstringDecimal string, e.g. "12500000.00".
value.low.currencystringISO 4217, e.g. NOK or SEK.
value.high.amountstringDecimal string, e.g. "12500000.00".
value.high.currencystringISO 4217, e.g. NOK or SEK.
rent.estimatePerM2Year.amountstringDecimal string, e.g. "12500000.00".
rent.estimatePerM2Year.currencystringISO 4217, e.g. NOK or SEK.
rent.low.amountstringDecimal string, e.g. "12500000.00".
rent.low.currencystringISO 4217, e.g. NOK or SEK.
rent.high.amountstringDecimal string, e.g. "12500000.00".
rent.high.currencystringISO 4217, e.g. NOK or SEK.
modelEstimates[].modelstringWhich model produced the figure. The set grows as models are added; treat an unknown value as one we do not document yet.
modelEstimates[].estimate.amountstringDecimal string, e.g. "12500000.00".
modelEstimates[].estimate.currencystringISO 4217, e.g. NOK or SEK.
modelEstimates[].low.amountstringDecimal string, e.g. "12500000.00".
modelEstimates[].low.currencystringISO 4217, e.g. NOK or SEK.
modelEstimates[].high.amountstringDecimal string, e.g. "12500000.00".
modelEstimates[].high.currencystringISO 4217, e.g. NOK or SEK.
methodstringValuation method, e.g. AVM or MANUAL.
valuedAtstringWhen the valuation was computed.

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

  1. Log in with GitHub

    One click, under a minute, no payment card. The key comes back to this page.
  2. Call the endpoint

    Replace $TOKEN in the curl above with your key; the call only needs a country code and the matrikkelnummer you already have in your portfolio.
  3. 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.

See also

Questions and answers

How fresh is the data?
The model is updated continuously as new sales are registered with Kartverket, and an estimate counts as fresh for a few months before it should be recalculated.
Is this the same as a survey?
No. The estimate is model-based (AVM), not a certified survey under NS 3600 or a broker's valuation. Use it for screening and sorting, not as the only basis for a specific lending decision.
What do you cover?
Norwegian properties with registered transactions and registered attributes in the matrikkel. A property with few comparable sales nearby gives a wider range than a property in a liquid market.
Does it work in Sweden?
Not yet. The model is trained on Norwegian registered transactions from Kartverket, and Swedish properties are not covered by this call today.
Beta! Dokumentasjonen er automatisk generert. Informasjonen kan være ufullstendig og inneholde feil, spesielt skjermbilder og videoer. Se Om hjelpesidene. Vi vil veldig gjerne ha innspill: Kontakt oss via «Fant du det du lette etter?» nederst, i chatten nede til høyre eller på support@placepoint.no – vi svarer så fort vi kan!