Get monthly stats for a listing.
GET/listings/:listing_id/kpis/monthly
Returns per-month performance stats, ordered oldest-to-newest. Includes comp-set metrics.
Covers both past and future months — up to 15 months back and up to 12 months forward,
subject to the months Wheelhouse holds data for. Months from the current one onward are
forward-looking: they reflect the bookings on the books so far plus asking rates for nights
that are still open, so they are not final and will change as bookings come in. Compare a
month's month value against today's date to tell which side of the line it falls on.
All monetary values are in the listing's currency.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Monthly KPIs.
API key authorization failed.
Listing authorization failed.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.