Zipcode Level

Home Price Index Historical

Review HouseCanary's proprietary historical price return metrics for a ZIP code, including 1-year and 10-year compound annual growth rates, based on the HouseCanary home price index (HPI).

Source: HouseCanary

Pricing Tier: Premium

Updated: Monthly

Request Query Params

<table><tr><th>Property</th><th>Type</th><th>Description</th><th>Example</th></tr> <tr><td>zipcode</td><td>string</td><td>5-digit zipcode</td><td>33019</td> </tr> </table>

Response

<table><tr><th>Field</th><th>Type</th><th>Description</th><th>Example</th></tr> <tr><td>cagr_1_year</td><td>number</td><td>Historical 1-year compound annual growth rate (CAGR) in sale values</td><td>0.045</td> </tr> <tr><td>cagr_5_years</td><td>number</td><td>Historical 5-year compound annual growth rate (CAGR) in sale values</td><td>0.035</td> </tr> <tr><td>cagr_10_years</td><td>number</td><td>Historical 10-year compound annual growth rate (CAGR) in sale values</td><td>0.028</td> </tr> <tr><td>cagr_20_years</td><td>number</td><td>Historical 20-year compound annual growth rate (CAGR) in sale values</td><td>0.03</td> </tr> <tr><td>returns_1_year</td><td>number</td><td>Sale value appreciation for the last year based on HPI</td><td>0.06</td> </tr> <tr><td>returns_5_years</td><td>number</td><td>Sale value appreciation for the last 5 years based on HPI</td><td>0.15</td> </tr> <tr><td>returns_10_years</td><td>number</td><td>Sale value appreciation for the last 10 years based on HPI</td><td>0.25</td> </tr> <tr><td>returns_20_years</td><td>number</td><td>Sale value appreciation for the last 20 years based on HPI</td><td>0.5</td> </tr> </table>
get/v2/zip/hpi_historical

Query parameters

zipcodestring required

5-digit zipcode

Response

Success

Example response

[
  {
    "zip/hpi_historical": {
      "result": {
        "cagr_1_year": 0.045,
        "cagr_5_years": 0.035,
        "cagr_10_years": 0.028,
        "cagr_20_years": 0.03,
        "returns_1_year": 0.06,
        "returns_5_years": 0.15,
        "returns_10_years": 0.25,
        "returns_20_years": 0.5
      }
    },
    "zipcode_info": {
      "zip": "33019"
    }
  }
]