US Economic Data
census.data.economicRetrieve economic indicators like median household income, poverty rate, and unemployment count for any US geography using ACS 5-year estimates. Use for market analysis, real estate, and business location planning.
Instructions
Get economic indicators for any US geography — median household income, population in poverty, and unemployed count. Source: ACS 5-year estimates (US Census Bureau). Key data for market sizing, real estate analysis, and business location intelligence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_fips | Yes | US state FIPS code (e.g. 06 for California, 36 for New York, * for all states) | |
| county_fips | No | County FIPS code within the state (e.g. 037 for Los Angeles, * for all counties). Omit for state-level data. | |
| year | No | Survey year (default 2022). ACS 5-year estimates available 2010-2022. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |