re tool

Public

re_get_series

Fetch a bounded, newest-first page of one real-estate series.

Description

Fetch a bounded, newest-first page of one real-estate series.

The shared envelope returns series metadata, exact decimal observations, per-value as_of, source vintage/effective date, and cursor pagination. The default is 100 observations and the limit is 1–500. To continue, pass pagination.next_cursor back as cursor; stop when has_more is false. Prefer start/end for a bounded analysis window.

Call re_search_series first unless you already have the exact key. Example: fetch fhfa_hpi_at_quarterly_nsa_cbsa_12420 after resolving Austin with re_search_geographies. unknown_entity means the key is not held and may include suggestions; recover by calling re_search_series. bad_parameter means the cursor is malformed.

All current sources — FHFA, HUD, and NOAA NCEI — are U.S. government public-domain data and are publicly redistributable. The payload keeps source and license_tag attribution for downstream use.

Parameters

Input schema

NameTypeRequiredDefaultDescription
series_keystringYesExact series_key returned by re_search_series, for example 'fhfa_hpi_at_quarterly_nsa_cbsa_12420'. Call re_search_series first for discovery; this tool does not fuzzy-match.
startstring (date) | nullNonullInclusive observation-period start (YYYY-MM-DD).
endstring (date) | nullNonullInclusive observation-period end (YYYY-MM-DD).
limitintegerNo100Observations to return, newest first (1–500).
cursorstring | nullNonullOpaque cursor from the previous response's pagination.next_cursor. Keep series_key, start, and end constant while paging; omit to start from the newest observation.

Provenance

Sources

  • fhfaFederal Housing Finance Agency
  • hudU.S. Department of Housing and Urban Development
  • noaaNational Oceanic and Atmospheric Administration

Dataset registry: realestate_fhfa_hpi, realestate_hud_fmr, realestate_noaa_storm_events