Metropolitan Statistical Area Level
Gross Rental Yield
Calculate the Canary Rental Index (CRI) to measure aggregated gross rental yield across a MSA, enabling assessment of rental market performance within a specific block.
Gross rental yield is calculated per-property as the ( monthly rental AVM * 12 ) / property value AVM.
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>msa</td><td>string</td><td>5-digit US-census msa ID</td><td>38060</td> </tr> </table>Response
<table><tr><th>Field</th><th>Type</th><th>Description</th><th>Example</th></tr> <tr><td>gross_yield_count</td><td>integer</td><td>Count of the properties that contributed to the index</td><td>250</td> </tr> <tr><td>gross_yield_median</td><td>number</td><td>Median gross yield value</td><td>8.2</td> </tr> <tr><td>gross_yield_average</td><td>number</td><td>Average gross yield value</td><td>7.9</td> </tr> </table>get/v2/msa/hcri
Query parameters
msastring
5-digit US-census msa ID
Response
Success
Example response
[
{
"msa/hcri": {
"result": {
"gross_yield_count": 250,
"gross_yield_median": 8.2,
"gross_yield_average": 7.9
}
},
"msa_info": {
"msa": "41860",
"msa_name": "San Francisco-Oakland-Hayward, CA"
}
}
]