Analyze real-time real estate price trends
Overview
The Parcl Labs Price Feed (PLPF) is a daily-updated, real-time indicator of residential real estate prices, measured by price per square foot, across select US markets.
The Price Feeds category allows you to access our daily-updated PLPF and derivative metrics, such as volatility.
Price Feed Coverage
Category | Coverage |
---|---|
Property Types | The PLPF integrates all residential property types: ✅ Single Family ✅ Townhouses ✅ Condos |
Markets (parcl_ids) | 🇺🇸 Select Top US Markets 🔜 Select International Markets |
Housing Events | ✅ Home Price Feed (Sales and Listings) ✅ Rental Price Feed |
Refresh Frequency | ✅ Daily |
History | Home Price Feed (Sales and Listings): 2010 - Current Rental Price Feed: 2020 - Current |
Getting Started
Ways you can leverage endpoints today:
- Get real-time housing market prices through the Price Feed endpoint.
- Access real-time rental market prices through the Rental Price Feed endpoint.
- Use the Volatility endpoint to analyze market risk. The Volatility metric, updated daily, assesses the degree of variation from the average return by determining daily returns from the PLPF, applying a rolling standard deviation tailored to market specifics, and annualizing the measure.
How the Parcl Labs Price Feed Works
The PLPF tracks daily price changes in residential real estate across various markets and property types, using price per square foot as a simple metric. Parcl Labs offers real-time home price and rental price feeds.
To generate the PLPF, we use a comprehensive ETL process to handle, clean, and refine large datasets, applying spatial data science to produce precise price estimates for market areas. Our methodology looks at representative segments of the market, filters outliers and other irregularities, creates smooth time series, and is tested on a daily basis to guarantee the quality of our indicator.
Whitepaper and Additional Resources
Parcl Labs has published our Price Feed methodology and extensive research that supports and validates it. You can learn more about why we built it, our detailed methodology, and how it compares to traditional benchmarks using the resources below:
- We developed the Parcl Labs Price Feed to address the need for a more timely and representative indicator of residential real estate price movements. Learn more in our "Introducing Parcl Labs" blog.
- The Parcl Labs Price Feed Whitepaper provides detailed information on our data sources, methodology, and backtests.
- We have written extensively about how the PLPF differs from traditional home price indices like Case Shiller and the Freddie Mac House Price Index. We also predict the US Case Shiller Index monthly.
- The Parcl Labs Rental Price Feed Whitepaper details our rental-specific methodology, data sources, and comparisons to other rental price indices.
How to Determine Which Markets Have Price Feeds Available
The Price Feed Category is available for select markets. Use the Search endpoint to easily identify which markets have price feeds available.
In Search, sort by PRICEFEED_MARKET
to identify all markets (parcl_ids) where price feeds are available. These markets will be identified by "pricefeed_market": 1
in the response.
Copy and paste this example request to do this search.
curl -X GET 'https://api.parcllabs.com/v1/search/markets?sort_by=PRICEFEED_MARKET' \
-H 'Accept: application/json' \
-H 'Authorization: {API_KEY}'
Before running the command:
Replace
{API_KEY}
with your actual API key.
You can also sort by PARCL_EXCHANGE_MARKET
to identify all markets that are currently available to trade on the Parcl Exchange. These markets will be identified by "parcl_exchange_market": 1
in the response.
You can copy and paste this example request to do this search:
curl --request GET \
--url 'https://api.parcllabs.com/v1/search/markets?sort_by=PARCL_EXCHANGE_MARKET' \
--header 'accept: application/json' \
--header 'Authorization: {API_KEY}'
Before running the command:
Replace
{API_KEY}
with your actual API key.
Coming Soon
The following Price Feed data will be available soon in the API:
- International markets
- Financial metrics derived from the Price Feed