---
title: "Price estimates based on propertyId"
method: GET
path: "/v1/properties/{propertyId}/priceEstimate"
tags: ["Properties"]
---

# Price estimates based on propertyId

`GET /v1/properties/{propertyId}/priceEstimate`

## Path parameters

- `propertyId` string, required

## Response `200`

Success

- DomainAvmPIV1PropertyPriceEstimate
  - `date` string, nullable
  - `lowerPrice` number, double, nullable
  - `midPrice` number, double, nullable
  - `priceConfidence` 'high' | 'medium' | 'low'
  - `source` string, nullable
  - `upperPrice` number, double, nullable
  - `history` DomainAvmPIV1PropertyPriceEstimateHistory[], nullable
    - `confidence` 'high' | 'medium' | 'low'
    - `date` string, nullable
    - `lowerPrice` number, double, nullable
    - `midPrice` number, double, nullable
    - `source` string, nullable
    - `upperPrice` number, double, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/24ab78aba827/schema)
