fmr_lookup
Look up HUD Fair Market Rent for a county or metro area by bedroom count using a 10-digit entity ID derived from a ZIP code.
Instructions
HUD Fair Market Rent (the rent a modest unit should cost) for an area, by bedroom count. entityid is a HUD entity id: a 10-digit county FIPS (e.g. 3600599999 for Bronx County = 36005 + 99999) or a metro CBSA code. Use zip_crosswalk then list_counties to turn a ZIP into a county entityid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | FMR year (e.g. '2026'); default is the latest | |
| entityid | Yes | 10-digit county entity id (county FIPS + 99999) or metro CBSA code. Derive from a ZIP via zip_crosswalk then list_counties |