Get the historical snapshots of a calendar day for a listing.
GET/listings/:listing_id/calendar_day_history
Returns a history of price postings and calendar state snapshots for a specific stay date.
posted_prices— each entry records a price that Wheelhouse posted to the channel for this date, in chronological order.calendar_snapshots— historical snapshots of the calendar day's state (availability, price, booking, etc.) over time.
Requires a Pro tier listing. Returns 402 if the feature is not available. The maximum lookback window is 180 days.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 429
Historical price postings and calendar snapshots for the requested stay date.
stay_date is missing or beyond the historical lookback limit.
API key authorization failed.
The listing does not have access to historical calendar data. Upgrade the plan to unlock this feature.
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.