[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
eventsLISTING
eventsRENTAL
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_SALE
→PRICE_CHANGE
→PENDING_SALE
→LISTING_REMOVED
→SOLD
- For-rent cycles:
LISTED_FOR_RENT
→PRICE_CHANGE
→DELISTED_FOR_RENT
- For-sale cycles:
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.