Skip to main content

Get the last posted price per stay date for a listing.

GET 

/listings/:listing_id/last_posted_prices

Returns the last price posted to the channel for each stay date in the requested range.

  • Available nights: the most recently posted price for that date.
  • Booked nights: the last price posted at or before block_time (when the booking was recorded), reflecting the price that was live when the booking came in.

Dates with no posting history return null for last_posted_price.

Defaults to today through the maximum calendar horizon (1.5 years) when start_date and end_date are omitted. The total date range may not exceed 3 years.

Request

Responses

Array of last-posted-price entries ordered by stay date.