Price event time series for an area, grouped by date and event type. Returns up to 365 days of data. Useful for charting price movement and listing/delisting activity.
Tier: Starter+
cURL
curl --request GET \ --url https://borough.qwady.com/v1/market/rentals/trends \ --header 'Authorization: Bearer <token>'
{ "data": [ { "date": "2023-12-25", "event": "LISTED", "avgPrice": 123, "count": 123 } ], "meta": { "dataAge": "2023-11-07T05:31:56Z", "source": "cached", "freshnessThreshold": 123, "refreshTriggered": true } }
Polar.sh license key. Format: BOROUGH_<uuid>
BOROUGH_<uuid>
Area ID
Listing type
rental
sale
Time series of price events
Show child attributes