Zipcode Level

Market Quality

Obtain HouseCanary's proprietary market grade, representing the relative desirability and volatility of the ZIP code compared to others in the same market, to better assess investment opportunities at different points throughout the housing cycle.

Source: HouseCanary

Pricing Tier: Basic

Updated: Annually

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><th>Enum Values</th></tr> <tr><td>market_grade</td><td>string</td><td>Grade derived from a HouseCanary proprietary cluster algorithm. One of [A, B, C, D, F] with A being least volatile across market cycles and F being most volatile.</td><td>A</td> <td>[A, B, C, D, F]</td></tr> </table>
get/v2/zip/market_grade

Query parameters

zipcodestring required

5-digit zipcode

Response

Success

Example response

[
  {
    "zip/market_grade": {
      "result": {
        "market_grade": "A"
      }
    },
    "zipcode_info": {
      "zip": "33019"
    }
  }
]