price_to_rent_ratio
ActiveTool of io.github.blackboxfoundry/livedatalink
Compute the buy-vs-rent price-to-rent ratio for a US metro or state: Zillow home value (ZHVI) divided by annualized rent (ZORI x 12). Returns the ratio plus a rule-of-thumb signal (below ~15 favors buying, above ~20 favors renting). Premium synthesis over the real-estate market store. Rule-of-thumb only, not financial advice.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"region"
],
"properties": {
"region": {
"type": "string",
"description": "Metro or state name/id (e.g. 'Austin, TX', 'California', or a Zillow region id)."
},
"region_type": {
"type": "string",
"description": "Optional region type filter: 'metro' or 'state'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries