realestate_trend
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Get the monthly time series of home values (ZHVI) or rents (ZORI) for a metro or state, to chart or analyze the trend.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"region"
],
"properties": {
"metric": {
"type": "string",
"description": "'home_value' (ZHVI, default) or 'rent' (ZORI)."
},
"months": {
"type": "number",
"description": "How many recent months to return (default 24, max 360)."
},
"region": {
"type": "string",
"description": "Metro or state name (e.g. 'Austin, TX', 'Houston', 'Texas') or a Zillow region id."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries