Get Territory Wealth Profile — Census ACS
GetTerritoryWealthProfile Retrieve US Census American Community Survey (ACS) income and wealth proxy
data for a ZIP code or state. Returns median household income, median home
value, total household count, and the count and share of households earning
$100k or more — useful for scoring territory opportunity for financial advisors.
Key metrics returned:
- median_hh_income: Median household income (B19013)
- median_home_value: Median owner-occupied home value (B25077)
- total_households: Total household count (B11001)
- hh_100k_plus: Households earning $100k+ (derived)
- hh_100k_plus_pct: Share of households earning $100k+ (derived)
Use this tool when:
- You are scoring a territory for wealth potential by ZIP code
- You want to compare household income distribution across territories
- You need a demographic wealth proxy before overlaying advisor AUM data
Requires cenpy Python package and optionally a free Census API key
(api.census.gov/data/key_signup.html).
Source: US Census Bureau ACS 5-Year estimates. Free with optional API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |