Source
HUD FHA Loan Limits · vintage 2026 · refresh cadence: annual
County FHA cap; drives /api/affordability.
Direction of better
No universal direction; user preference determines what is "better".
Unit
Values are reported in dollars.
Where the data lives
Tables: fha_loan_limits
Columns: fha_limit
Input field: [computed]
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": "geo.county_fha_limit",
"name": "County FHA Loan Limit",
"value": 350000,
"unitText": "dollars",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "composite",
"value": "Geo"
},
{
"@type": "PropertyValue",
"name": "level",
"value": "county"
},
{
"@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": "geo.county_fha_limit",
"sameAs": "HUD FHA Loan Limits"
},
"mentions": [
{
"@type": "Dataset",
"@id": "https://valifit.com/sources/fha-loan-limits",
"identifier": "FHA_LOAN_LIMITS",
"name": "FHA Maximum Loan Limits",
"url": "https://entp.hud.gov/idapp/html/hicostlook.cfm",
"sameAs": "https://entp.hud.gov/idapp/html/hicostlook.cfm",
"creator": {
"@type": "Organization",
"name": "HUD"
},
"temporalCoverage": "annual",
"dateModified": "2026-01-01"
}
]
}For programmatic access
GET /api/v1/catalog/metrics?id=geo.county_fha_limit
MCP tool: get_catalog with id="geo.county_fha_limit"