Get quarterly stats for a listing.
GET/listings/:listing_id/kpis/quarterly
Returns per-quarter performance stats, ordered oldest-to-newest.
Covers both past and future quarters — from the quarter containing the date 15 months
ago through the quarter containing the date 12 months from now, subject to the quarters
Wheelhouse holds data for. The current quarter and any that follow 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 quarter's quarter
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
Quarterly 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.