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

# Rental estimates based on propertyId

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

## Path parameters

- `propertyId` string, required

## Response `200`

Success

- DomainAvmPIV1RentalEstimate
  - `weeklyRentEstimate` integer, nullable
  - `percentYieldRentEstimate` number, double, nullable
  - `rentalFsd` number, double, nullable
  - `estimateDate` string, nullable
  - `propertyType` string, 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/839de6c29cc3/schema)
