Hi,
I'm struggling to find what I thought would be a simple data set:
List of US Counties (County) with AMI for each county (optional with US Census Tract ID)
Nice to have: List of US Counties with Targeted Area Designation (Yes or No)
I have the tareted area dataset for Maryland, but hoping to find the resource to get the data at the national level: data.imap.maryland.gov/.../data
This might be of help to you, if you're trying to find the Section 8 income limits. https://github.com/BPSTechServices/income-analysis/blob/main/data/resources/limits_2000t2020.csv You just have to apply…
This might be of help to you, if you're trying to find the Section 8 income limits. https://github.com/BPSTechServices/income-analysis/blob/main/data/resources/limits_2000t2020.csv You just have to apply coefficients to adjust for household size. See page 22 of this PDF: http://www.commerce.wa.gov/wp-content/uploads/2016/10/AHAB-Housing-Needs-Appendices.pdf
The Area Median Incomes are based upon households of 1 to 8 persons and are published annually by HUD for designated Areas. They are then used for pegging Income Limits for housing subsidies.
Here is the latest release: https://www.huduser.gov/portal/datasets/il.html
The income limits are from a special run the the Census Bureau makes for HUD. They are based upon the income of a four person household and then are adjusted from their for household size.
The areas are defined by HUD, but usually are counties or an assemblage of counties.
Andy