Skip to main content

Get the estimated fee multiplier per stay date for a listing.

GET 

/listings/:listing_id/fee_impact_calendar

Returns a per-date fee multiplier derived from the listing's estimated fee setting. Multiply any nightly price by fee_multiplier to obtain the fee-inclusive price. A fee_multiplier of 1.0 means no fee adjustment is configured.

Currently the multiplier is uniform across all dates. The per-date shape is intentional — future releases will allow fee variation by date range or season, and the response format will remain compatible.

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 fee multiplier entries ordered by stay date.