Hud Fmr
housing__hud-fmrRetrieve Fair Market Rent data from HUD to determine rental voucher payment amounts by metro area, with quarterly updates and source verification.
Instructions
[Housing & Travel Agent] Get Fair Market Rent (FMR) data from the U.S. Department of Housing and Urban Development (HUD). FMRs are used to determine rental voucher payment amounts by metro area. Source: U.S. Department of Housing and Urban Development (Public Domain), updates quarterly. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stateCode | No | U.S. state/territory code (e.g. CA, TX, NY, FL, IL) | DC |
| entityId | No | HUD entity ID (e.g. METRO47900M47900 for DC metro). Use this OR stateCode. | |
| year | No | FMR fiscal year (2000-present). HUD data for current year may not be published until mid-year. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |