0.5.0 (April 11, 2023)
about 1 month ago by ReadMe API
- Introduce
inventory
endpoint - Updated
price_feed_stats
endpoint - Introduce 34 Additional City Price Feeds
- Expanded
price_feed
history from1/1/2022
to1/1/2020
- Updated
markets
endpoint to include optional parametersstate_abbreviation
andlocation_type
- Bug fix on
financials
endpoint num period for sharpe ratio - Breaking change bug fix on
financials
endpoint - keyannual_volatitily
changed toannual_volatility
Introduce Inventory Endpoint
We are pleased to announce our inventory
endpoint located at https://api.realestate.parcllabs.com/v1/parcls/:parclId/inventory
This endpoint returns total current stock of housing inventory broken out by condo, townhouse, and single family residence for any given <parcl_id>
The response object:
{
"parcl_id": 2900187,
"current_inventory": {
"condo": 181154,
"single_family": 374134,
"townhouse": 26271,
"total_units": 581559
}
}
- Updated
price_feed_stats
endpoint
Updated price_feed_stats Endpoint
Included the following statistics in price_feed_stats
:
- 180 day dollar change
- 180 day percent change
- 365 day dollar change
- 365 day percent change
Included parcl_id
in response object.
New response object:
{
"pct_change_1_day": -0.0001,
"dollar_change_1_day": -0.02,
"pct_change_7_day": -0.0008,
"dollar_change_7_day": -0.3,
"pct_change_30_day": 0.0229,
"dollar_change_30_day": 8.25,
"pct_change_60_day": 0.0404,
"dollar_change_60_day": 14.27,
"pct_change_90_day": 0.0601,
"dollar_change_90_day": 20.84,
"pct_change_180_day": 0.062,
"dollar_change_180_day": 21.46,
"pct_change_365_day": 0.1044,
"dollar_change_365_day": 34.75,
"current_price": 367.75,
"52_wk_h": 368.3,
"52_wk_l": 333.0,
"parcl_id": 2900187
}
Introduce 34 New City Parcl Markets
We are pleased to introduce 34 additional Parcl Price Feed markets:
Parcl ID | Location Type | Name | State |
---|---|---|---|
5386864 | CITY | Mesa | AZ |
5386844 | CITY | Chandler | AZ |
5374167 | CITY | San Diego | CA |
5373901 | CITY | San Jose | CA |
5373981 | CITY | Long Beach | CA |
5374163 | CITY | Oakland | CA |
5306725 | CITY | Denver | CO |
5306666 | CITY | Colorado Springs | CO |
5306719 | CITY | Aurora | CO |
5503877 | CITY | Washington | DC |
5353319 | CITY | Jacksonville | FL |
5353070 | CITY | Cape Coral | FL |
5352995 | CITY | Tampa | FL |
5353295 | CITY | St. Petersburg | FL |
5352992 | CITY | Port St. Lucie | FL |
5353175 | CITY | Orlando | FL |
5384169 | CITY | Atlanta | GA |
5387853 | CITY | Chicago | IL |
5308252 | CITY | Louisville | KY |
5328454 | CITY | New Orleans | LA |
5407714 | CITY | Boston | MA |
5278514 | CITY | Detroit | MI |
5504062 | CITY | Minneapolis | MN |
5377229 | CITY | Henderson | NV |
5290147 | CITY | Charlotte | NC |
5290547 | CITY | Raleigh | NC |
5332060 | CITY | Columbus | OH |
5332800 | CITY | Cleveland | OH |
5332726 | CITY | Cincinnati | OH |
5441685 | CITY | Oklahoma | OK |
5408016 | CITY | Portland | OR |
5378051 | CITY | Philadelphia | PA |
5377717 | CITY | Pittsburgh | PA |
5400047 | CITY | Memphis | TN |
5422795 | CITY | Virginia Beach | VA |
5333209 | CITY | Milwaukee | WI |
Updated markets
endpoint
markets
endpointMarkets endpoint now supports two optional parameters to filter results:
state_abbreviation
--> state abbreviation of desired parclslocation_type
--> location type of desired parcls, i.e.CITY
,MSA
,COUNTY
,Micro Area