Get time-series market metrics.
GET/market_report/:market_id/time_series
Returns daily time-series data for one or more market-level metrics over a date range. RM API users can only access markets in which they have at least one Pro tier listing.
Available metrics: asking_rate_w_fees, occupancy, occupancy_adjusted, adr_w_fees, lead_time, revpar_adjusted_w_fees, revpar_w_fees, revenue_w_fees, nights_bookable.
Request
Responses
- 200
- 204
- 400
- 401
- 404
- 429
Time-series market data.
Not enough data for the requested parameters.
Invalid parameter value (e.g. invalid date range).
API key authorization failed.
Market not found or not accessible.
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.