get_county_personal_income
Get personal income by county from the BEA Regional accounts (CAINC1 table).
Returns total personal income for a county or state total. When year is omitted,
returns the last 5 available years.
GeoFips format: 5-digit county FIPS (e.g. '53067') or state total (e.g. '53000').
Args:
county_fips: 5-digit county FIPS code (e.g. '53067') or state total (e.g. '53000').
year: Specific year to retrieve. Omit for last 5 years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| county_fips | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |