Source
Census ACS 5-year · vintage 2024 · refresh cadence: annual
County-level median household income.
Direction of better
Higher values are better. Used to rank candidate towns/properties; higher score = stronger fit.
Unit
Values are reported in dollars.
Where the data lives
Tables: census_demographics
Columns: median_household_income
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_median_income",
"name": "County Median Income",
"value": 350000,
"unitText": "dollars",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "composite",
"value": "Geo"
},
{
"@type": "PropertyValue",
"name": "level",
"value": "county"
},
{
"@type": "PropertyValue",
"name": "direction",
"value": "higher_better"
},
{
"@type": "PropertyValue",
"name": "source_year",
"value": "2024"
},
{
"@type": "PropertyValue",
"name": "fha_safe",
"value": true
}
],
"valueReference": {
"@type": "QuantitativeValue",
"additionalType": "https://valifit.com/catalog/metric",
"identifier": "geo.county_median_income",
"sameAs": "Census ACS 5-year"
}
}For programmatic access
GET /api/v1/catalog/metrics?id=geo.county_median_income
MCP tool: get_catalog with id="geo.county_median_income"