0.5.0 (April 11, 2023)

  • Introduce inventory endpoint
  • Updated price_feed_stats endpoint
  • Introduce 34 Additional City Price Feeds
  • Expanded price_feed history from 1/1/2022 to 1/1/2020
  • Updated markets endpoint to include optional parameters state_abbreviation and location_type
  • Bug fix on financials endpoint num period for sharpe ratio
  • Breaking change bug fix on financials endpoint - key annual_volatitily changed to annual_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 IDLocation TypeNameState
5386864CITYMesaAZ
5386844CITYChandlerAZ
5374167CITYSan DiegoCA
5373901CITYSan JoseCA
5373981CITYLong BeachCA
5374163CITYOaklandCA
5306725CITYDenverCO
5306666CITYColorado SpringsCO
5306719CITYAuroraCO
5503877CITYWashingtonDC
5353319CITYJacksonvilleFL
5353070CITYCape CoralFL
5352995CITYTampaFL
5353295CITYSt. PetersburgFL
5352992CITYPort St. LucieFL
5353175CITYOrlandoFL
5384169CITYAtlantaGA
5387853CITYChicagoIL
5308252CITYLouisvilleKY
5328454CITYNew OrleansLA
5407714CITYBostonMA
5278514CITYDetroitMI
5504062CITYMinneapolisMN
5377229CITYHendersonNV
5290147CITYCharlotteNC
5290547CITYRaleighNC
5332060CITYColumbusOH
5332800CITYClevelandOH
5332726CITYCincinnatiOH
5441685CITYOklahomaOK
5408016CITYPortlandOR
5378051CITYPhiladelphiaPA
5377717CITYPittsburghPA
5400047CITYMemphisTN
5422795CITYVirginia BeachVA
5333209CITYMilwaukeeWI

Updated markets endpoint

Markets endpoint now supports two optional parameters to filter results:

  • state_abbreviation --> state abbreviation of desired parcls
  • location_type --> location type of desired parcls, i.e. CITY, MSA, COUNTY, Micro Area