Source
HUD FMR · vintage 2026 · refresh cadence: annual
HUD-published Fair Market Rent for 2-bedroom unit in this metro area
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: hud_fmr_2br
Input field: hud_fmr_2br
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.hud_fmr_2br",
"name": "HUD FMR 2-Bedroom",
"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.hud_fmr_2br",
"sameAs": "HUD FMR"
},
"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.hud_fmr_2br
MCP tool: get_catalog with id="town.hud_fmr_2br"