Income And Asset Ownership
U.S. Department of Health & Human Services
@usgov.hhs_gov_income_and_asset_ownership_7c9d6
U.S. Department of Health & Human Services
@usgov.hhs_gov_income_and_asset_ownership_7c9d6
The Income and Asset Ownership data, derived from the Medicare Current Beneficiary Survey (MCBS), provide information on income sources, income levels, asset ownership, and asset values among Medicare beneficiaries. The data are further segmented by demographic and health characteristics within the Medicare population.
Organization: U.S. Department of Health & Human Services
Last updated: 2025-10-07T07:35:33.288720
Tags: financial-resources, medicaid, medicare, medicare-advantage, original-medicare, patient-experience
CREATE TABLE income_and_asset_ownership_2021_01_02 (
"characteristics" VARCHAR,
"home_ownership" DOUBLE,
"own_bank_deposit_accounts" DOUBLE,
"checking_account" DOUBLE,
"savings_account" DOUBLE,
"certificates_of_deposit" VARCHAR,
"stocks_or_mutual_funds" VARCHAR,
"retirement_accounts" VARCHAR,
"receive_social_security" DOUBLE,
"receive_supplemental_security_income" VARCHAR,
"receive_pension" VARCHAR,
"non_zero_earnings_from_work_in_household" VARCHAR,
"median_combined_income" BIGINT,
"median_combined_earnings" VARCHAR,
"median_home_equity" VARCHAR,
"median_comb_val_of_bank_deposit_acc" VARCHAR,
"median_combined_stocks_mutual_funds" VARCHAR,
"median_combined_retirement_accounts" VARCHAR,
"median_combined_amount_received_retirement_accounts" VARCHAR,
"median_combined_social_security_payments" BIGINT,
"median_combined_pension_payments" VARCHAR
);CREATE TABLE income_and_asset_ownership_2022_01_01 (
"characteristics" VARCHAR,
"home_ownership" DOUBLE,
"own_bank_deposit_accounts" DOUBLE,
"checking_account" DOUBLE,
"savings_account" DOUBLE,
"certificates_of_deposit" VARCHAR,
"stocks_or_mutual_funds" VARCHAR,
"retirement_accounts" VARCHAR,
"receive_social_security" DOUBLE,
"receive_supplemental_security_income" VARCHAR,
"receive_pension" VARCHAR,
"got_paid_to_work_last_month" VARCHAR,
"median_combined_income" BIGINT,
"median_combined_earnings" VARCHAR,
"median_monthly_earnings" VARCHAR,
"median_home_equity" BIGINT,
"median_comb_val_of_bank_deposit_acc" VARCHAR,
"median_combined_stocks_mutual_funds" VARCHAR,
"median_combined_retirement_accounts" VARCHAR,
"median_combined_amount_received_retirement_accounts" VARCHAR,
"median_combined_social_security_payments" BIGINT,
"median_combined_pension_payments" VARCHAR
);CREATE TABLE income_and_asset_ownership_2023_01_01 (
"characteristics" VARCHAR,
"home_ownership" DOUBLE,
"own_bank_deposit_accounts" DOUBLE,
"checking_account" DOUBLE,
"savings_account" DOUBLE,
"certificates_of_deposit" VARCHAR,
"stocks_or_mutual_funds" VARCHAR,
"retirement_accounts" VARCHAR,
"receive_social_security" DOUBLE,
"receive_supplemental_security_income" VARCHAR,
"receive_pension" VARCHAR,
"got_paid_to_work_last_month" VARCHAR,
"median_combined_income" BIGINT,
"median_combined_earnings" VARCHAR,
"median_monthly_earnings" VARCHAR,
"median_home_equity" VARCHAR,
"median_comb_val_of_bank_deposit_acc" VARCHAR,
"median_combined_stocks_mutual_funds" VARCHAR,
"median_combined_retirement_accounts" VARCHAR,
"median_combined_amount_received_retirement_accounts" VARCHAR,
"median_combined_social_security_payments" BIGINT,
"median_combined_pension_payments" VARCHAR
);Anyone who has the link will be able to view this.