Two datasets that answer each other's questions: HUD's FY2026 Fair Market Rent benchmarks for 51,895 ZIP codes, and 90,169 real Airbnb listings across six US cities. The rent side gives you a federal benchmark per ZIP; the listings side gives you actual asking rents and supply in six markets. Both ship as clean CSV in one bundle. If you want to test the columns first, there's a free rent data sample and a separate page on the Airbnb data by city.
| Dataset | Rows | Unit of observation | Source |
|---|---|---|---|
| USA Rent Benchmark FY2026 (HUD FMR) | 51,895 | ZIP code | HUD FY2026 FMR files, public domain |
| Airbnb Multi-City Investor Pack | 90,169 | listing | Inside Airbnb, CC BY 4.0 |
These two packs are part of the Studio & Data Vault Bundle (four packs: NFL games, HUD rent, Airbnb listings, wallpapers). Each component zip is byte-identical to the standalone product.
51,895 ZIP-level rows from HUD's official FY2026 Fair Market Rent files, plus 3,229 county rows and 52 state summaries for higher-level views. Five bedroom sizes (0BR through 4BR) in every file, monthly USD. What makes the ZIP level useful: for FY2026, many metro areas use Small Area FMRs (SAFMRs), which HUD sets per ZIP instead of one number for the whole metro. ZIPs without a SAFMR carry their metro's FMR. That gives you a rent benchmark at two granularities in one table, and the data dictionary documents HUD's FMR definition and methodology so the numbers survive a skeptical reviewer.
90,169 listing rows with a single 12-column schema across all six files, so joins and group-bys work without schema surgery:
| City | Listings |
|---|---|
| New York City | 30,234 |
| Las Vegas (Clark County) | 20,234 |
| San Diego | 13,225 |
| Austin | 11,295 |
| Nashville | 10,242 |
| Denver | 4,939 |
| Total | 90,169 |
Host personal data is excluded by design and coordinates are rounded to 4 decimals. One row per listing: price, room type, minimum nights, availability, reviews, neighborhood, coordinates.
Each dataset is useful alone. Put the two in the same notebook and the ZIP code becomes the join key:
All four are descriptive computations on clean, dated inputs. The pack ships data and documentation only: positioning stays that way on purpose. Clean data for your own analysis, not a model or a recommendation.
Snapshot honesty: the rent file is HUD's FY2026 publication, refreshed annually by HUD. The Airbnb snapshots are Inside Airbnb captures dated 2026-06-22 through 2026-08-10, stated per city in the index file. If your analysis needs a live feed, this bundle is the wrong tool. If it needs a clean, dated historical base, that's what's here.
Every number on this page was checked against the files inside the bundle, and each bundle ships with SHA256SUMS.txt. Run sha256sum -c SHA256SUMS.txt after download; if it prints OK on all four lines, your copy is byte-identical to what was built.
The rent data is a US federal government work (HUD FY2026 Fair Market Rent), public domain under 17 USC §105, no attribution required. The Airbnb data is Inside Airbnb's, CC BY 4.0: copy, remix, republish and build commercial work on it, with one condition. If you republish, include "Data by Inside Airbnb, InsideAirbnb.com, CC BY 4.0". The credit line ships inside the zip in ATTRIBUTION.txt. Both datasets load straight into pandas, Excel or R, with a data dictionary for every column.
one-time · 4 packs incl. both housing datasets · SHA256SUMS verified · HUD public domain / Inside Airbnb CC BY 4.0 · instant download