Source
HUD FMR + Census ACS · vintage 2026 · refresh cadence: annual
Median monthly gross rent (Census ACS B25064)
Direction of better
No universal direction; user preference determines what is "better".
Unit
Values are reported in dollars.
Where the data lives
Tables: municipality_metrics
Columns: median_rent
Input field: median_rent
JSON-LD example
Every value emitted by ValiFit (in /api/v1, MCP responses, on-page JSON-LD) carries a propertyID set to this metric_id, so AI clients can resolve it back here in one round-trip.
{
"@type": "PropertyValue",
"propertyID": "town.median_rent",
"name": "Median Rent (town)",
"value": 350000,
"unitText": "dollars",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "composite",
"value": "Budget"
},
{
"@type": "PropertyValue",
"name": "level",
"value": "city"
},
{
"@type": "PropertyValue",
"name": "direction",
"value": "optimize"
},
{
"@type": "PropertyValue",
"name": "source_year",
"value": "2026"
},
{
"@type": "PropertyValue",
"name": "fha_safe",
"value": true
}
],
"valueReference": {
"@type": "QuantitativeValue",
"additionalType": "https://valifit.com/catalog/metric",
"identifier": "town.median_rent",
"sameAs": "HUD FMR + Census ACS"
},
"mentions": [
{
"@type": "Dataset",
"@id": "https://valifit.com/sources/hud-fair-market-rents",
"identifier": "HUD_FMR",
"name": "HUD Fair Market Rents",
"url": "https://www.huduser.gov/portal/datasets/fmr.html",
"sameAs": "https://www.huduser.gov/portal/datasets/fmr.html",
"creator": {
"@type": "Organization",
"name": "HUD"
},
"temporalCoverage": "annual",
"dateModified": "2026-04-01"
}
]
}For programmatic access
GET /api/v1/catalog/metrics?id=town.median_rent
MCP tool: get_catalog with id="town.median_rent"