0.4.0 (March 24, 2023)
about 1 month ago by ReadMe API
- Introduce
financials
endpoint - Introduce New York City and Las Vegas City price feeds
Introduce financials endpoint
We are pleased to announce our financials
endpoint located at https://api.realestate.parcllabs.com/v1/parcls/:parclId/financials
This endpoint returns a wide array of financial metrics about Parcl price feeds. It returns the following response object:
{
"parcl_id": 5386820,
"alpha_beta": {
"spy": {
"alpha": -0.1032,
"beta": -0.4532
}
},
"correlation_coefficient": {
"mortgage30us": {
"pricefeed_corr_coef_lag_2_weeks": -0.6496,
"pricefeed_corr_coef_lag_4_weeks": -0.654,
"pricefeed_corr_coef_lag_6_weeks": -0.6232,
"pricefeed_corr_coef_lag_8_weeks": -0.5203
}
},
"cagr": 0.0079,
"avg_return": 0.0,
"sharpe_ratio": 0.388,
"kurtosis": 0.1497,
"annual_volatitily": 0.0171
}
Introduce New York City and Las Vegas City price feeds
We are happy to introduce New York City and Las Vegas City daily price feeds.
Market Name | Parcl ID |
---|---|
Las Vegas City | 5377230 |
New York City | 5372594 |