Zipcode Level
Market Quality (Batch)
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 Body Fields
<table><tr><th>Field</th><th>Type</th><th>Description</th><th>Example</th></tr> <tr><td>[]</td><td>object</td><td></td><td></td> </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>post/v2/zip/market_grade
Request body
Example request
[
{
"zipcode": "33019"
}
]Response
Success
Example response
[
{
"zip/market_grade": {
"result": {
"market_grade": "A"
}
},
"zipcode_info": {
"zip": "33019"
}
}
]