fhfa_hpi_trend
Summarize the latest FHFA HPI trend for one US geography from the self-hosted official series. Returns latest index, previous-period, one-year and five-year changes, five-year CAGR, recent direction, stable geography identifiers, and provenance. Use this for 'how fast are home prices rising in Texas?', 'is the Miami HPI falling?', or as the public-data corroboration leg for a realestate_market_screen. Not a forecast, appraisal, or investment recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | Yes | Exact FHFA place_id or geography name, such as 'CA', 'California', a 5-digit CBSA id, or an FHFA metro name. | |
| frequency | No | Observation frequency. Default quarterly. | |
| hpi_flavor | No | FHFA index flavor. Default purchase-only. | |
| index_basis | No | Index column to use. Default seasonally_adjusted. | |
| geography_level | No | Optional exact FHFA geography level to disambiguate state, metro, division, or national series. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. |