added

[August 9, 2024] POST Endpoints for Price Feed and New Construction Market Metrics

v0.15.0

v0.15.0 continues major upgrades to developer experience through the addition of more POST endpoints.

What you need to know:

πŸ™ŒΒ 5 new POST endpoints across Price Feed and New Construction Metrics categories. These new endpoints allow users to pull market data for up to 1000 locations in one request.

More POST Endpoints for Market Data Pulls at Scale

Three new POST endpoints for Price Feed metrics:

  • Price Feed (/v1/price_feed/price_feed): Gets the daily updated Parcl Labs Price Feed for specified parcl_ids.
  • Rental Price Feed (/v1/price_feed/rental_price_feed): Gets the daily updated Parcl Labs Rental Price Feed for specified parcl_ids.
  • Price Feed Volatility (/v1/price_feed/volatility): Gets the daily updated Parcl Labs Price Feed volatility, expressed as a percentage, for specified parcl_ids.

Two new POST endpoints for New Construction Metrics:

  • Housing Event Prices (/v1/new_construction/housing_event_prices): Gets monthly median prices for new construction housing events, including sales, new for sale listings, and new rental listings, based on specified parcl_ids.
  • Housing Event Counts (/v1/new_construction/housing_event_counts): Gets monthly counts of new construction housing events, including sales, new for sale listings, and new rental listings, based on specified parcl_ids.

These POST endpoints allow for data retrieval across up to 1000 parcl_ids in a single request, enabling efficient bulk data collection for multiple markets simultaneously.