HUD Housing Data
Provides detailed data on housing characteristics, affordability, and needs from the U.S. Department of Housing and Urban Development.
Custom Streaming + One-shot
Fetch HUD CHAS housing data with a shared platform key.
What you can ask Delphi
- “What are the housing affordability trends in major US cities over the last five years according to HUD CHAS data?”
- “Can I see the number of households by income level and housing type in California for the most recent year available?”
- “How does the housing cost burden for renters compare to homeowners in New York State using HUD CHAS data?”
- “Retrieve data on housing units occupied by very low-income households in the Atlanta metropolitan area.”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
hud/get_housing_data
Fetch HUD CHAS housing data with a shared platform key.
schedule_hud_housing_data
Create or update a recurring HUD CHAS housing connector.
Inputs ▾
hud/get_housing_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| tableName | string | yes | HUD CHAS table name, e.g. 'table8' or 'table1'. |
| geoid | string | yes | Geography identifier, e.g. 'US36029' for Erie County, NY. |
| year | string | yes | CHAS year, e.g. '2019'. |
| summaryLevel | string | no | Optional summary level code. |
| byVariable | string | no | Optional CHAS by-variable value. |
| filter | string | no | Optional extra filter expression if supported by the API. |
| limit | number | no | Max records to fetch. Default 200. |
| offset | number | no | Offset if the API supports paging. |
| rowIdentifierField | string | no | Optional stable identifier field for deduplication. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_hud_housing_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| tableName | string | yes | HUD CHAS table name, e.g. 'table8' or 'table1'. |
| geoid | string | yes | Geography identifier, e.g. 'US36029' for Erie County, NY. |
| year | string | yes | CHAS year, e.g. '2019'. |
| summaryLevel | string | no | Optional summary level code. |
| byVariable | string | no | Optional CHAS by-variable value. |
| filter | string | no | Optional extra filter expression if supported by the API. |
| limit | number | no | Max records to fetch. Default 200. |
| offset | number | no | Offset if the API supports paging. |
| rowIdentifierField | string | no | Optional stable identifier field for deduplication. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the HUD CHAS endpoint. |
| connectorId | string | no | If provided, updates an existing connector. |