0.11.0 (July 12, 2023)
- Introduce two France price feeds (Ile-de-France and Paris)
- Refactor
v1/price_feed/{parcl_id}/history
andv1/place/{parcl_id}/latest
endpoints for internationalization - Deprecated
v1/inventory
endpoints
Introduce two France price feeds
PARCL_ID | BOUNDARY_TYPE | NAME |
---|---|---|
5886405 | Region | Ile-de-France |
5889686 | CITY | Paris |
We are pleased to introduce the Paris and Metro Paris (Ile-de-France) Price Feeds which are the first of its kind daily estimates of residential real estate prices in the French market. The price feeds cover the city of Paris and the wider Paris region known as Ile-de-France. Our price feeds are provided in EUR price per square meter.
To derive our price estimates, we employ a methodology similar to that of the Parcl Labs Price Feed, with two notable differences. Firstly, we rely on property listings as the primary source of information for understanding how prices evolve. Secondly, we calculate the median price using data points falling between the 75th and 25th percentile of the price distribution within each market. This approach ensures that our price estimates are robust and representative of the dynamic nature of the French real estate market.
Refactor v1/price_feed/{parcl_id}/history
and v1/place/{parcl_id}/latest
endpoints for internationalization
v1/price_feed/{parcl_id}/history
and v1/place/{parcl_id}/latest
endpoints for internationalizationWe are expanding the response objects for the v1/price_feed/{parcl_id}/history
and v1/place/{parcl_id}/latest
endpoints to include the following fields:
currency_code
: The currency code of the price feedmetric
: The metric representing the unit of measurement for a property, i.e. square meter or square foot
Deprecated v1/inventory endpoints
We have deprecated inventory endpoints in favor of the new v1/housing_stock
endpoints. The new endpoints provides the same functionality as the deprecated endpoints, but with a more intuitive naming convention.