Retrieve modeled future time-series forecast data for a specific property. Returns aggregated forecast metrics at configurable time intervals.
The forecast window spans from the beginning of the current month up to 5 years in the future. Any date filters outside this window are automatically clamped.
All fields have _downside and _upside variants for confidence bounds (e.g., rent_growth_rate_yoy_downside, rent_growth_rate_yoy_upside).
| Field | Description |
|---|---|
rent_growth_rate_yoy | Year-over-year rent growth rate |
occupancy_percent | Forecast occupancy percentage |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the property.
ID of the ApartmentIQ account.
9901947
One or more aggregations to compute over the forecast time-series. Each aggregation defines a metric that appears in the response values object, keyed by the name you provide.
Time bucket size for the forecast data.
month, quarter, year "month"
Offset for time bucket alignment.
"0d"
Optional date range filters for forecast data. If omitted, defaults to the full forecast window (current month through 5 years out). Dates outside the forecast window are automatically clamped.
Successfully retrieved forecast time-series data.