Hi all
I’m looking for housing costs as percent of household income, by race and ethnicity, at the state or county level, NYS.
S0201 has these rows
SELECTED MONTHLY OWNER COSTS AS A PERCENTAGE OF HOUSEHOLD INCOME IN THE PAST 12 MONTHS Housing units with a mortgage (excluding units where SMOC cannot be computed) Less than 30 percent 30 percent or more
At some point in the past, around 2015, I thought this table had data by race and ethnicity, but now it doesn’t. Is it possible that either I got the wrong table, or that the table changed? Another table, b25070, is gross rent as percent of household income. Again, at some point in the past, around 2015, I thought this table also had data by race and ethnicity, but now it doesn’t. Is it possible that either I got the wrong table, or that the table changed?
Thanks
Gene
Dear Gene,
You might check out the American Housing Survey PUF data. I don't know if it has the geographies that you need. https://www.census.gov/programs-surveys/ahs/data/2021/ahs-2021-public-use-file…
Hi Gene, if you haven't heard of the HUD CHAS (US Housing and Urban Development/ Comprehensive Housing Affordability Strategy) )data, there's more info here: CHAS: Background | HUD USER
It's a special…
I would take Tina's suggestion and check out the HUD custom tabulations. I am aware of them but I didn't think of that. I don't know what geographies they have but I'm sure they have…
You might check out the American Housing Survey PUF data. I don't know if it has the geographies that you need. https://www.census.gov/programs-surveys/ahs/data/2021/ahs-2021-public-use-file--puf-.html
https://www.census.gov/programs-surveys/ahs/data/2021/ahs-2021-public-use-file--puf-.html
There is also the Supplemental Poverty Measure(SPM) PUMS files
https://www.census.gov/topics/income-poverty/supplemental-poverty-measure/data/datasets.html
The SPM file merges with the usual ACS PUMS files. It has housing cost and income data.
The SAS and STATA datasets t are for the entire US so it takes a bit of a memory to extract a single state.
www.census.gov/.../acs-research-files.html
I have an R program that I am working on that uses Small Area Estimation to get the SPM variables at the census tract level. You can then reaggregate to the county and state level.
Dave
Hi David. Thanks, I'm working my way through your resources.