New One Family Houses Sold: United States
- Source
- FRED (St. Louis Fed)
- Rows
- 764
- Columns
- 2
- Source cadence
- Monthly
- Last refreshed
- Sep 27, 2026
- Theme
- housing
| Column | Type | Description |
|---|---|---|
| date | date | Observation date (FRED API field date). |
| value | float | Observation value as published by FRED for this series; see the series notes for methodology and revisions. (unit: Thousands) |
First 10 sample rows — a preview, not the complete dataset.
| date | value |
|---|---|
| 1963-01-01 | 591 |
| 1963-02-01 | 464 |
| 1963-03-01 | 461 |
| 1963-04-01 | 605 |
| 1963-05-01 | 586 |
| 1963-06-01 | 526 |
| 1963-07-01 | 665 |
| 1963-08-01 | 570 |
| 1963-09-01 | 590 |
| 1963-10-01 | 567 |
- Current
20260927T174617Z-aa5239f31de0 · sha256 aa5239f31de0…
764 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/fred/new_one_family_houses_sold" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/fred/new_one_family_houses_sold").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/fred/new_one_family_houses_sold
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260927T174617Z-aa5239f31de0 and its content hash, so readers get exactly the data you used.
FRED (St. Louis Fed). (2026). New One Family Houses Sold: United States [Data set, snapshot 20260927T174617Z-aa5239f31de0, sha256 aa5239f31de0]. Datazimuts. Retrieved 2026-09-27, from https://datazimuts.com/en/datasets/fred/new_one_family_houses_sold?snapshot=20260927T174617Z-aa5239f31de0
@misc{dz_fred_new_one_family_houses_sold_aa5239f3,
title = {{New One Family Houses Sold: United States}},
author = {{FRED (St. Louis Fed)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/fred/new_one_family_houses_sold?snapshot=20260927T174617Z-aa5239f31de0}},
note = {Snapshot 20260927T174617Z-aa5239f31de0, sha256 aa5239f31de08d29c6dc3bb4f63ace33973727ecabf3b876c8f7babb00bf466d; accessed 2026-09-27}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=fred%2Fnew_one_family_houses_sold&lang=en&theme=auto&snapshot=20260927T174617Z-aa5239f31de0&x=date&y=value&agg=avg" title="New One Family Houses Sold: United States" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.