Strategic Measure_Median Family Income
This dataset provides information about the median family income in Austin (SD23 measure EOA.B.6). Median family income (MFI) is calculated annually by the U.S. Department of Housing and Urban Development (HUD) to help set income limits that determine eligibility for assisted housing programs. This dataset includes the MFI calculated by HUD for the Austin-Round Rock MSA and the United States. For years prior to FY 2016, HUD reported on the Austin-Round Rock-San Marcos MSA instead of the Austin-Round Rock MSA.
This information is important in understanding economic and affordability trends in Austin. Additionally, the Housing and Planning Department uses median family income data in setting income limits for affordable housing programs in Austin.
View more details and insights related to this dataset on the story page: https://data.austintexas.gov/stories/s/Median-Family-Income/r93e-edn2
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-austintexas-gov/strategic-measuremedian-family-income-imdv-bz5y\".\"strategic_measuremedian_family_income\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.