---
title: "Home Price Index Historical"
method: GET
path: "/v2/zip/hpi_historical"
tags: ["Zipcode Level"]
---

# Home Price Index Historical

`GET /v2/zip/hpi_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>

## Query parameters

- `zipcode` string, required

## Response `200`

Success

- object[]
  - `zip/hpi_historical` object
    - `api_code_description` string
    - `api_code` unknown
    - `result` object, nullable
      - `cagr_1_year` number — Historical 1-year compound annual growth rate (CAGR) in sale values
      - `cagr_5_years` number — Historical 5-year compound annual growth rate (CAGR) in sale values
      - `cagr_10_years` number — Historical 10-year compound annual growth rate (CAGR) in sale values
      - `cagr_20_years` number — Historical 20-year compound annual growth rate (CAGR) in sale values
      - `returns_1_year` number — Sale value appreciation for the last year based on HPI
      - `returns_5_years` number — Sale value appreciation for the last 5 years based on HPI
      - `returns_10_years` number — Sale value appreciation for the last 10 years based on HPI
      - `returns_20_years` number — Sale value appreciation for the last 20 years based on HPI
  - `zipcode_info` ZipcodeInfo
    - `zip` string, nullable — 5-digit zip code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/housecanary/apis/housecanary-analytics-and-portfolio-monitoring-apis.md) · [All operations](https://skmtc.net/housecanary/apis/housecanary-analytics-and-portfolio-monitoring-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/housecanary/housecanary-analytics-and-portfolio-monitoring-apis/revisions/38afb6724de7/schema)
