0.9.0 (June 09, 2023)
- Introduce Boise, ID MSA to API
- Migrate
financials
endpoints to new backend data store - Decouple demographics endpoint into own category, with new
age
,population
,income
, andfriendly
thematic endpoints - Introduce a common set of parameters,
order
,start
, andend
for historical endpoints - Deprecate
market_details
endpoint
Introduce Boise, ID MSA to API
Add Boise, ID MSA to the API.
Parcl ID | Location Type | Name | State | |
---|---|---|---|---|
2899621 | MSA | Boise | ID |
Decouple demographics endpoint into own category
To support our vision of creating as little friction as possible to accessing state of the art information pertaining to global demographics, our existing implementation needed to be reworked. As such, we split out demographics into its own thematic set of endpoints which will allow for future expansion. Currently, the available themes include:
- Age
- Population
- Income
- Employment
- And our own friendly category
Our friendly category is a custom collections of demographic variables that we use internally that align with how folks think about demographics more mainstream. This includes custom collections of population variables such as:
- Boomers
- Gen Z
- Gen X
- Millienials
We welcome feedback on additional opportunities to continue simplifying access to demographic data. We believe that the current state is cryptic and inaccessible for a public good and will continue to work towards making it more accessible.
Introduce a common set of parameters for historical endpoints
We have introduced a common set of argument parameters to endpoints that return historical information. These default arguments include:
order
--> set asc or desc return order
start
--> set start date in YYYY-MM-DD format
end
--> set end date in YYYY-MM-DD format
This applies to the following endpoints:
absorption/<parcl_id>/history
financials/<parcl_id>/history
financials/<parcl_id>/history
financials/<parcl_id>/volatility
inventory/<parcl_id>/history
listings/<parcl_id>/history
listings/<parcl_id>/history_new
sales/<parcl_id>/history
Deprecate market_details
endpoint
market_details
endpointWe have deprecated the market_details
endpoint. This endpoint has been split up into more thematically grouped concepts.