added

[February 11, 2025] Enhanced Property Event Coverage & Historical Data Expansion

v0.27.0

This release significantly expands our property event history coverage, providing deeper, more complete insights into property event lifecycles.

What's New & Why It Matters:

📈 Expanded Historical Coverage: Backfill of property events across all categories - SALE, LISTING, RENTAL

🔄 Complete Property Lifecycles: Enhanced tracking of full property journeys from listing through sale

🎯 Improved Market Status: Better accuracy in determining current market inventory

Added

Enhanced Property Event Coverage & Sequencing

  • Major expansion of historical event data across all categories, with 15% more events in the ecosystem:
    • SALE events
    • LISTING events
    • RENTAL events
  • More complete capture and coverage of property "closed loops" - the full lifecycle of a home's market status, with 70% of sales having an associated closure:
    • For-sale cycles: LISTED_SALEPRICE_CHANGEPENDING_SALELISTING_REMOVEDSOLD
    • For-rent cycles: LISTED_FOR_RENTPRICE_CHANGEDELISTED_FOR_RENT

Implementation Notes

Updated events available via:

  • /v1/property/events
  • /v1/property/search

Note: Non-breaking change: New historical events automatically flow through existing endpoints

Use record_updated_date filtering (introduced in v0.26.0) to efficiently sync new historical data:

# Retrieve newly added historical events
updated_events = client.property.events.retrieve(
    parcl_property_ids=[...],
    record_updated_date_start='2025-02-01'
)

Future releases will build upon this expanded historical foundation to provide enhanced analytics and market insights.