bea_personal_income
Retrieve personal income data by state from the BEA Regional dataset, including summaries, per capita figures, and breakdowns by components like wages and dividends.
Instructions
Get personal income data by state from BEA Regional dataset.
Table options:
SAINC1: Personal income summary (income, population, per capita) — default
SAINC3: Per capita personal income only
SAINC4: Personal income by major component (wages, dividends, transfers)
LineCode for SAINC1: 1=personal income, 2=population, 3=per capita income (default) LineCode for SAINC4: 1=total, 50=wages, 45=dividends/interest/rent, 47=transfer receipts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | No | 'SAINC1' (personal income summary, default), 'SAINC3' (per capita only), 'SAINC4' (by component) | |
| geo_fips | No | 'STATE' (all states, default), or state FIPS + '000'. 'COUNTY' for all counties, 'MSA' for all metro areas. | |
| line_code | No | SAINC1: '3' (per capita, default), '1' (personal income), '2' (population). SAINC4: '50' (wages), '45' (property income), '47' (transfers) | |
| year | No | Year(s): 'LAST5' (default), 'ALL', or comma-separated years |